Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -2/+2 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -3/+2 |
* | details | Roberto Ierusalimschy | 2000-10-11 | 1 | -14/+12 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+11 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -2/+3 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2000-05-31 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-05-29 | 1 | -4/+6 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -7/+8 |
* | more information about memory use | Roberto Ierusalimschy | 2000-03-16 | 1 | -1/+3 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 |
* | comment detail. | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -8/+9 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -2/+2 |
* | better separation between debug code and regular code | Roberto Ierusalimschy | 2000-01-13 | 1 | -53/+61 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -3/+3 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-29 | 1 | -15/+6 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -11/+13 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -2/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -16/+14 |
* | when debugging, move and erase old blocks to realloc. | Roberto Ierusalimschy | 1999-05-24 | 1 | -36/+44 |
* | longer marks when controling memory leaks | Roberto Ierusalimschy | 1999-05-20 | 1 | -5/+7 |
* | block must always have a power-of-2 size (even at the limit) | Roberto Ierusalimschy | 1999-05-11 | 1 | -10/+5 |
* | vector do not need to grow until MINSIZE | Roberto Ierusalimschy | 1999-03-01 | 1 | -4/+5 |
* | better control of vector when DEBUGing | Roberto Ierusalimschy | 1999-02-26 | 1 | -9/+17 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -3/+3 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -22/+25 |
* | better instrumentation for internal debugging | Roberto Ierusalimschy | 1999-02-24 | 1 | -4/+15 |
* | "free" usually handles NULL; handle non ANSI case separately. | Roberto Ierusalimschy | 1999-01-22 | 1 | -1/+2 |
* | "realloc" usually implements "malloc"; handle non ANSI case separately. | Roberto Ierusalimschy | 1999-01-22 | 1 | -23/+21 |
* | when debuging, blocks must be kept in double allignment. | Roberto Ierusalimschy | 1998-06-29 | 1 | -7/+10 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -3/+3 |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -18/+1 |
* | other distribution of memory debug information. | Roberto Ierusalimschy | 1997-12-01 | 1 | -11/+3 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -10/+8 |
* | Interface to Memory Manager | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+137 |