Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1994-11-17 | new API functions startblock and endblock | Roberto Ierusalimschy | 2 | -2/+22 | |
1994-11-17 | changes in garbage collection control | Roberto Ierusalimschy | 7 | -49/+40 | |
1994-11-16 | uses a single list to keep allocated strings. | Roberto Ierusalimschy | 1 | -88/+42 | |
1994-11-16 | set first position of a free block to -1, to catch errors | Roberto Ierusalimschy | 1 | -1/+2 | |
1994-11-16 | new module for memory allocation | Roberto Ierusalimschy | 9 | -99/+113 | |
1994-11-16 | correction of function 'nextvar' | Roberto Ierusalimschy | 5 | -54/+41 | |
1994-11-14 | unification of symbol tree and constant tree | Roberto Ierusalimschy | 7 | -183/+131 | |
1994-11-14 | lua_equalObj now is global (and is used by opcode) | Roberto Ierusalimschy | 2 | -4/+9 | |
1994-11-13 | new API function to create tables | Roberto Ierusalimschy | 2 | -3/+16 | |
1994-11-13 | small changes to avoid shadowing | Roberto Ierusalimschy | 2 | -17/+17 | |
1994-11-13 | small changes in 'ugly' part. | Roberto Ierusalimschy | 2 | -19/+26 | |
1994-11-11 | small corrections to avoid 'warings' with acc. | Roberto Ierusalimschy | 1 | -12/+14 | |
do_call was moving results in the wrong order. | |||||
1994-11-11 | small corrections to avoid 'warings' with acc | Roberto Ierusalimschy | 1 | -3/+3 | |
1994-11-10 | small changes in error recovery | Roberto Ierusalimschy | 2 | -44/+15 | |
1994-11-10 | fallback for garbage collection | Roberto Ierusalimschy | 5 | -25/+58 | |
1994-11-10 | fallback list moved from opcode.c to fallback.c | Roberto Ierusalimschy | 4 | -67/+69 | |
1994-11-09 | execution of 'mains' separated from calls | Roberto Ierusalimschy | 1 | -15/+41 | |
1994-11-09 | calls lua_reportbug instead of lua_error, in default fallbacks | Roberto Ierusalimschy | 1 | -5/+6 | |
1994-11-09 | frees file names when unstacked | Roberto Ierusalimschy | 1 | -3/+3 | |
1994-11-09 | lua_parse has a different interface | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-09 | lua_call cannot be a macro, because it would push the function | Roberto Ierusalimschy | 1 | -3/+2 | |
over the parameters | |||||
1994-11-09 | lua_debugline is kept in the stack 'funcstack' when debugging. | Roberto Ierusalimschy | 1 | -5/+11 | |
1994-11-09 | because lua_error does a longjmp, there is no need to a variable | Roberto Ierusalimschy | 1 | -69/+36 | |
'err'. lua_parse has a different interface, to allow the free of the main block even if compilation fails. small changes in the debug system. | |||||
1994-11-08 | garbage collection for locked objects | Roberto Ierusalimschy | 1 | -3/+9 | |
1994-11-08 | error function for Lua | Roberto Ierusalimschy | 2 | -2/+11 | |
1994-11-08 | lock mechanism | Roberto Ierusalimschy | 4 | -5/+88 | |
1994-11-07 | new API | Roberto Ierusalimschy | 2 | -21/+74 | |
1994-11-07 | new API: lua_Object now is an integer | Roberto Ierusalimschy | 6 | -141/+112 | |
1994-11-07 | first implementation of 'fallbacks' | Roberto Ierusalimschy | 1 | -115/+202 | |
1994-11-07 | Type renamed to lua_Type | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-07 | module to implement default fallbacks and lock mechanisms | Roberto Ierusalimschy | 2 | -0/+67 | |
1994-11-07 | inheritance is not built-in | Roberto Ierusalimschy | 1 | -35/+5 | |
1994-11-06 | new opcodes for '>' and '>=' | Roberto Ierusalimschy | 2 | -4/+7 | |
1994-11-04 | new global function 'setfallback' | Roberto Ierusalimschy | 1 | -5/+7 | |
1994-11-04 | small corrections. | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-04 | creation of function do_protectedrun, that executes lua code enclosed | Roberto Ierusalimschy | 1 | -220/+96 | |
in a setjmp, with error recovery. Elimination of functions lua_isnil, etc. | |||||
1994-11-04 | Elimination of functions lua_isnil, etc. | Roberto Ierusalimschy | 1 | -8/+12 | |
1994-11-03 | more functions from opcode.c | Roberto Ierusalimschy | 2 | -17/+44 | |
'open_file' and 'open_string' return an error message lua_type renamed to luaI_type (I for Internal, as this function is not exported outside lua) | |||||
1994-11-03 | there is no need of predefined constants. | Roberto Ierusalimschy | 1 | -14/+4 | |
1994-11-03 | RESET is generated at codereturn. | Roberto Ierusalimschy | 1 | -4/+2 | |
1994-11-03 | because lua_error now does a longjmp, many functions do not need | Roberto Ierusalimschy | 1 | -40/+14 | |
to check conditions. | |||||
1994-11-03 | function 'lua_addfile' returns an error message | Roberto Ierusalimschy | 2 | -14/+8 | |
1994-11-03 | prototype for function 'yylex' | Roberto Ierusalimschy | 1 | -38/+3 | |
1994-11-02 | new way to call functions, plus several small changes. This is | Roberto Ierusalimschy | 4 | -781/+777 | |
a temporary version! | |||||
1994-11-02 | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 2 | -11/+87 | |
some lua_ functions changed form opcode.c to here | |||||
1994-11-02 | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 2 | -40/+40 | |
1994-11-02 | frees filename from file stack | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-01 | CREATEARRAY now has an argument, the size of the array to create. | Roberto Ierusalimschy | 2 | -14/+18 | |
1994-11-01 | small corrections | Roberto Ierusalimschy | 3 | -18/+6 | |
1994-10-21 | deletion of 'include mm.h' | Roberto Ierusalimschy | 2 | -42/+1 | |