Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+93 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -86/+0 |
* | small simplifications | Roberto Ierusalimschy | 2006-06-05 | 1 | -7/+1 |
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+1 |
* | avoid the use of global lock | Roberto Ierusalimschy | 2005-09-14 | 1 | -7/+10 |
* | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 2005-06-06 | 1 | -4/+4 |
* | better tests for correctness of `savedpc' | Roberto Ierusalimschy | 2005-05-03 | 1 | -1/+4 |
* | new protocol to open standard libraries | Roberto Ierusalimschy | 2005-04-13 | 1 | -2/+2 |
* | small errors in previous `ci' of luaconf.h. | Roberto Ierusalimschy | 2005-03-18 | 1 | -5/+6 |
* | no more `lua_userinit' macro | Roberto Ierusalimschy | 2005-01-10 | 1 | -3/+4 |
* | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 2004-09-10 | 1 | -4/+1 |
* | no more LUA_OPNAMES | Roberto Ierusalimschy | 2004-07-16 | 1 | -3/+1 |
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2004-06-30 | 1 | -1/+2 |
* | lock stuff defined in `luaconf.h' | Roberto Ierusalimschy | 2004-06-02 | 1 | -2/+6 |
* | more stuff goes to configuration file | Roberto Ierusalimschy | 2004-05-03 | 1 | -1/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -2/+6 |
* | new tests to check memory consistency (for incremental GC) | Roberto Ierusalimschy | 2004-03-15 | 1 | -2/+9 |
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -1/+3 |
* | `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 |