mingodad
|
57f380a2df
Changes to make class static field members be read/write.
|
13 éve |
mingodad
|
f889b29cc5
Add new function "atexithandler" to register a function to be called at scripting exit.
|
13 éve |
mingodad
|
d1da711a53
Added a check for "IDIV DoS" http://kqueue.org/blog/2012/12/31/idiv-dos/ like in PostgreSQL
|
13 éve |
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 éve |
mingodad
|
6292263419
Add new api to push lasterror_stackinfo.
|
13 éve |
mingodad
|
5f1bd95240
Move the call to CallDelayedReleaseHooks from after _OP_CALL:OT_CLOSURE to after _OP_CALL.
|
13 éve |
mingodad
|
72a50686ec
Remove unused assignment
|
13 éve |
mingodad
|
aaa9e0b2df
Create a function "SQSharedState::CallDelayedReleaseHooks(SQVM *vm, int count)" to manage the delayed release hooks, call then on first in first out basis, modify userdata release to also join delayed release hooks.
|
13 éve |
mingodad
|
1829e76e0f
Add a vector to SharedState where to store release hooks to be called when is safe to work with the vm, right now I'm calling it after calls to closures and whe finalizing the vm.
|
13 éve |
mingodad
|
f7be9c0f1c
Add new api functions:
|
13 éve |
mingodad
|
15eaca35a5
Only refactored code of SQVM::FOREACH_OP and the editor wiped extra spaces that was in several places in the code.
|
13 éve |
mingodad
|
2d343adbb6
Added conditional preprocessor NO_EXCEPTION_KEY_NOT_FOUND to sqvm.cpp to enable/disable throwing exceptions when a key is not found on tables.
|
13 éve |
mingodad
|
09cfbe61ca
Start git repository for squilu, squirrel language enhanced with lua goods.
|
13 éve |