mingodad b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
..
Makefile 1e3a3cdf2d Changed the hard coded "gcc" to "$(CC)" to facilitate change the compiler to clang 13 gadi atpakaļ
sqstdaux.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
sqstdblob.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
sqstdblobimpl.h ca49fd023a Add a define with the default BLOB_BUFSIZE 13 gadi atpakaļ
sqstdio.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
sqstdlib.dsp 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 gadi atpakaļ
sqstdmath.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
sqstdrex.cpp 43cc04ddaf Comment unused assignments, white spaces cleaned. 13 gadi atpakaļ
sqstdstream.cpp 7945358c29 Fix for the case where there is no new line and the size is bigger than size=2048. 13 gadi atpakaļ
sqstdstream.h fae9b56595 Refactored SQBlob to allow specify size and allocated separately. 13 gadi atpakaļ
sqstdstring.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ
sqstdsystem.cpp b0de9fb2a6 Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency. 13 gadi atpakaļ