mingodad 831f120b7b Replace the array sort code by the one from lua 5.1.5 because it can sort with half number of calls to the compare function compared to the original Squirrel code. 7 년 전
..
Makefile a6fbe44064 Fix make files to work with extra parameters 7 년 전
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 065b88a368 Fix typo in SetIntructionParams 7 년 전
sqarray.h 4fd1aa7589 Add more general functions to sqbaselib 8 년 전
sqbaselib.cpp 831f120b7b Replace the array sort code by the one from lua 5.1.5 because it can sort with half number of calls to the compare function compared to the original Squirrel code. 7 년 전
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 deb98895be Accept void pointer declaration. 7 년 전
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 3ff2f2e6e8 Accept C/C++ pointer variable declaration. 7 년 전
sqfuncstate.cpp 065b88a368 Fix typo in SetIntructionParams 7 년 전
sqfuncstate.h 065b88a368 Fix typo in SetIntructionParams 7 년 전
sqlexer.cpp f278c282b0 Accept the string escaping sequence '\/' that is valid for json. 7 년 전
sqlexer.h 9daea8a4ec Add a field to Lex to store the readcount 8 년 전
sqmem.cpp 8daffa5070 Fix default compilation to build without libstdc++ dependency 7 년 전
sqobject.cpp baf276e6ce Fix compiler warnings. 7 년 전
sqobject.h 8daffa5070 Fix default compilation to build without libstdc++ dependency 7 년 전
sqopcodes.h 6b1d7ec41a Use of initialisation lists in constructors 8 년 전
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 년 전
sqstate.cpp c2881a0565 Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__' 7 년 전
sqstate.h c2881a0565 Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__' 7 년 전
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 ca0f948a70 Fixes to allow cross compilation with https://github.com/hone/mruby-cli docker image 7 년 전
sqvm.cpp a373d9a05f Allow for for deep equality comparison for SquiLu objects 7 년 전
sqvm.h a373d9a05f Allow for for deep equality comparison for SquiLu objects 7 년 전
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 년 전