Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2000-04-10 | comments (detail) | Roberto Ierusalimschy | 1 | -2/+2 |
2000-04-07 | comments | Roberto Ierusalimschy | 1 | -13/+13 |
2000-04-07 | reorganization of lcode.c | Roberto Ierusalimschy | 3 | -252/+252 |
2000-04-07 | more optimizations | Roberto Ierusalimschy | 3 | -44/+69 |
2000-04-07 | name changes + new operation - old operation | Roberto Ierusalimschy | 2 | -16/+16 |
2000-04-07 | name changes | Roberto Ierusalimschy | 2 | -4/+4 |
2000-04-06 | new optimization: jumps to jumps | Roberto Ierusalimschy | 3 | -23/+38 |
2000-04-06 | new functions: disassembler and get limit. | Roberto Ierusalimschy | 1 | -8/+144 |
2000-04-05 | implementation of BREAK | Roberto Ierusalimschy | 6 | -117/+168 |
2000-04-04 | `nil' is optional for next and nextvar (and is not for tonumber & tag). | Roberto Ierusalimschy | 1 | -11/+9 |
2000-04-04 | new opcode INCLOCAL. | Roberto Ierusalimschy | 4 | -81/+132 |
2000-04-03 | syntactical details | Roberto Ierusalimschy | 1 | -17/+13 |
2000-04-03 | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2 | -2/+12 |
2000-03-31 | details. | Roberto Ierusalimschy | 5 | -20/+24 |
2000-03-30 | name change | Roberto Ierusalimschy | 4 | -17/+17 |
2000-03-30 | new names for debug types | Roberto Ierusalimschy | 8 | -49/+49 |
2000-03-30 | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2 | -3/+4 |
2000-03-29 | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 16 | -194/+128 |
2000-03-27 | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 10 | -34/+34 |
2000-03-27 | comments | Roberto Ierusalimschy | 2 | -4/+4 |
2000-03-27 | no more support for gc TM for tables | Roberto Ierusalimschy | 3 | -39/+16 |
2000-03-27 | lua_setstate makes no sense with explicit multiple states | Roberto Ierusalimschy | 1 | -4/+1 |
2000-03-24 | new name for llimits.h | Roberto Ierusalimschy | 3 | -8/+8 |