Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VC warnings | Roberto Ierusalimschy | 2005-10-24 | 1 | -2/+2 |
* | numeral expressions keep their values in struct 'expdesc' | Roberto Ierusalimschy | 2005-10-03 | 1 | -19/+20 |
* | (no commit message) | Roberto Ierusalimschy | 2005-09-30 | 1 | -2/+2 |
* | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 2005-08-29 | 1 | -4/+3 |
* | no more compatibility for {;} and similar syntax | Roberto Ierusalimschy | 2005-08-24 | 1 | -2/+1 |
* | small optimizations | Roberto Ierusalimschy | 2005-08-22 | 1 | -17/+17 |
* | new coding for while and repeat (with new scoping for repeat) | Roberto Ierusalimschy | 2005-08-17 | 1 | -70/+45 |
* | warnings from Visual C | Roberto Ierusalimschy | 2005-07-11 | 1 | -2/+2 |
* | syntax for length changed from '*' to '#' | Roberto Ierusalimschy | 2005-06-13 | 1 | -2/+2 |
* | better control for compatibility code for varargs | Roberto Ierusalimschy | 2005-06-13 | 1 | -5/+8 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -7/+7 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -7/+7 |
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -4/+5 |
* | no more compatibility code for traversing tables | Roberto Ierusalimschy | 2005-05-04 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 2005-05-04 | 1 | -2/+2 |
* | comment | Roberto Ierusalimschy | 2005-04-29 | 1 | -2/+2 |
* | comment | Roberto Ierusalimschy | 2005-04-27 | 1 | -3/+3 |
* | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 2005-04-07 | 1 | -7/+10 |
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+2 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -6/+6 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -6/+6 |
* | entries `{[...] = ...}' need space too. | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 1 | -3/+4 |
* | USHRT_MAX may not fit in a (16-bit) int | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+2 |
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -2/+2 |
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2004-12-07 | 1 | -16/+21 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 2004-12-03 | 1 | -2/+2 |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -7/+7 |
* | details | Roberto Ierusalimschy | 2004-11-19 | 1 | -4/+3 |
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -6/+4 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -29/+31 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -7/+2 |
* | small optimization for {f()} | Roberto Ierusalimschy | 2004-03-26 | 1 | -1/+2 |
* | better error messages for some limits | Roberto Ierusalimschy | 2004-03-12 | 1 | -7/+17 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -4/+4 |
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -4/+7 |
* | debugger can only see `local function' after it has a meaningful value | Roberto Ierusalimschy | 2003-10-09 | 1 | -1/+3 |
* | avoid the use of `strlen' (strings are literals) | Roberto Ierusalimschy | 2003-10-03 | 1 | -15/+13 |
* | bug: syntax `local function' does not increment stack size | Roberto Ierusalimschy | 2003-09-29 | 1 | -4/+7 |
* | detail | Roberto Ierusalimschy | 2003-09-05 | 1 | -2/+2 |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -10/+36 |
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 1 | -3/+3 |
* | syntax `...=var' changed to `var=...' | Roberto Ierusalimschy | 2003-07-29 | 1 | -25/+20 |
* | details | Roberto Ierusalimschy | 2003-07-28 | 1 | -5/+5 |
* | more changes to reduce stack usage by the parser | Roberto Ierusalimschy | 2003-07-09 | 1 | -5/+7 |
* | small changes to reduce stack usage by the parser | Roberto Ierusalimschy | 2003-07-09 | 1 | -22/+27 |
* | no more compatibility code for 4.0 | Roberto Ierusalimschy | 2003-05-14 | 1 | -13/+1 |