Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new implementation for udata (again they are just void *); | Roberto Ierusalimschy | 1997-06-09 | 1 | -6/+10 |
| | | | | | new implementation for the API: most operations now do not disturb structures lua2C and C2lua. | ||||
* | new implementation of gc: "Pre-collect" garbage in temporary lists and | Roberto Ierusalimschy | 1997-05-14 | 1 | -3/+5 |
| | | | | then call fallbacks. | ||||
* | first full implementation of internal methods | Roberto Ierusalimschy | 1997-03-19 | 1 | -1/+2 |
| | |||||
* | userdata can handle arbitrary binary data; | Roberto Ierusalimschy | 1997-02-11 | 1 | -2/+5 |
| | | | | user tag is stored with data; | ||||
* | small correction | Roberto Ierusalimschy | 1996-02-26 | 1 | -3/+3 |
| | |||||
* | reserved words are stored in main string table; "marked" field is | Roberto Ierusalimschy | 1996-02-14 | 1 | -3/+2 |
| | | | | | 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 | -12/+5 |
| | | | | an array of hash tables for all them. | ||||
* | lua_table now has references to global variable names (TreeNode's). | Roberto Ierusalimschy | 1996-01-26 | 1 | -2/+1 |
| | |||||
* | 'nextvar' now traverses the symbol array, instead of the constant tree. | Roberto Ierusalimschy | 1995-10-17 | 1 | -2/+2 |
| | |||||
* | control of garbage collection is done with Longs, as there can be | Roberto Ierusalimschy | 1995-01-12 | 1 | -2/+2 |
| | | | | more than WORD objects to collect. | ||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -2/+3 |
| | |||||
* | new hash function; hash value for strings are kept with the string | Roberto Ierusalimschy | 1994-11-25 | 1 | -1/+2 |
| | |||||
* | garbage collection tag for strings organized in struct TaggedString | Roberto Ierusalimschy | 1994-11-23 | 1 | -12/+11 |
| | |||||
* | function 'lua_createstring' moved from table.c to tree.c | Roberto Ierusalimschy | 1994-11-18 | 1 | -2/+2 |
| | |||||
* | changes in garbage collection control | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+2 |
| | |||||
* | correction of function 'nextvar' | Roberto Ierusalimschy | 1994-11-16 | 1 | -2/+2 |
| | |||||
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -4/+13 |
| | |||||
* | Arvore binaria de strings, variaveis e constantes. | Waldemar Celes | 1994-07-19 | 1 | -0/+27 |