Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implementation dependent types | Roberto Ierusalimschy | 1994-12-20 | 1 | -0/+25 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 14 | -143/+148 |
* | a field with value 'nil' must call the fallback 'index' | Roberto Ierusalimschy | 1994-12-16 | 1 | -2/+2 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 2 | -25/+18 |
* | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 1994-12-16 | 3 | -9/+9 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 3 | -74/+74 |
* | Passar os argv apos '--' para Lua. | Waldemar Celes | 1994-12-14 | 1 | -2/+42 |
* | no special treatment for C++ (this should be done in the C++ code) | Roberto Ierusalimschy | 1994-12-13 | 1 | -11/+1 |
* | debug message goes to stderr | Roberto Ierusalimschy | 1994-12-13 | 1 | -2/+2 |
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 4 | -16/+33 |
* | opcode PUSHSELF has a parameter that indicates the method to be called | Roberto Ierusalimschy | 1994-12-06 | 2 | -6/+16 |
* | small bug correction | Roberto Ierusalimschy | 1994-11-30 | 1 | -2/+2 |
* | 'main' returns condition code | Roberto Ierusalimschy | 1994-11-28 | 1 | -4/+6 |
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-28 | 1 | -9/+9 |
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-25 | 2 | -2/+5 |
* | erased function yywrap (nobody used it) | Roberto Ierusalimschy | 1994-11-25 | 1 | -6/+1 |
* | new modules 'mem' and 'fallback'. | Roberto Ierusalimschy | 1994-11-23 | 1 | -5/+26 |
* | modifications to avoid warnings when compiling yacc code | Roberto Ierusalimschy | 1994-11-23 | 1 | -3/+11 |
* | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 1994-11-23 | 7 | -53/+56 |
* | small simplification | Roberto Ierusalimschy | 1994-11-22 | 1 | -3/+1 |
* | correction of function tonumber | Roberto Ierusalimschy | 1994-11-22 | 1 | -2/+3 |
* | no more unary '+' | Roberto Ierusalimschy | 1994-11-22 | 1 | -2/+1 |
* | debug shows lines where functions were called | Roberto Ierusalimschy | 1994-11-21 | 2 | -30/+45 |
* | new lua functions 'getglobal' and 'setglobal' | Roberto Ierusalimschy | 1994-11-21 | 1 | -6/+32 |
* | fallback for "call expression not a function" errors | Roberto Ierusalimschy | 1994-11-21 | 3 | -7/+29 |
* | fallback to unary minus is 'arith' with operation code 'unm' | Roberto Ierusalimschy | 1994-11-21 | 3 | -8/+9 |
* | lua_lock receives its parameter via stack. | Roberto Ierusalimschy | 1994-11-18 | 2 | -12/+35 |
* | lua_lock receives its parameter via stack | Roberto Ierusalimschy | 1994-11-18 | 3 | -8/+9 |
* | function 'lua_createstring' moved from table.c to tree.c | Roberto Ierusalimschy | 1994-11-18 | 4 | -17/+7 |
* | small correction | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+2 |
* | userdata can have different tags | Roberto Ierusalimschy | 1994-11-17 | 3 | -19/+21 |
* | small bug corrected | Roberto Ierusalimschy | 1994-11-17 | 1 | -7/+7 |
* | pow operation is defined in mathlib.c | Roberto Ierusalimschy | 1994-11-17 | 2 | -30/+31 |
* | listing did not list POWOP | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+3 |
* | uses new memory module (mem.c). | Roberto Ierusalimschy | 1994-11-17 | 1 | -65/+36 |
* | new API functions startblock and endblock | Roberto Ierusalimschy | 1994-11-17 | 2 | -2/+22 |
* | changes in garbage collection control | Roberto Ierusalimschy | 1994-11-17 | 7 | -49/+40 |
* | uses a single list to keep allocated strings. | Roberto Ierusalimschy | 1994-11-16 | 1 | -88/+42 |
* | set first position of a free block to -1, to catch errors | Roberto Ierusalimschy | 1994-11-16 | 1 | -1/+2 |
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 9 | -99/+113 |
* | correction of function 'nextvar' | Roberto Ierusalimschy | 1994-11-16 | 5 | -54/+41 |
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 7 | -183/+131 |
* | lua_equalObj now is global (and is used by opcode) | Roberto Ierusalimschy | 1994-11-14 | 2 | -4/+9 |
* | new API function to create tables | Roberto Ierusalimschy | 1994-11-13 | 2 | -3/+16 |
* | small changes to avoid shadowing | Roberto Ierusalimschy | 1994-11-13 | 2 | -17/+17 |
* | small changes in 'ugly' part. | Roberto Ierusalimschy | 1994-11-13 | 2 | -19/+26 |
* | small corrections to avoid 'warings' with acc. | Roberto Ierusalimschy | 1994-11-11 | 1 | -12/+14 |
* | small corrections to avoid 'warings' with acc | Roberto Ierusalimschy | 1994-11-11 | 1 | -3/+3 |
* | small changes in error recovery | Roberto Ierusalimschy | 1994-11-10 | 2 | -44/+15 |
* | fallback for garbage collection | Roberto Ierusalimschy | 1994-11-10 | 5 | -25/+58 |