Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoid using 'fputs' in 'print' to avoid problems with embedded zeros | Roberto Ierusalimschy | 2009-02-06 | 1 | -6/+12 | |
* | do not use compatibility macros in Lua | Roberto Ierusalimschy | 2008-07-11 | 1 | -2/+2 | |
* | useless #include removed (pointed by lint) | Roberto Ierusalimschy | 2008-07-03 | 1 | -2/+1 | |
* | 'coroutine.running' should work for the main thread too | Roberto Ierusalimschy | 2008-02-25 | 1 | -4/+4 | |
* | proxies must be created with a __gc field in their metatables to work | Roberto Ierusalimschy | 2008-02-19 | 1 | -2/+4 | |
* | bug: unpack with maximum indices may crash due to arithmetic overflow | Roberto Ierusalimschy | 2008-02-14 | 1 | -4/+6 | |
* | bug: auxresume should reserve stack space for boolean result | Roberto Ierusalimschy | 2008-02-11 | 1 | -2/+2 | |
* | luaL_tostring -> luaL_tolstring (more generic) | Roberto Ierusalimschy | 2008-01-03 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2007-11-28 | 1 | -10/+11 | |
* | detail | Roberto Ierusalimschy | 2007-10-25 | 1 | -2/+2 | |
* | new metamethods for '__pairs' and '__ipairs' | Roberto Ierusalimschy | 2007-10-17 | 1 | -11/+19 | |
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -2/+2 | |
* | BUG: setfenv accepts invalid argument | Roberto Ierusalimschy | 2007-02-09 | 1 | -5/+5 | |
* | new function luaL_tostring | Roberto Ierusalimschy | 2007-02-07 | 1 | -20/+2 | |
* | xpcall now may get arguments to function to be called | Roberto Ierusalimschy | 2006-10-24 | 1 | -5/+8 | |
* | detail | Roberto Ierusalimschy | 2006-10-20 | 1 | -3/+3 | |
* | new constant LUA_OK | Roberto Ierusalimschy | 2006-10-10 | 1 | -8/+8 | |
* | 'coroutine.running' should return nil (instead of nothing) for main thread | Roberto Ierusalimschy | 2006-09-11 | 1 | -4/+3 | |
* | new macro LUA_RELEASE | Roberto Ierusalimschy | 2006-06-02 | 1 | -2/+2 | |
* | new version number | Roberto Ierusalimschy | 2006-05-31 | 1 | -2/+2 | |
* | detail | Roberto Ierusalimschy | 2006-01-18 | 1 | -2/+2 | |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -2/+2 | |
* | collectgarbage"count" returns kilobytes (where K = 1024) | Roberto Ierusalimschy | 2005-12-27 | 1 | -2/+2 | |
* | new macro luaL_opt to avoid evaluating defaults when no needed | Roberto Ierusalimschy | 2005-10-21 | 1 | -6/+4 | |
* | more precision for gc count | Roberto Ierusalimschy | 2005-10-20 | 1 | -4/+18 | |
* | registry._LOADED created "on demand" and baselib created as module _G | Roberto Ierusalimschy | 2005-10-03 | 1 | -9/+6 | |
* | 'select' accepts negative indices | Roberto Ierusalimschy | 2005-09-16 | 1 | -3/+4 | |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 | |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -3/+3 | |
* | no more path for loadfile + function lists sorted | Roberto Ierusalimschy | 2005-07-12 | 1 | -28/+20 | |
* | more "polite" way to change a thread's environment | Roberto Ierusalimschy | 2005-07-07 | 1 | -3/+6 | |
* | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 2005-05-25 | 1 | -3/+2 | |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -9/+1 | |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -5/+5 | |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -3/+5 | |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -5/+2 | |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -4/+4 | |
* | better name for GC pause | Roberto Ierusalimschy | 2005-03-22 | 1 | -3/+3 | |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+9 | |
* | bug: rawset/rawget do not ignore extra arguments | Roberto Ierusalimschy | 2005-03-11 | 1 | -1/+3 | |
* | "coroutine.current" -> "running" (compatible with "running" status) | Roberto Ierusalimschy | 2005-02-28 | 1 | -3/+3 | |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -1/+2 | |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -4/+7 | |
* | detail | Roberto Ierusalimschy | 2005-02-14 | 1 | -3/+3 | |
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -8/+5 | |
* | details | Roberto Ierusalimschy | 2005-01-07 | 1 | -3/+3 | |
* | a different option for the GC | Roberto Ierusalimschy | 2004-12-13 | 1 | -3/+3 | |
* | simpler code for `print' | Roberto Ierusalimschy | 2004-12-07 | 1 | -13/+3 | |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 1 | -5/+5 | |
* | first full implementation of new package system | Roberto Ierusalimschy | 2004-11-18 | 1 | -114/+8 |