Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1994-12-16 | a field with value 'nil' must call the fallback 'index' | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-12-16 | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 2 | -25/+18 | |
'lua_createtable' does not have parameters. 'lua_copystring' now is a macro | |||||
1994-12-16 | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 3 | -9/+9 | |
1994-12-16 | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 3 | -74/+74 | |
'lua_error' never returns | |||||
1994-12-14 | Passar os argv apos '--' para Lua. | Waldemar Celes | 1 | -2/+42 | |
Captura-se cada argv com a funcao argv(i), onde i = 1, 2, ... | |||||
1994-12-13 | no special treatment for C++ (this should be done in the C++ code) | Roberto Ierusalimschy | 1 | -11/+1 | |
1994-12-13 | debug message goes to stderr | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-12-13 | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 4 | -16/+33 | |
1994-12-06 | opcode PUSHSELF has a parameter that indicates the method to be called | Roberto Ierusalimschy | 2 | -6/+16 | |
1994-11-30 | small bug correction | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-28 | 'main' returns condition code | Roberto Ierusalimschy | 1 | -4/+6 | |
1994-11-28 | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1 | -9/+9 | |
1994-11-25 | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 2 | -2/+5 | |
1994-11-25 | erased function yywrap (nobody used it) | Roberto Ierusalimschy | 1 | -6/+1 | |
1994-11-23 | new modules 'mem' and 'fallback'. | Roberto Ierusalimschy | 1 | -5/+26 | |
correction of dependencies | |||||
1994-11-23 | modifications to avoid warnings when compiling yacc code | Roberto Ierusalimschy | 1 | -3/+11 | |
1994-11-23 | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 7 | -53/+56 | |
1994-11-22 | small simplification | Roberto Ierusalimschy | 1 | -3/+1 | |
1994-11-22 | correction of function tonumber | Roberto Ierusalimschy | 1 | -2/+3 | |
1994-11-22 | no more unary '+' | Roberto Ierusalimschy | 1 | -2/+1 | |
1994-11-21 | debug shows lines where functions were called | Roberto Ierusalimschy | 2 | -30/+45 | |
1994-11-21 | new lua functions 'getglobal' and 'setglobal' | Roberto Ierusalimschy | 1 | -6/+32 | |
1994-11-21 | fallback for "call expression not a function" errors | Roberto Ierusalimschy | 3 | -7/+29 | |
1994-11-21 | fallback to unary minus is 'arith' with operation code 'unm' | Roberto Ierusalimschy | 3 | -8/+9 | |
1994-11-18 | lua_lock receives its parameter via stack. | Roberto Ierusalimschy | 2 | -12/+35 | |
beginblock and endblock do not have parameters | |||||
1994-11-18 | lua_lock receives its parameter via stack | Roberto Ierusalimschy | 3 | -8/+9 | |
1994-11-18 | function 'lua_createstring' moved from table.c to tree.c | Roberto Ierusalimschy | 4 | -17/+7 | |
1994-11-17 | small correction | Roberto Ierusalimschy | 1 | -2/+2 | |
1994-11-17 | userdata can have different tags | Roberto Ierusalimschy | 3 | -19/+21 | |
1994-11-17 | small bug corrected | Roberto Ierusalimschy | 1 | -7/+7 | |
1994-11-17 | pow operation is defined in mathlib.c | Roberto Ierusalimschy | 2 | -30/+31 | |
1994-11-17 | listing did not list POWOP | Roberto Ierusalimschy | 1 | -2/+3 | |
1994-11-17 | uses new memory module (mem.c). | Roberto Ierusalimschy | 1 | -65/+36 | |
small changes in seting debug line. if and elseif unified in a outine 'codeIf' | |||||
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 | |