Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -3/+9 |
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -3/+3 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -17/+7 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -9/+9 |
* | details | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+2 |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 1 | -1/+3 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -4/+4 |
* | first implementation for tail call | Roberto Ierusalimschy | 2002-03-21 | 1 | -1/+3 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -2/+3 |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -8/+4 |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 1 | -2/+0 |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 1 | -3/+1 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -3/+3 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -44/+43 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -2/+2 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -2/+6 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -1/+2 |
* | avoid some warnings from strange compilers | Roberto Ierusalimschy | 2001-08-27 | 1 | -2/+2 |
* | `opmodes' table also generated automatically by mkprint | Roberto Ierusalimschy | 2001-07-03 | 1 | -43/+42 |
* | tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -0/+108 |