Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small "bugs" detected by Purify: some blocks may be smaller than | Roberto Ierusalimschy | 1997-04-01 | 1 | -2/+2 |
| | | | | sizeof(int). | ||||
* | new name for old "mem.h" (conflicts with some compiler libraries) | Roberto Ierusalimschy | 1997-03-31 | 1 | -2/+2 |
| | |||||
* | "mem.c.debug" incorporated (with "#if"). | Roberto Ierusalimschy | 1997-03-03 | 1 | -1/+102 |
| | |||||
* | "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". | Roberto Ierusalimschy | 1996-05-24 | 1 | -17/+8 |
| | |||||
* | unused "#include".v2.4 | Roberto Ierusalimschy | 1996-05-06 | 1 | -4/+1 |
| | |||||
* | 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 |
| | | | | called with NULL. | ||||
* | 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 |
| | | | | program. | ||||
* | 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 |