Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -2/+1 | |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -8/+12 | |
* | new facilities to test memory overflow in main.c | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+6 | |
* | details | Roberto Ierusalimschy | 2002-11-19 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2002-11-12 | 1 | -2/+2 | |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -5/+6 | |
* | new ANSI C does not assure that realloc(p,0) == free(p) | Roberto Ierusalimschy | 2002-10-08 | 1 | -1/+2 | |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -4/+3 | |
* | new macro to check conditions on expression macros | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+2 | |
* | Lua now uses only `realloc' for all its memory management | Roberto Ierusalimschy | 2002-06-11 | 1 | -3/+1 | |
* | details | Roberto Ierusalimschy | 2002-03-08 | 1 | -1/+2 | |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 1 | -3/+0 | |
* | new macro lua_userstateopen | Roberto Ierusalimschy | 2002-01-09 | 1 | -2/+3 | |
* | details | Roberto Ierusalimschy | 2001-10-17 | 1 | -1/+7 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+3 | |
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+3 | |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -3/+3 | |
* | better API checks | Roberto Ierusalimschy | 2001-02-12 | 1 | -1/+2 | |
* | easier to add new initialization functions | Roberto Ierusalimschy | 2001-02-06 | 1 | -2/+2 | |
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 1 | -1/+11 | |
* | details | Roberto Ierusalimschy | 2001-02-05 | 1 | -7/+5 | |
* | new header to put together debug-related declarations | Roberto Ierusalimschy | 2001-02-02 | 1 | -0/+47 |