Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | more than WORD objects to collect. | ||||
* | 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 |
| | | | | to check conditions. | ||||
* | 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 |
| | | | | ao campo parents. | ||||
* | 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 |
| | | | | | | pela estrategia de re-hash. Foi feito uma avaliacao da funcao de hash, e constatado sua eficiencia com uma media de 4 acessos no hash ate' 70% ocupado. | ||||
* | 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 |
| | | | | de tabelas (pilhas, hashtable, globais, codigo, etc.) | ||||
* | Implementacao da nova estrategia para armazenar os arrays | Waldemar Celes | 1994-04-20 | 1 | -24/+96 |
| | | | | em lista encadeada. | ||||
* | 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 |