mingodad 461361935a Add a comment to remember why math.h should be first to compile on AIX OS 5 gadi atpakaļ
..
Makefile 295bf885b9 Fix to compile on the AIX operating system 5 gadi atpakaļ
lua-regex.c aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
lua-regex.h aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
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. 5 gadi atpakaļ
sqapi.cpp 12434e3451 Typo in string 6 gadi atpakaļ
sqarray.h e03a8510fb Add new member functions to array 6 gadi atpakaļ
sqbaselib.cpp 997678e94b Fix to lexing integer overflow inside excluded ifdef 6 gadi atpakaļ
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 gadi atpakaļ
sqclass.h e81daca422 Change member position for better alignment on 64bit 7 gadi atpakaļ
sqclosure.h aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
sqcompiler.cpp 7014370221 Add a missing "case TK_INTERFACE:" and also a fix for default parameter value 6 gadi atpakaļ
sqcompiler.h 348af948df Add "interface" as reserved keyword and synonym for "class" 6 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
sqfuncstate.cpp 44646de1a7 Remove old commented code 6 gadi atpakaļ
sqfuncstate.h ad04f19b6e Some fixes to bytecode dump 6 gadi atpakaļ
sqlexer.cpp 348af948df Add "interface" as reserved keyword and synonym for "class" 6 gadi atpakaļ
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. 5 gadi atpakaļ
sqmem.cpp a19c80177b Extra code to compile as C++ without need libstdc++ 5 gadi atpakaļ
sqobject.cpp ad04f19b6e Some fixes to bytecode dump 6 gadi atpakaļ
sqobject.h aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
sqopcodes.h aeaf302490 Fix several compiler warnings 7 gadi atpakaļ
sqpcheader.h 728ad788a8 Update with squirrel, spaces/tabs changed 9 gadi atpakaļ
sqstate.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 gadi atpakaļ
sqstate.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 gadi atpakaļ
sqstring.h 7071c39013 Small changes to save memory for small strings 7 gadi atpakaļ
sqtable.cpp db4648ae63 Add new global table_incnum and also change array sort to accept a an array for parallel sort 7 gadi atpakaļ
sqtable.h db4648ae63 Add new global table_incnum and also change array sort to accept a an array for parallel sort 7 gadi atpakaļ
squirrel.dsp 1e011789d3 Reorganize repository tree. 13 gadi atpakaļ
squserdata.h 6b1d7ec41a Use of initialisation lists in constructors 9 gadi atpakaļ
squtils.h f4ebbed44b Use a defined number type for sizes 7 gadi atpakaļ
sqvm.cpp 461361935a Add a comment to remember why math.h should be first to compile on AIX OS 5 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
sublatin.h 16b1f1c276 Add new function nstrLenSubSetLatinUtf8 that measure the sublatin length on a section of a string 9 gadi atpakaļ