Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -4/+5 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -5/+5 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -10/+8 | |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -57/+71 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -11/+4 | |
* | details | Roberto Ierusalimschy | 2000-12-22 | 1 | -5/+3 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -3/+3 | |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -7/+10 | |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+2 | |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -24/+24 | |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+2 | |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+1 | |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+19 | |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -5/+7 | |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -4/+6 | |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -4/+4 | |
* | error message | Roberto Ierusalimschy | 2000-06-28 | 1 | -3/+3 |