mingodad
|
c91c7ccfb2
Fix default makefiles (also normalize line ends \n only), fix some compile warnings.
|
8 years ago |
mingodad
|
1cfc0f80f5
Fix for a bug reported and solved by https://github.com/virt00l on squirrel
|
8 years ago |
mingodad
|
ea079daa15
Several fixes from squirrel.
|
8 years ago |
mingodad
|
c74277f2c2
Several fixes found when translating lua 5.1 tests (http://www.inf.puc-rio.br/%7Eroberto/lua/lua5.1-tests.tar.gz)
|
8 years ago |
mingodad
|
cc346b1efb
Add the an adapted string comparison from lua to replace the default libc thus allowing compare strings with embedded zeros.
|
8 years ago |
mingodad
|
7a4868caa2
Use sq_type instead of the duplicated sqtype as it's done in squirrel
|
8 years ago |
mingodad
|
6cca8fb983
Fix for the retrieval/release of include_path
|
8 years ago |
mingodad
|
2e71442f5e
Add an initial implementation of using environment var SQUILU_PATH to search for include files, inspired and based on LUA_PATH
|
8 years ago |
mingodad
|
b79f7cb955
Fix handling parameters passed to printf
|
8 years ago |
mingodad
|
6ee9f39571
Change macro type() to sqtype() as done in squirrel, also updating sqlite3
|
8 years ago |
mingodad
|
f938a4075f
Apply fixes from squirrel
|
8 years ago |
mingodad
|
255396da3a
Attempt to fix releasing resources when closing a vm.
|
9 years ago |
mingodad
|
7fa8db67b8
Add _OP_NOP to try solve the goto _POP_TRAP and RESOLVE_OUTERS, still need work on it
|
9 years ago |
mingodad
|
1d1c557b97
Add fixes from squirrel.
|
9 years ago |
mingodad
|
195c55812a
Remove glitchs
|
9 years ago |
mingodad
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
9 years ago |
mingodad
|
8eceded6a0
Add changes from squirrel
|
9 years ago |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
9 years ago |
mingodad
|
4fd4044086
Fix a bug introduced long time ago which prevents garbage collection when destroying an interpreter.
|
9 years ago |
mingodad
|
79a009d408
Several fixes from squirrel
|
9 years ago |
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.
|
10 years ago |
mingodad
|
12c181bdc4
Add some fixes from squirrel.
|
10 years ago |
mingodad
|
9c84674630
Add fixes from squrrel
|
10 years ago |
mingodad
|
01cdd0dc56
Add a check to do not call unnecessary code as pointed by unagipai on squirrel forum.
|
11 years ago |
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.
|
11 years ago |
mingodad
|
ae743d1eaa
Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements.
|
11 years ago |
mingodad
|
4eb5a431d8
Added two new operators for identity equality and unequality like the ones in javascript and php
|
12 years ago |
mingodad
|
90c87c87f5
Again moved the call to CallDelayedReleaseHooks to make it work with coroutines too.
|
13 years ago |
mingodad
|
6ea3190869
Add a check to SQObjectPtr.Null to see it needs update.
|
13 years ago |
mingodad
|
2b1ebc1b93
Add the start point on implementing class.destructor, it parses the destructor declaration as a method but it's not calling it yet.
|
13 years ago |