Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lua Function structures | Roberto Ierusalimschy | 1997-09-16 | 1 | -146/+0 |
| | |||||
* | BIG CHANGE: functions have their own "constant table". | Roberto Ierusalimschy | 1997-07-30 | 1 | -15/+31 |
| | |||||
* | new way to handle global state during compilation. | Roberto Ierusalimschy | 1997-07-29 | 1 | -35/+0 |
| | |||||
* | unused field "size" in struct TFunc. | Roberto Ierusalimschy | 1997-07-29 | 1 | -1/+0 |
| | |||||
* | luaI_initTFunc initializes fileName. | Roberto Ierusalimschy | 1997-06-19 | 1 | -1/+2 |
| | |||||
* | new implementation of gc: "Pre-collect" garbage in temporary lists and | Roberto Ierusalimschy | 1997-05-14 | 1 | -11/+20 |
| | | | | then call fallbacks. | ||||
* | new name for old "mem.h" (conflicts with some compiler libraries) | Roberto Ierusalimschy | 1997-03-31 | 1 | -1/+1 |
| | |||||
* | "Object" renamed to "TObject" (Tagged Object), to avoid conflicts with | Roberto Ierusalimschy | 1997-03-31 | 1 | -1/+1 |
| | | | | pre-defined names in some C compilers. | ||||
* | "tag" changed to "ttype" (since now tag has other meaning) | Roberto Ierusalimschy | 1997-03-11 | 1 | -2/+2 |
| | |||||
* | "memcpy" is defined in "string.h". | Roberto Ierusalimschy | 1996-07-24 | 1 | -1/+1 |
| | |||||
* | a simplification about memory error messages. | Roberto Ierusalimschy | 1996-03-21 | 1 | -2/+1 |
| | |||||
* | better control when growing arrays. | Roberto Ierusalimschy | 1996-03-21 | 1 | -5/+2 |
| | |||||
* | unused "#include" | Roberto Ierusalimschy | 1996-03-19 | 1 | -1/+1 |
| | |||||
* | "freefunc" now is public. | Roberto Ierusalimschy | 1996-03-14 | 1 | -2/+2 |
| | |||||
* | small changes (preparing for new module of pre-compilation) | Roberto Ierusalimschy | 1996-02-26 | 1 | -0/+4 |
| | |||||
* | functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be | Roberto Ierusalimschy | 1996-02-22 | 1 | -12/+5 |
| | | | | called with NULL. | ||||
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -2/+2 |
| | | | | an array of hash tables for all them. | ||||
* | small bug | Roberto Ierusalimschy | 1996-02-08 | 1 | -0/+2 |
| | |||||
* | debug interface functions to manipulated local variables: | Roberto Ierusalimschy | 1996-02-07 | 1 | -0/+82 |
| | | | | "lua_getlocal" and "lua_setlocal". | ||||
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -0/+20 |
| | | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that. | ||||
* | Module to manipulate function headers. | Roberto Ierusalimschy | 1995-10-04 | 1 | -0/+59 |