mingodad 7d2e795b10 Workaround for printing huge strings (>2GB) 5 роки тому
..
Makefile 295bf885b9 Fix to compile on the AIX operating system 5 роки тому
lua-regex.c aeaf302490 Fix several compiler warnings 7 роки тому
lua-regex.h 389066e7a8 Replace a few uses of "int" by "size_t/SQInteger" to allow 64bits usage on 64bits operating systems 5 роки тому
sq_lexer.cpp d1c3869e7c When exposing the CustomSQLexer to scripts we've been segfaulting when closing the vm due to the order of creation, the _keywords table was created before (inside the script SQLexer constructor) the lexer was inserted in the vm, this seems to fix it for now, probably a more general fix need to be done. 6 роки тому
sqapi.cpp 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 роки тому
sqarray.h e03a8510fb Add new member functions to array 6 роки тому
sqbaselib.cpp 7d2e795b10 Workaround for printing huge strings (>2GB) 5 роки тому
sqclass.cpp 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 роки тому
sqclass.h e81daca422 Change member position for better alignment on 64bit 7 роки тому
sqclosure.h aeaf302490 Fix several compiler warnings 7 роки тому
sqcompiler.cpp 7014370221 Add a missing "case TK_INTERFACE:" and also a fix for default parameter value 6 роки тому
sqcompiler.h 348af948df Add "interface" as reserved keyword and synonym for "class" 6 роки тому
sqdebug.cpp 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 роки тому
sqfuncproto.h 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 роки тому
sqfuncstate.cpp 44646de1a7 Remove old commented code 6 роки тому
sqfuncstate.h ad04f19b6e Some fixes to bytecode dump 6 роки тому
sqlexer.cpp 348af948df Add "interface" as reserved keyword and synonym for "class" 6 роки тому
sqlexer.h d1c3869e7c When exposing the CustomSQLexer to scripts we've been segfaulting when closing the vm due to the order of creation, the _keywords table was created before (inside the script SQLexer constructor) the lexer was inserted in the vm, this seems to fix it for now, probably a more general fix need to be done. 6 роки тому
sqmem.cpp a19c80177b Extra code to compile as C++ without need libstdc++ 5 роки тому
sqobject.cpp ad04f19b6e Some fixes to bytecode dump 6 роки тому
sqobject.h aeaf302490 Fix several compiler warnings 7 роки тому
sqopcodes.h aeaf302490 Fix several compiler warnings 7 роки тому
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 роки тому
sqstate.cpp 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 роки тому
sqstate.h 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 роки тому
sqstring.h 50037b6597 Add an experimental "scratchstr" to preallocate a SQString and avoid double allocation and copy 5 роки тому
sqtable.cpp db4648ae63 Add new global table_incnum and also change array sort to accept a an array for parallel sort 7 роки тому
sqtable.h db4648ae63 Add new global table_incnum and also change array sort to accept a an array for parallel sort 7 роки тому
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 роки тому
squserdata.h 6b1d7ec41a Use of initialisation lists in constructors 9 роки тому
squtils.h f4ebbed44b Use a defined number type for sizes 7 роки тому
sqvm.cpp 461361935a Add a comment to remember why math.h should be first to compile on AIX OS 5 роки тому
sqvm.h 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 роки тому
sublatin.c 82d0b3cce3 When trying to compile on 32bits with SQInteger as int64_t several problems arised and on the way to fix it several compiler warnings was eliminated. 7 роки тому
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 роки тому