summaryrefslogtreecommitdiff
path: root/luamem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* header "string.h" was missing (gcc does not warn that)Roberto Ierusalimschy1995-02-061-1/+2
* strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy1995-01-141-1/+8
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-3/+3
* set first position of a free block to -1, to catch errorsRoberto Ierusalimschy1994-11-161-1/+2
* new module for memory allocationRoberto Ierusalimschy1994-11-161-0/+35