Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -11/+27 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -2/+1 |
* | better to avoid dirty tricks | Roberto Ierusalimschy | 2001-01-30 | 1 | -4/+4 |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+2 |
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -17/+22 |
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+10 |
* | detail | Roberto Ierusalimschy | 2001-01-26 | 1 | -4/+4 |
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 1 | -77/+37 |
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 1 | -26/+2 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -1/+3 |