mingodad
|
9b49429984
Add two global variables "sq_main_argc/sq_main_argv" to make the the argc/argv parameters availlable for fltk module.
|
13 rokov pred |
mingodad
|
6d30d3313a
Add new api function "SQBool sq_rawexists(HSQUIRRELVM v,SQInteger idx)" that do not throw error if not found.
|
13 rokov pred |
mingodad
|
0f41294d5b
A bit more close to a minimal working module
|
13 rokov pred |
mingodad
|
c9cddd70ac
Remove a call to check "ErrorIfConst()" because it's not complete and was causing segfaults
|
13 rokov pred |
mingodad
|
1fdff903f0
Added the forgotten "fpdf.h".
|
13 rokov pred |
mingodad
|
2fdb788b96
Add a module to interface with tinyxml2 https://github.com/leethomason/tinyxml2
|
13 rokov pred |
mingodad
|
d92650244e
Comment out some debug code
|
13 rokov pred |
mingodad
|
a98cbf7ba6
Modified a bit the recognition of pass by reference and added a check that raise an error in case of declare a parameter by reference and give default value.
|
13 rokov pred |
mingodad
|
1956ee8486
Moved code up that checks if "const" id already exists to make error messages show correct line number.
|
13 rokov pred |
mingodad
|
e07e89dfe6
Halfway to change enum/const declaration from global to local, meanwhile raise an error when try redeclare an already declared enum/const.
|
13 rokov pred |
mingodad
|
4dbe25d05a
Add new macro to make easy write extensions.
|
13 rokov pred |
mingodad
|
3053439b02
Added my axtls lib files
|
13 rokov pred |
mingodad
|
c8d6d9df7c
Some samples to test ported modules
|
13 rokov pred |
mingodad
|
cf2fd88f0a
Initial port of a module for rs232 from https://github.com/ynezz/librs232
|
13 rokov pred |
mingodad
|
8f6b2f2984
Remove unused variable, and indentation for the register function.
|
13 rokov pred |
mingodad
|
6292263419
Add new api to push lasterror_stackinfo.
|
13 rokov pred |
mingodad
|
cc675fa070
Added missing prototypes
|
13 rokov pred |
mingodad
|
ab48d1809a
Remove indentation for register function.
|
13 rokov pred |
mingodad
|
f43bc1cd41
Remove indentation for register function.
|
13 rokov pred |
mingodad
|
0d192d4eb2
Fix wrong bool check.
|
13 rokov pred |
mingodad
|
a032bbb5aa
Fix proposed by frosch to correct line number info in stack dumps
|
13 rokov pred |
mingodad
|
87de821ac3
Added a typedef for unsigned SQChar "USQChar".
|
13 rokov pred |
mingodad
|
ed91435ce8
Changes to make it easy to move to different characters sizes.
|
13 rokov pred |
mingodad
|
d95b4136d8
Found the real cause of segfaults, it was the order in which delayed hooks was been called, it should call in last in first out order, before it was first in first out.
|
13 rokov pred |
mingodad
|
f58383216b
Added function "axtls.get_error(code)" to use on throw exceptions.
|
13 rokov pred |
mingodad
|
da4f7cbb4f
Removed the call to ssl_free on ssl_release_hook, because on program exit, all connections are released by axtls and trying to release by ourselves causes segfault.
|
13 rokov pred |
mingodad
|
138201d6c1
Replaced the Squirrel "date" function by the Lua "date" function, it's more useful.
|
13 rokov pred |
mingodad
|
2fa04324bb
Changed the check on walking through the format string to use it's size instead of find the '\0' char, this allows format string with embedded '\0' chars.
|
13 rokov pred |
mingodad
|
5f1bd95240
Move the call to CallDelayedReleaseHooks from after _OP_CALL:OT_CLOSURE to after _OP_CALL.
|
13 rokov pred |
mingodad
|
7cb9d4eeda
Removing unnecessary auxiliar structure to hold SSL_CTX and SSL pointers make the code simpler.
|
13 rokov pred |