Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected year (2014 -> 2015) for release 5.2.4.v5-2 | Roberto Ierusalimschy | 2015-02-21 | 1 | -3/+3 |
* | updated for (eventual) release 5.2.4 | Roberto Ierusalimschy | 2014-05-07 | 1 | -4/+4 |
* | 'LUA_VERSION_RELEASE' updated to 5.2.3. | Roberto Ierusalimschy | 2013-11-11 | 1 | -2/+2 |
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+444 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -385/+0 |
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 1 | -2/+3 |
* | new version number | Roberto Ierusalimschy | 2006-05-31 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2006-01-10 | 1 | -2/+2 |
* | copyright will be 2006 | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+2 |
* | more precision for gc count | Roberto Ierusalimschy | 2005-10-20 | 1 | -4/+5 |
* | new function 'lua_setallocf' | Roberto Ierusalimschy | 2005-09-20 | 1 | -1/+2 |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+2 |
* | comments | Roberto Ierusalimschy | 2005-08-12 | 1 | -2/+2 |
* | new version (and new copyright)... | Roberto Ierusalimschy | 2005-08-09 | 1 | -5/+5 |
* | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -22/+21 |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -1/+4 |
* | debug information for last line of a function definition | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+2 |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -4/+1 |
* | change `#ifdef' for `#if defined' | Roberto Ierusalimschy | 2005-03-23 | 1 | -2/+2 |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -2/+2 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+3 |
* | detail | Roberto Ierusalimschy | 2005-01-17 | 1 | -2/+2 |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -2/+2 |
* | all function declarations surround name with parentheses | Roberto Ierusalimschy | 2005-01-10 | 1 | -71/+71 |
* | details | Roberto Ierusalimschy | 2005-01-07 | 1 | -5/+4 |
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -2/+2 |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -6/+8 |
* | `LUA_FIRSTINDEX' should not be configurable | Roberto Ierusalimschy | 2004-12-01 | 1 | -1/+5 |
* | use of parentheses around macro parameters in call lists, to avoid | Roberto Ierusalimschy | 2004-10-18 | 1 | -14/+14 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -6/+9 |
* | option for garbage-collector `step' | Roberto Ierusalimschy | 2004-06-04 | 1 | -1/+2 |
* | what is provided by lauxlib.c should be defined at lauxlib.h | Roberto Ierusalimschy | 2004-06-02 | 1 | -20/+5 |
* | `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) | Roberto Ierusalimschy | 2004-05-31 | 1 | -7/+4 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -30/+4 |
* | new copyright year | Roberto Ierusalimschy | 2004-03-24 | 1 | -3/+3 |
* | new (temporary?) API for garbage collector | Roberto Ierusalimschy | 2004-03-09 | 1 | -5/+12 |
* | detail | Roberto Ierusalimschy | 2003-12-10 | 1 | -5/+2 |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -3/+4 |
* | lua_set(get)global may use lua_set(get)field | Roberto Ierusalimschy | 2003-10-21 | 1 | -7/+4 |
* | new function `lua_getallocf' to retrieve allocation function and data | Roberto Ierusalimschy | 2003-10-20 | 1 | -1/+3 |
* | new function `lua_createtable' | Roberto Ierusalimschy | 2003-10-10 | 1 | -2/+4 |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -1/+3 |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -1/+11 |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -2/+9 |
* | define a `lua_isthread' for completeness | Roberto Ierusalimschy | 2003-07-07 | 1 | -1/+2 |
* | LUA_SIGNATURE is public | Roberto Ierusalimschy | 2003-05-15 | 1 | -1/+3 |
* | no more compatibility code | Roberto Ierusalimschy | 2003-05-14 | 1 | -3/+1 |
* | detail (change place of a prototype) | Roberto Ierusalimschy | 2003-03-18 | 1 | -3/+2 |
* | no-nonsense debug information about tail calls | Roberto Ierusalimschy | 2003-02-27 | 1 | -2/+3 |