mingodad
|
3707123a18
Small code reformat
|
hace 7 años |
mingodad
|
baf276e6ce
Fix compiler warnings.
|
hace 7 años |
mingodad
|
cedaa56bc1
Fix segfault on 64bits due to use a 32bit INT_MIN
|
hace 8 años |
mingodad
|
9f8b951d6d
Add preproccessor directives #ifdef, #else, #endif, #define and #undef they are parsed at the same time as the script, I mean it's not a two pass scan/parse, the named proproccessor variables are not accessible to scripts.
|
hace 8 años |
mingodad
|
508a357a46
Fix for equality operator between boolean and integer/float to behave like C/C++ Javascript
|
hace 8 años |
mingodad
|
c91c7ccfb2
Fix default makefiles (also normalize line ends \n only), fix some compile warnings.
|
hace 8 años |
mingodad
|
1cfc0f80f5
Fix for a bug reported and solved by https://github.com/virt00l on squirrel
|
hace 8 años |
mingodad
|
ea079daa15
Several fixes from squirrel.
|
hace 8 años |
mingodad
|
c74277f2c2
Several fixes found when translating lua 5.1 tests (http://www.inf.puc-rio.br/%7Eroberto/lua/lua5.1-tests.tar.gz)
|
hace 8 años |
mingodad
|
cc346b1efb
Add the an adapted string comparison from lua to replace the default libc thus allowing compare strings with embedded zeros.
|
hace 8 años |
mingodad
|
7a4868caa2
Use sq_type instead of the duplicated sqtype as it's done in squirrel
|
hace 8 años |
mingodad
|
6cca8fb983
Fix for the retrieval/release of include_path
|
hace 8 años |
mingodad
|
2e71442f5e
Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH
|
hace 8 años |
mingodad
|
b79f7cb955
Fix handling parameters passed to printf
|
hace 8 años |
mingodad
|
6ee9f39571
Change macro type() to sqtype() as done in squirrel, also updating sqlite3
|
hace 8 años |
mingodad
|
f938a4075f
Apply fixes from squirrel
|
hace 8 años |
mingodad
|
255396da3a
Attempt to fix releasing resources when closing a vm.
|
hace 9 años |
mingodad
|
7fa8db67b8
Add _OP_NOP to try solve the goto _POP_TRAP and RESOLVE_OUTERS, still need work on it
|
hace 9 años |
mingodad
|
1d1c557b97
Add fixes from squirrel.
|
hace 9 años |
mingodad
|
195c55812a
Remove glitchs
|
hace 9 años |
mingodad
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
hace 9 años |
mingodad
|
8eceded6a0
Add changes from squirrel
|
hace 9 años |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
hace 9 años |
mingodad
|
4fd4044086
Fix a bug introduced long time ago which prevents garbage collection when destroying an interpreter.
|
hace 9 años |
mingodad
|
79a009d408
Several fixes from squirrel
|
hace 9 años |
mingodad
|
10d0334739
Fixes for sq_slave_vm been able to report erros, also the lexer now ignore unicode escape "\u" instead of give an error.
|
hace 10 años |
mingodad
|
12c181bdc4
Add some fixes from squirrel.
|
hace 10 años |
mingodad
|
9c84674630
Add fixes from squrrel
|
hace 10 años |
mingodad
|
01cdd0dc56
Add a check to do not call unnecessary code as pointed by unagipai on squirrel forum.
|
hace 11 años |
mingodad
|
8025c6c450
Fix unintended call to sq_base_register when not creating a new root table, this bug was pointed on squirrel forum by lucasc190.
|
hace 11 años |