mingodad e7576d68f8 Update string hash function to match lua 5.3.4, problem reported by masakuta at https://github.com/albertodemichelis/squirrel/issues/83 8 years ago
..
Makefile 1e011789d3 Reorganize repository tree. 13 years ago
lua-regex.c 431f12d930 Add escape char extension from https://github.com/jcgoble3/lua-matchext 9 years ago
lua-regex.h 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 years ago
sq_lexer.cpp 4901b63c83 Add a SQLexer::LookaheadLex method to facilitate compile/run more C/C++ code 9 years ago
sqapi.cpp 5bcecc3d36 Start implementing infrastructure to create a loadable module system instead of load everything global. 9 years ago
sqarray.h 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
sqbaselib.cpp 94352c351e Add string_iso88959_to_utf8 method to string 9 years ago
sqclass.cpp 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqclass.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqclosure.h 9e59f59439 Another refactoring to use initialization lists in constructors 8 years ago
sqcompiler.cpp 012e6a4110 Now SquiLu can accept C++/Java template instantiation declaration, although it discards it, again the idea is to accept a subset of C/C++/Java syntax. 8 years ago
sqcompiler.h 012e6a4110 Now SquiLu can accept C++/Java template instantiation declaration, although it discards it, again the idea is to accept a subset of C/C++/Java syntax. 8 years ago
sqdebug.cpp 79a009d408 Several fixes from squirrel 9 years ago
sqfuncproto.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqfuncstate.cpp 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqfuncstate.h 45512ad52d Simplification of the "goto" implementation, it's usable with care, goto/jump crossing declaration/initialization need to show an error message, still need work. 9 years ago
sqlexer.cpp 012e6a4110 Now SquiLu can accept C++/Java template instantiation declaration, although it discards it, again the idea is to accept a subset of C/C++/Java syntax. 8 years ago
sqlexer.h 4901b63c83 Add a SQLexer::LookaheadLex method to facilitate compile/run more C/C++ code 9 years ago
sqmem.cpp 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqobject.cpp 31eee5abdc Add operator overload [] for SQObjctPtr to be used by C++ 9 years ago
sqobject.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqopcodes.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqstate.cpp 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqstate.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
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 years ago
sqtable.cpp 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sqtable.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 years ago
squserdata.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
squtils.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
sqvm.cpp 255396da3a Attempt to fix releasing resources when closing a vm. 9 years ago
sqvm.h 6b1d7ec41a Use of initialisation lists in constructors 8 years ago
sublatin.c 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 years ago
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 years ago