Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -19/+31 |
* | cannot assign to unlimited variables, because it causes overflow in | Roberto Ierusalimschy | 1999-06-16 | 1 | -1/+9 |
* | bigger limit for number of local variables and upvalues | Roberto Ierusalimschy | 1999-06-16 | 1 | -11/+13 |
* | detail | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 |
* | warnings by clinio | Roberto Ierusalimschy | 1999-05-10 | 1 | -5/+5 |
* | opcodes with LONGARG do not use byte variants. | Roberto Ierusalimschy | 1999-05-06 | 1 | -11/+12 |
* | do not generate SETLINE after main (it will be after last line) | Roberto Ierusalimschy | 1999-03-25 | 1 | -2/+1 |
* | more precise debug information about local variables | Roberto Ierusalimschy | 1999-03-23 | 1 | -4/+16 |
* | no more if expressions. | Roberto Ierusalimschy | 1999-03-11 | 1 | -23/+8 |
* | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 1999-03-10 | 1 | -35/+16 |
* | new opcode TAILCALL | Roberto Ierusalimschy | 1999-03-05 | 1 | -10/+13 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -5/+5 |
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -8/+7 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -22/+9 |
* | better instrumentation for internal debugging | Roberto Ierusalimschy | 1999-02-24 | 1 | -1/+5 |
* | warnings | Roberto Ierusalimschy | 1999-02-24 | 1 | -5/+5 |
* | new name for opcode | Roberto Ierusalimschy | 1999-02-09 | 1 | -2/+2 |
* | small corrections in opcodes. | Roberto Ierusalimschy | 1999-02-09 | 1 | -5/+8 |
* | assignment expression may be multiple | Roberto Ierusalimschy | 1999-02-08 | 1 | -23/+22 |
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 1 | -3/+3 |
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -3/+3 |
* | new opcode for "long" arguments (3 bytes) | Roberto Ierusalimschy | 1999-02-04 | 1 | -95/+101 |
* | new syntax: assignment expressions + better order for opcodes | Roberto Ierusalimschy | 1999-02-02 | 1 | -13/+41 |
* | opcodes with builtin parameters are too complicated for very little extra | Roberto Ierusalimschy | 1999-02-02 | 1 | -48/+38 |
* | "if" expression leaves only one of its expressions on the stack | Roberto Ierusalimschy | 1999-02-02 | 1 | -2/+5 |
* | "if" expressions. | Roberto Ierusalimschy | 1999-02-01 | 1 | -24/+31 |
* | negative numerals do not need a MINUSOPeration; go directly to contant | Roberto Ierusalimschy | 1999-01-29 | 1 | -44/+51 |
* | <string.h> is needed because of "memcpy". | Roberto Ierusalimschy | 1999-01-21 | 1 | -1/+2 |
* | GC can be called during parsing, if needed. | Roberto Ierusalimschy | 1999-01-15 | 1 | -19/+32 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -15/+15 |
* | better error message | Roberto Ierusalimschy | 1998-12-23 | 1 | -3/+9 |
* | better error message for code too long (old one was misleading when the | Roberto Ierusalimschy | 1998-08-11 | 1 | -2/+3 |
* | details ("luaX_token2str" doesn't need LexState) | Roberto Ierusalimschy | 1998-07-24 | 1 | -4/+4 |
* | "exp" changed to "exp0" to avoid problems with math.h.v3.1 | Roberto Ierusalimschy | 1998-07-06 | 1 | -9/+9 |
* | stupid bug (in syntax print "hello") | Roberto Ierusalimschy | 1998-06-24 | 1 | -1/+2 |
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 1 | -0/+1332 |