2
0
mingodad 80fcef9d5f Add lua code to manage literal integers that overflow, when it happens parse then as float/double. 7 жил өмнө
..
Makefile 5a110ed6f4 Update Makefile to compile with doubles instead of floats 8 жил өмнө
lua-regex.c ba1b6af267 More fixes found by porting Lua tests 8 жил өмнө
lua-regex.h 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 жил өмнө
sq_lexer.cpp 9daea8a4ec Add a field to Lex to store the readcount 8 жил өмнө
sqapi.cpp 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 жил өмнө
sqarray.h 4fd1aa7589 Add more general functions to sqbaselib 8 жил өмнө
sqbaselib.cpp 95d5c02a69 Add a string method to read unsigned shorts form it. 8 жил өмнө
sqclass.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 жил өмнө
sqclass.h 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 жил өмнө
sqclosure.h 9e59f59439 Another refactoring to use initialization lists in constructors 8 жил өмнө
sqcompiler.cpp 69ab368819 Fix compiler bugs found using zzuf tool, also now accepts C++ namespace syntax "::" as an alias to ".", added the samples that crashed the compiler. 8 жил өмнө
sqcompiler.h 280aeba8c9 The compiler now accept integer literal suffixes "uUsSlL" but still all of then are stored as SQInteger. 8 жил өмнө
sqdebug.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 жил өмнө
sqfuncproto.h 6b1d7ec41a Use of initialisation lists in constructors 8 жил өмнө
sqfuncstate.cpp a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 жил өмнө
sqfuncstate.h a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 жил өмнө
sqlexer.cpp 80fcef9d5f Add lua code to manage literal integers that overflow, when it happens parse then as float/double. 7 жил өмнө
sqlexer.h 9daea8a4ec Add a field to Lex to store the readcount 8 жил өмнө
sqmem.cpp 728ad788a8 Update with squirrel, spaces/tabs changed 9 жил өмнө
sqobject.cpp a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 жил өмнө
sqobject.h a2333d71ef Added type info to the comments in the squilu bytecode generation option 8 жил өмнө
sqopcodes.h 6b1d7ec41a Use of initialisation lists in constructors 8 жил өмнө
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 жил өмнө
sqstate.cpp 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 жил өмнө
sqstate.h 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 жил өмнө
sqstring.h e7576d68f8 Update string hash function to match lua 5.3.4, problem reported by masakuta at https://github.com/albertodemichelis/squirrel/issues/83 8 жил өмнө
sqtable.cpp 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 жил өмнө
sqtable.h 7a4868caa2 Use sq_type instead of the duplicated sqtype as it's done in squirrel 8 жил өмнө
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 жил өмнө
squserdata.h 6b1d7ec41a Use of initialisation lists in constructors 8 жил өмнө
squtils.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 жил өмнө
sqvm.cpp cedaa56bc1 Fix segfault on 64bits due to use a 32bit INT_MIN 8 жил өмнө
sqvm.h 9f8b951d6d Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts. 8 жил өмнө
sublatin.c 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 жил өмнө
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 жил өмнө