Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 | |
* | better names for `luaM_free...' macros | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 | |
* | detail | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 | |
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -18/+20 | |
* | small optimizations | Roberto Ierusalimschy | 2004-09-27 | 1 | -13/+8 | |
* | detail | Roberto Ierusalimschy | 2004-08-31 | 1 | -17/+10 | |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 1 | -2/+2 | |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -28/+4 | |
* | small optimization for {f()} | Roberto Ierusalimschy | 2004-03-26 | 1 | -3/+3 | |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -36/+36 | |
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -2/+3 | |
* | default metatable can be NULL | Roberto Ierusalimschy | 2003-12-01 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2003-11-27 | 1 | -8/+4 | |
* | new auxiliary function `luaH_setstr' | Roberto Ierusalimschy | 2003-08-26 | 1 | -1/+13 | |
* | Lua does not need all those different types... | Roberto Ierusalimschy | 2003-04-28 | 1 | -2/+2 | |
* | avoid unnecessary call to log2 on too large indices | Roberto Ierusalimschy | 2003-04-28 | 1 | -10/+14 | |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+3 | |
* | new hash method for lua_Number (double) (due to a performance problem) | Roberto Ierusalimschy | 2003-03-24 | 1 | -15/+38 | |
* | details | Roberto Ierusalimschy | 2003-03-20 | 1 | -6/+6 | |
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -36/+36 | |
* | details | Roberto Ierusalimschy | 2003-02-20 | 1 | -4/+5 | |
* | simpler way to count uses | Roberto Ierusalimschy | 2003-02-13 | 1 | -11/+14 | |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+2 | |
* | details | Roberto Ierusalimschy | 2002-12-02 | 1 | -5/+5 | |
* | warnings from Visual C++ | Roberto Ierusalimschy | 2002-11-25 | 1 | -3/+1 | |
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 | |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+1 | |
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -2/+2 | |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -9/+9 | |
* | details | Roberto Ierusalimschy | 2002-09-02 | 1 | -7/+3 | |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -4/+3 | |
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -2/+2 | |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+2 | |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -21/+21 | |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -2/+2 | |
* | use of NaN as key breaks some invariants | Roberto Ierusalimschy | 2002-07-02 | 1 | -1/+3 | |
* | only tables need `lua_number2int' | Roberto Ierusalimschy | 2002-07-01 | 1 | -4/+10 | |
* | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 | |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -4/+10 | |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -20/+23 | |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -4/+5 | |
* | no more extra space when growing hash | Roberto Ierusalimschy | 2002-05-13 | 1 | -7/+6 | |
* | correct implementation for arrays of size 1 | Roberto Ierusalimschy | 2002-05-08 | 1 | -9/+10 | |
* | use of a common `dummynode' for all empty tables | Roberto Ierusalimschy | 2002-04-23 | 1 | -25/+33 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -4/+4 | |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -2/+4 | |
* | new macro to convert double->int | Roberto Ierusalimschy | 2002-03-18 | 1 | -3/+5 | |
* | `luaH_next' works like `next' + better hash for pointers | Roberto Ierusalimschy | 2002-02-14 | 1 | -10/+16 | |
* | boolean type must be 0 or 1 | Roberto Ierusalimschy | 2002-02-07 | 1 | -2/+2 |