Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | towards new package system | Roberto Ierusalimschy | 2004-09-29 | 1 | -8/+64 | |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 1 | -7/+33 | |
* | simpler implementation for generic reader | Roberto Ierusalimschy | 2004-09-03 | 1 | -21/+16 | |
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 1 | -8/+27 | |
* | `select' returns all values after given `n' | Roberto Ierusalimschy | 2004-08-30 | 1 | -8/+10 | |
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 1 | -2/+2 | |
* | `lua_pushfstring' now supports `%p' option too | Roberto Ierusalimschy | 2004-07-09 | 1 | -18/+9 | |
* | `require' uses its private reference to `_LOADED' table | Roberto Ierusalimschy | 2004-07-02 | 1 | -14/+14 | |
* | `lua.c' also needs the default path, so auxlib should provide it | Roberto Ierusalimschy | 2004-07-01 | 1 | -14/+2 | |
* | new interface for search-path function + small changes in require | Roberto Ierusalimschy | 2004-06-29 | 1 | -15/+22 | |
* | new scheme to search paths | Roberto Ierusalimschy | 2004-06-21 | 1 | -73/+23 | |
* | `assert' returns all its parameters (not only the first) | Roberto Ierusalimschy | 2004-06-21 | 1 | -3/+2 | |
* | `setfenv' returns "self" | Roberto Ierusalimschy | 2004-06-15 | 1 | -3/+5 | |
* | option for garbage-collector `step' | Roberto Ierusalimschy | 2004-06-04 | 1 | -16/+5 | |
* | no more `__fenv' | Roberto Ierusalimschy | 2004-06-02 | 1 | -15/+2 | |
* | new function `select' | Roberto Ierusalimschy | 2004-05-31 | 1 | -1/+15 | |
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -4/+5 | |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -36/+27 | |
* | `unpack' has two optional arguments (to give a range) | Roberto Ierusalimschy | 2004-03-26 | 1 | -4/+8 | |
* | new (temporary?) API for garbage collector | Roberto Ierusalimschy | 2004-03-09 | 1 | -9/+26 | |
* | detail | Roberto Ierusalimschy | 2003-12-10 | 1 | -2/+2 | |
* | comments | Roberto Ierusalimschy | 2003-11-11 | 1 | -3/+3 | |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -3/+3 | |
* | `error()' (and `error(nil)') generates errors with no error messages | Roberto Ierusalimschy | 2003-10-23 | 1 | -5/+3 | |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -13/+7 | |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -7/+7 | |
* | new function (generic) `load' | Roberto Ierusalimschy | 2003-08-27 | 1 | -1/+43 | |
* | bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate | Roberto Ierusalimschy | 2003-08-25 | 1 | -10/+17 | |
* | fully-weak tables are more efficient | Roberto Ierusalimschy | 2003-05-16 | 1 | -3/+3 | |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -4/+4 | |
* | `__globals' -> `__fenv' | Roberto Ierusalimschy | 2003-03-19 | 1 | -8/+9 | |
* | loadstring/loadfile use global environment + setfenv(0) changes | Roberto Ierusalimschy | 2003-03-11 | 1 | -12/+7 | |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |