Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | for incremental garbage collection | |||||
* | 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 | |
| | ||||||
* | new syntax: `... [= name]' | Roberto Ierusalimschy | 2003-05-14 | 1 | -16/+22 | |
| | ||||||
* | new semantics for "for" local variables | Roberto Ierusalimschy | 2003-05-13 | 1 | -20/+24 | |
| | ||||||
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -2/+2 | |
| | ||||||
* | better error message for (deprecated) "%global" | Roberto Ierusalimschy | 2003-02-28 | 1 | -5/+11 | |
| | ||||||
* | small optimization for sizes of array constructors | Roberto Ierusalimschy | 2003-02-18 | 1 | -3/+2 | |
| | ||||||
* | compatibility with '%' syntax is optional | Roberto Ierusalimschy | 2003-02-11 | 1 | -1/+3 | |
| | ||||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -15/+12 | |
| | | | | (makes code clearer) | |||||
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -10/+18 | |
| | ||||||
* | OP_TFORLOOP uses extra stack space | Roberto Ierusalimschy | 2002-12-11 | 1 | -1/+2 | |
| | ||||||
* | bug: scope of generic for variables is not sound | Roberto Ierusalimschy | 2002-12-06 | 1 | -26/+26 | |
| | ||||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 | |
| | ||||||
* | make more clear "primitive" recursive definitions | Roberto Ierusalimschy | 2002-11-22 | 1 | -106/+100 | |
| | ||||||
* | avoid C stack overflow during parsing | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+13 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+2 | |
| | ||||||
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 1 | -2/+3 | |
| | | | | be different | |||||
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -2/+3 | |
| | ||||||
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -4/+1 | |
| | ||||||
* | better line number for function definitions | Roberto Ierusalimschy | 2002-08-22 | 1 | -1/+2 | |
| | ||||||
* | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 2002-08-20 | 1 | -5/+5 | |
| | | | | for `commutative' operators | |||||
* | new implementation for tailcall | Roberto Ierusalimschy | 2002-08-05 | 1 | -3/+3 | |
| | ||||||
* | new priority for and/or | Roberto Ierusalimschy | 2002-07-04 | 1 | -7/+7 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-06-26 | 1 | -2/+2 | |
| | ||||||
* | new "local function" | Roberto Ierusalimschy | 2002-06-06 | 1 | -26/+32 | |
| | ||||||
* | some refactoring | Roberto Ierusalimschy | 2002-06-06 | 1 | -20/+18 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-06-06 | 1 | -10/+10 | |
| | ||||||
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 1 | -3/+2 | |
| | ||||||
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+3 | |
| | ||||||
* | no more `global' declarations | Roberto Ierusalimschy | 2002-05-14 | 1 | -136/+44 | |
| | ||||||
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -14/+20 | |
| | ||||||
* | cleaner implementation of code generation for jumps | Roberto Ierusalimschy | 2002-05-10 | 1 | -12/+14 | |
| | ||||||
* | optimization for `while' (first version) | Roberto Ierusalimschy | 2002-05-10 | 1 | -4/+43 | |
| | ||||||
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -21/+16 | |
| | ||||||
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -9/+9 | |
| |