Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -2/+2 |
* | 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 |
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -0/+20 |
* | Module to manipulate function headers. | Roberto Ierusalimschy | 1995-10-04 | 1 | -0/+59 |