Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoids type punning for table keys | Roberto Ierusalimschy | 2006-01-10 | 1 | -6/+8 | |
| | ||||||
* | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 2005-06-06 | 1 | -2/+2 | |
| | ||||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -13/+13 | |
| | ||||||
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+2 | |
| | ||||||
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -1/+3 | |
| | | | | (tables can be 100% full) | |||||
* | cleaner interface to `ltable' | Roberto Ierusalimschy | 2005-01-04 | 1 | -2/+2 | |
| | ||||||
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -1/+4 | |
| | ||||||
* | small optimization for {f()} | Roberto Ierusalimschy | 2004-03-26 | 1 | -1/+2 | |
| | ||||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -8/+8 | |
| | | | | for incremental garbage collection | |||||
* | new auxiliary function `luaH_setstr' | Roberto Ierusalimschy | 2003-08-26 | 1 | -1/+2 | |
| | ||||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -4/+4 | |
| | ||||||
* | detail (`key' is always on stack) | Roberto Ierusalimschy | 2002-11-07 | 1 | -2/+2 | |
| | ||||||
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -5/+3 | |
| | ||||||
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -3/+3 | |
| | ||||||
* | `luaH_next' works like `next' | Roberto Ierusalimschy | 2002-02-14 | 1 | -2/+1 | |
| | ||||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -2/+1 | |
| | ||||||
* | avoid clashing names between macros and fields | Roberto Ierusalimschy | 2001-11-29 | 1 | -4/+4 | |
| | ||||||
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -12/+12 | |
| | ||||||
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -1/+1 | |
| | ||||||
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -4/+7 | |
| | ||||||
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 1 | -10/+8 | |
| | ||||||
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -8/+2 | |
| | ||||||
* | back to the basics (well-behaved variant record...) | Roberto Ierusalimschy | 2001-02-02 | 1 | -3/+3 | |
| | ||||||
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -8/+15 | |
| | ||||||
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -2/+3 | |
| | ||||||
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 1 | -5/+6 | |
| | ||||||
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 1 | -2/+1 | |
| | ||||||
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -6/+4 | |
| | ||||||
* | 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 | -2/+2 | |
| | ||||||
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 | |
| | ||||||
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -6/+4 | |
| | ||||||
* | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+2 | |
| | ||||||
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+2 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+4 | |
| | ||||||
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -3/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1999-12-07 | 1 | -2/+2 | |
| | ||||||
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 1 | -4/+4 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -14/+14 | |
| | ||||||
* | invariant tests over tables performed externally, through a built-in | Roberto Ierusalimschy | 1999-10-26 | 1 | -2/+5 | |
| | | | | function (when DEBUG is ion). | |||||
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -8/+7 | |
| | ||||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -2/+2 | |
| | ||||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -6/+6 | |
| | ||||||
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 1 | -2/+2 | |
| | ||||||
* | luaH_set does the set, and protects its value, so luaH_move can be a | Roberto Ierusalimschy | 1999-01-25 | 1 | -4/+4 | |
| | | | | macro. | |||||
* | table entries with ref=null always have val=null too. | Roberto Ierusalimschy | 1999-01-25 | 1 | -2/+4 | |
| | ||||||
* | function "move" for tables is better implemented with some "inside | Roberto Ierusalimschy | 1999-01-04 | 1 | -1/+2 | |
| | | | | information". | |||||
* | tables are better manipulated via "Hash *" instead of "TObject" or | Roberto Ierusalimschy | 1998-12-30 | 1 | -2/+2 | |
| | | | | "lua_Object". | |||||
* | auxiliar functions "luaH_setint" & "luaH_getint". | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 | |
| | ||||||
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+1 | |
| |