Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -1/+1 |
* | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+5 |
* | small optimization | Roberto Ierusalimschy | 2002-01-16 | 1 | -8/+13 |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 1 | -1/+0 |
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 1 | -2/+2 |
* | another bug in next (when n is a power of 2) | Roberto Ierusalimschy | 2001-12-19 | 1 | -2/+2 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -0/+3 |
* | details | Roberto Ierusalimschy | 2001-12-10 | 1 | -4/+13 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -15/+4 |
* | avoid clashing names between macros and fields | Roberto Ierusalimschy | 2001-11-29 | 1 | -2/+2 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -6/+5 |
* | bug: `next' did not work for numeric indices | Roberto Ierusalimschy | 2001-11-16 | 1 | -2/+2 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -97/+245 |
* | better definition for `luaM_freelem' | Roberto Ierusalimschy | 2001-09-07 | 1 | -1/+1 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -7/+7 |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -18/+18 |
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 1 | -50/+75 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -30/+27 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -2/+2 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -1/+2 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -6/+6 |