Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -11/+9 | |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -103/+102 | |
* | maybe a concat right associative allows some optimizations... | Roberto Ierusalimschy | 2000-03-03 | 1 | -7/+7 | |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 1 | -42/+43 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -5/+5 | |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 1 | -350/+154 | |
* | first version of code optimizer | Roberto Ierusalimschy | 2000-02-22 | 1 | -229/+166 | |
* | new version for INSTRUCTION formats | Roberto Ierusalimschy | 2000-02-14 | 1 | -210/+122 |