| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | detail | Roberto Ierusalimschy | 2007-10-18 | 1 | -5/+4 |
* | BUG: too many variables in an assignment may cause a C stack overflow | Roberto Ierusalimschy | 2007-07-31 | 1 | -3/+5 |
* | details | Roberto Ierusalimschy | 2007-05-11 | 1 | -3/+2 |
* | no more optimization to avoid LOADNIL at function start | Roberto Ierusalimschy | 2007-03-27 | 1 | -2/+2 |
* | more regularity in the use of quotes in error messages | Roberto Ierusalimschy | 2007-02-07 | 1 | -4/+4 |
* | comments | Roberto Ierusalimschy | 2006-11-22 | 1 | -2/+2 |
* | error message | Roberto Ierusalimschy | 2006-10-24 | 1 | -5/+7 |
* | details | Roberto Ierusalimschy | 2006-09-14 | 1 | -4/+4 |
* | little better error messages for internal arrays overflows | Roberto Ierusalimschy | 2006-09-14 | 1 | -3/+3 |
* | BUG: there is only one C stack, so nCcalls must be global | Roberto Ierusalimschy | 2006-08-15 | 1 | -5/+6 |
* | bug: wrong limit for list constructors | Roberto Ierusalimschy | 2006-07-12 | 1 | -2/+2 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -10/+16 |
* | details | Roberto Ierusalimschy | 2006-06-22 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2006-06-05 | 1 | -5/+6 |
* | 'lparser.h' should not include 'ltable.h' | Roberto Ierusalimschy | 2006-03-09 | 1 | -2/+2 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -5/+5 |
* | details | Roberto Ierusalimschy | 2005-12-07 | 1 | -45/+27 |
* | 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 |