Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -3/+1 |
| | | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that. | ||||
* | new style for debug information about functions: no more SETFUNCTION | Roberto Ierusalimschy | 1995-10-17 | 1 | -6/+5 |
| | | | | | | | | opcodes. When a function is called, its entry in the stack is marked with LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if needed. Functions now have their file names in the headers, so there is no need of 'addfile' and the like. | ||||
* | new function "luaI_findconstantbyname". | Roberto Ierusalimschy | 1995-10-13 | 1 | -1/+2 |
| | |||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -4/+4 |
| | |||||
* | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 1994-11-23 | 1 | -2/+3 |
| | |||||
* | function 'lua_createstring' moved from table.c to tree.c | Roberto Ierusalimschy | 1994-11-18 | 1 | -2/+1 |
| | |||||
* | changes in garbage collection control | Roberto Ierusalimschy | 1994-11-17 | 1 | -5/+1 |
| | |||||
* | correction of function 'nextvar' | Roberto Ierusalimschy | 1994-11-16 | 1 | -2/+1 |
| | |||||
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -3/+6 |
| | |||||
* | function 'lua_addfile' returns an error message | Roberto Ierusalimschy | 1994-11-03 | 1 | -2/+2 |
| | |||||
* | adaptative garbage collection. | Waldemar Celes | 1994-10-17 | 1 | -1/+2 |
| | |||||
* | Uso de arvores binarias para armazenar nomes e realocacao dinamica | Waldemar Celes | 1994-07-19 | 1 | -12/+2 |
| | | | | de tabelas (pilhas, hashtable, globais, codigo, etc.) | ||||
* | Implementacao da nova estrategia para armazenar os arrays | Waldemar Celes | 1994-04-20 | 1 | -11/+15 |
| | | | | em lista encadeada. | ||||
* | eliminacao da funcao findenclosedconstant, cuja tarefa agora | Roberto Ierusalimschy | 1993-12-22 | 1 | -2/+1 |
| | | | | e' realizada pelo analizador lexico | ||||
* | Module to control static tables | Waldemar Celes | 1993-12-17 | 1 | -2/+2 |
| | |||||
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+39 |