Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details | Roberto Ierusalimschy | 2000-10-27 | 1 | -4/+4 |
* | `nlineinfo' must include end flag. | Roberto Ierusalimschy | 2000-10-10 | 1 | -2/+2 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+4 |
* | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 2000-09-27 | 1 | -3/+3 |
* | macros to do jumps | Roberto Ierusalimschy | 2000-09-20 | 1 | -2/+2 |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+4 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -36/+27 |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |
* | small bug in symbolic execution | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+3 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | better code for unary/binary operators | Roberto Ierusalimschy | 2000-08-09 | 1 | -29/+50 |
* | syntax "function foo (...)" can be nested | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -14/+8 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -1/+7 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -7/+7 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -4/+4 |
* | local is valid only after adjust | Roberto Ierusalimschy | 2000-06-28 | 1 | -2/+2 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -36/+37 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -48/+22 |
* | no more labels | Roberto Ierusalimschy | 2000-06-19 | 1 | -41/+5 |
* | better control of source name | Roberto Ierusalimschy | 2000-06-19 | 1 | -6/+6 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -237/+179 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -2/+2 |
* | better implementation for looh-ahead | Roberto Ierusalimschy | 2000-05-25 | 1 | -14/+9 |
* | accepts `$debug' in the middle of a function. | Roberto Ierusalimschy | 2000-05-25 | 1 | -16/+12 |
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -160/+155 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -19/+11 |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -5/+5 |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -26/+63 |
* | first element in a list constructor is not adjusted to one value. | Roberto Ierusalimschy | 2000-05-12 | 1 | -2/+2 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -3/+3 |
* | detail (error message) | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | [C++ Warning] lparser.c(326): W8066 Unreachable code. | Roberto Ierusalimschy | 2000-04-27 | 1 | -2/+3 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -5/+42 |
* | no more repeat ... end. | Roberto Ierusalimschy | 2000-04-11 | 1 | -17/+17 |
* | new syntax: |label| | Roberto Ierusalimschy | 2000-04-10 | 1 | -49/+94 |
* | reorganization of lcode.c | Roberto Ierusalimschy | 2000-04-07 | 1 | -18/+15 |
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 1 | -8/+6 |
* | new optimization: jumps to jumps | Roberto Ierusalimschy | 2000-04-06 | 1 | -18/+18 |
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -57/+112 |
* | syntactical details | Roberto Ierusalimschy | 2000-04-03 | 1 | -17/+13 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -6/+1 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -12/+1 |
* | SETLINEs for reserved words, too. | Roberto Ierusalimschy | 2000-03-24 | 1 | -39/+45 |
* | better(?) treatment for SETLINE + while optimization is too complex for | Roberto Ierusalimschy | 2000-03-20 | 1 | -34/+14 |
* | details. | Roberto Ierusalimschy | 2000-03-15 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-03-13 | 1 | -70/+84 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -79/+79 |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -29/+39 |