Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+1 |
| | |||||
* | macro "val" should live together with macro "ref". | Roberto Ierusalimschy | 1997-10-18 | 1 | -1/+2 |
| | |||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -2/+2 |
| | |||||
* | Lua tables (hash) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+27 |