Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unused declaration. | Roberto Ierusalimschy | 1997-05-26 | 1 | -2/+1 |
| | |||||
* | first implementation of "$if"; | Roberto Ierusalimschy | 1997-04-07 | 1 | -1/+2 |
| | | | | new function "findstring" (useful in good places) | ||||
* | "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with | Roberto Ierusalimschy | 1997-03-31 | 1 | -4/+4 |
| | | | | pre-defined names in some C compilers. | ||||
* | first step in implementing internal methods. | Roberto Ierusalimschy | 1997-02-26 | 1 | -1/+2 |
| | |||||
* | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 1996-04-22 | 1 | -1/+2 |
| | |||||
* | "lua_ntable" and "lua_nconstant" are public (undump.c uses them). | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+3 |
| | |||||
* | fixed strings (not collectable) don't need to be inserted in the constant table. | Roberto Ierusalimschy | 1996-02-26 | 1 | -2/+2 |
| | |||||
* | reserved words are stored in main string table; "marked" field is | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+3 |
| | | | | | used to indicate its type. Table initializations centralized by "tree.c". | ||||
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -4/+5 |
| | | | | an array of hash tables for all them. | ||||
* | elimination of unused declarations (left from old modifications) | Roberto Ierusalimschy | 1996-02-06 | 1 | -5/+1 |
| | |||||
* | lua_table now has references to global variable names (TreeNode's). | Roberto Ierusalimschy | 1996-01-26 | 1 | -1/+8 |
| | |||||
* | memory overflow tries a garbage collection; if it fails then exit the | Roberto Ierusalimschy | 1996-01-22 | 1 | -1/+2 |
| | | | | program. | ||||
* | 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 |