| Commit message (Expand) | Author | Age | Files | Lines |
* | C functions don't need to "pushnil" to return nil value (this is | Roberto Ierusalimschy | 1996-07-12 | 1 | -7/+1 |
* | tables may grow bigger than words. | Roberto Ierusalimschy | 1996-05-06 | 1 | -24/+25 |
* | useless #include. | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+1 |
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -19/+7 |
* | no more "Bool" type | Roberto Ierusalimschy | 1996-02-07 | 1 | -2/+2 |
* | Garbage collection of functions + header structure for functions | Roberto Ierusalimschy | 1995-10-04 | 1 | -3/+3 |
* | calls to "lua_reportbug" changed to "lua_error", since | Roberto Ierusalimschy | 1995-05-02 | 1 | -3/+2 |
* | header "string.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+3 |
* | control of garbage collection is done with Longs, as there can be | Roberto Ierusalimschy | 1995-01-12 | 1 | -3/+3 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -30/+32 |
* | new constant LUA_NOOBJECT | Roberto Ierusalimschy | 1994-12-16 | 1 | -3/+3 |
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-28 | 1 | -9/+9 |
* | userdata can have different tags | Roberto Ierusalimschy | 1994-11-17 | 1 | -5/+5 |
* | changes in garbage collection control | Roberto Ierusalimschy | 1994-11-17 | 1 | -7/+8 |
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -18/+6 |
* | lua_equalObj now is global (and is used by opcode) | Roberto Ierusalimschy | 1994-11-14 | 1 | -3/+7 |
* | fallback for garbage collection | Roberto Ierusalimschy | 1994-11-10 | 1 | -1/+19 |
* | new API: lua_Object now is an integer | Roberto Ierusalimschy | 1994-11-07 | 1 | -11/+11 |
* | inheritance is not built-in | Roberto Ierusalimschy | 1994-11-07 | 1 | -35/+5 |
* | because lua_error now does a longjmp, many functions do not need | Roberto Ierusalimschy | 1994-11-03 | 1 | -40/+14 |
* | tags T_NIL, etc, changed to LUA_T_NIL, etc | Roberto Ierusalimschy | 1994-11-02 | 1 | -26/+26 |
* | small corrections | Roberto Ierusalimschy | 1994-11-01 | 1 | -3/+1 |
* | adaptative garbage collection. | Waldemar Celes | 1994-10-17 | 1 | -3/+4 |
* | implementacao de busca no campo godparent em substituicao | Waldemar Celes | 1994-10-11 | 1 | -72/+46 |
* | Implementacao de heranca multipla. | Waldemar Celes | 1994-09-08 | 1 | -15/+53 |
* | Alteracao na macro 'streq' | Waldemar Celes | 1994-08-17 | 1 | -2/+2 |
* | heranca e nova implementacao do hash. | Waldemar Celes | 1994-08-17 | 1 | -9/+21 |
* | Alteracao do hash, trocando tratamento de colisao por lista | Waldemar Celes | 1994-08-09 | 1 | -155/+149 |
* | evitar, durante consultas, criacao de nos nao encontrados. | Waldemar Celes | 1994-08-05 | 1 | -1/+16 |
* | Uso de arvores binarias para armazenar nomes e realocacao dinamica | Waldemar Celes | 1994-07-19 | 1 | -4/+1 |
* | Implementacao da nova estrategia para armazenar os arrays | Waldemar Celes | 1994-04-20 | 1 | -24/+96 |
* | Acrescentar o include do gerenciador de memoria "mm". | Waldemar Celes | 1994-03-28 | 1 | -1/+3 |
* | hash manager for lua | Waldemar Celes | 1993-12-17 | 1 | -6/+21 |
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+259 |