| Commit message (Expand) | Author | Age | Files | Lines |
* | better way to control open upvalues | Roberto Ierusalimschy | 2004-03-15 | 1 | -2/+1 |
* | added include to stdarg.h (as it uses vararg facilities) | Roberto Ierusalimschy | 2004-02-20 | 1 | -1/+5 |
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -10/+10 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -48/+55 |
* | towards incremental GC | Roberto Ierusalimschy | 2003-11-18 | 1 | -1/+2 |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -15/+22 |
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 1 | -2/+2 |
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+1 |
* | small optimization for sizes of array constructors | Roberto Ierusalimschy | 2003-02-18 | 1 | -2/+3 |
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -2/+3 |
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -2/+3 |
* | better code to signal write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -3/+5 |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -5/+1 |
* | all objects with several children (tables, closures, stacks, prototypes) | Roberto Ierusalimschy | 2002-11-13 | 1 | -8/+8 |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -1/+18 |
* | detail | Roberto Ierusalimschy | 2002-11-04 | 1 | -9/+9 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -38/+29 |
* | small changes in type configuration facilities | Roberto Ierusalimschy | 2002-10-22 | 1 | -3/+3 |
* | in case of memory allocation errors, sizecode and sizelineinfo can | Roberto Ierusalimschy | 2002-10-16 | 1 | -1/+2 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -3/+1 |
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -3/+2 |
* | details | Roberto Ierusalimschy | 2002-09-02 | 1 | -1/+5 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -33/+92 |
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -4/+8 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+5 |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -11/+20 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -3/+3 |
* | weak keys are removed only after finalization | Roberto Ierusalimschy | 2002-07-01 | 1 | -4/+1 |
* | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 |
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+3 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -12/+14 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -9/+1 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+3 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -2/+1 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -1/+3 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -1/+10 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -9/+8 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -2/+1 |
* | configurable macros should live in llimits.h | Roberto Ierusalimschy | 2002-03-18 | 1 | -16/+1 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -10/+10 |
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 1 | -6/+6 |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -16/+15 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -2/+2 |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 1 | -2/+1 |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -14/+0 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -1/+8 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -17/+5 |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -10/+10 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -5/+5 |