Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a simplification about memory error messages. | Roberto Ierusalimschy | 1996-03-21 | 1 | -24/+5 |
* | better control when growing arrays. | Roberto Ierusalimschy | 1996-03-21 | 1 | -1/+25 |
* | new function "luaI_buffer". | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+11 |
* | functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be | Roberto Ierusalimschy | 1996-02-22 | 1 | -11/+8 |
* | small bug | Roberto Ierusalimschy | 1996-02-04 | 1 | -2/+2 |
* | memory overflow tries a garbage collection; if it fails then exit the | Roberto Ierusalimschy | 1996-01-22 | 1 | -3/+17 |
* | header "string.h" was missing (gcc does not warn that) | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
* | strdup is done via mem.c to control its memory allocation | Roberto Ierusalimschy | 1995-01-14 | 1 | -1/+8 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -3/+3 |
* | set first position of a free block to -1, to catch errors | Roberto Ierusalimschy | 1994-11-16 | 1 | -1/+2 |
* | new module for memory allocation | Roberto Ierusalimschy | 1994-11-16 | 1 | -0/+35 |