aboutsummaryrefslogtreecommitdiff
path: root/ltable.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* optimizations based on all types but number and nil are pointersRoberto Ierusalimschy2001-01-261-5/+6
* easier way to erase 'dead' keysRoberto Ierusalimschy2001-01-261-2/+1
* specialized versions for luaH_set (numbers and strings)Roberto Ierusalimschy2001-01-101-6/+4
* lua_Number defined in lua.h (1st version)Roberto Ierusalimschy2000-12-041-3/+3
* better support for 64-bit machines (avoid excessive use of longs)Roberto Ierusalimschy2000-11-241-2/+2
* new implementation for `next'Roberto Ierusalimschy2000-08-311-2/+2
* new signature for `luaH_set'Roberto Ierusalimschy2000-06-061-6/+4
* new auxiliar function `luaH_setstr'Roberto Ierusalimschy2000-06-051-1/+2
* collect dead indices in tablesRoberto Ierusalimschy2000-06-051-1/+2
* global variables are stored in a Lua tableRoberto Ierusalimschy2000-05-081-2/+4
* small optimizations for table accessRoberto Ierusalimschy2000-04-251-3/+3
* detailsRoberto Ierusalimschy1999-12-071-2/+2
* macros `key', `val', and `node' don't need the stateRoberto Ierusalimschy1999-11-231-4/+4
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-14/+14
* invariant tests over tables performed externally, through a built-inRoberto Ierusalimschy1999-10-261-2/+5
* new implementation of hash tables.Roberto Ierusalimschy1999-10-141-8/+7
* simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy1999-10-041-2/+2
* "const" !!!Roberto Ierusalimschy1999-08-161-6/+6
* new function "lua_next" (+ new implementation for "next")Roberto Ierusalimschy1999-02-231-2/+2
* luaH_set does the set, and protects its value, so luaH_move can be aRoberto Ierusalimschy1999-01-251-4/+4
* table entries with ref=null always have val=null too.Roberto Ierusalimschy1999-01-251-2/+4
* function "move" for tables is better implemented with some "insideRoberto Ierusalimschy1999-01-041-1/+2
* tables are better manipulated via "Hash *" instead of "TObject" orRoberto Ierusalimschy1998-12-301-2/+2
* auxiliar functions "luaH_setint" & "luaH_getint".Roberto Ierusalimschy1998-07-121-1/+4
* small details by lint.Roberto Ierusalimschy1997-11-261-2/+1
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-4/+1
* macro "val" should live together with macro "ref".Roberto Ierusalimschy1997-10-181-1/+2
* better way to traverse GCnode lists.Roberto Ierusalimschy1997-09-261-2/+2
* Lua tables (hash)Roberto Ierusalimschy1997-09-161-0/+27