Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -2/+11 |
* | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 2002-08-06 | 1 | -10/+21 |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -6/+19 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -17/+5 |
* | new function xpcall | Roberto Ierusalimschy | 2002-08-05 | 1 | -18/+31 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -5/+5 |
* | strings are always `strong' in weaktables | Roberto Ierusalimschy | 2002-07-04 | 1 | -3/+3 |
* | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 2002-07-01 | 1 | -13/+22 |
* | getglobals(0) is the C global table | Roberto Ierusalimschy | 2002-06-26 | 1 | -2/+2 |
* | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 1 | -6/+15 |
* | details | Roberto Ierusalimschy | 2002-06-26 | 1 | -3/+3 |
* | new functions `dofile' and `pairs'; correct way to check proxies | Roberto Ierusalimschy | 2002-06-25 | 1 | -22/+50 |
* | new function `newproxy' | Roberto Ierusalimschy | 2002-06-24 | 1 | -1/+21 |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -27/+39 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -30/+24 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -3/+3 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+11 |
* | new function `xpcall' (at least for now...) | Roberto Ierusalimschy | 2002-06-06 | 1 | -3/+19 |
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+2 |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -6/+6 |
* | _ALERT is a private afair of lua.c | Roberto Ierusalimschy | 2002-05-16 | 1 | -13/+1 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -24/+1 |
* | `nexti' returns correct indices | Roberto Ierusalimschy | 2002-05-13 | 1 | -4/+5 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -22/+19 |
* | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 2002-05-02 | 1 | -5/+5 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -96/+44 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -6/+6 |
* | new implementation for `require' (with templates) | Roberto Ierusalimschy | 2002-04-15 | 1 | -56/+119 |
* | `co' library goes with basic library (and not with `tab') | Roberto Ierusalimschy | 2002-04-12 | 1 | -1/+78 |
* | `baselib' splited in `baselib' and `tablib' | Roberto Ierusalimschy | 2002-04-09 | 1 | -295/+1 |
* | bug: `resume' was returning its arguments, too | Roberto Ierusalimschy | 2002-04-09 | 1 | -1/+2 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -5/+6 |
* | `tostring' uses `__tostring' when available | Roberto Ierusalimschy | 2002-04-02 | 1 | -16/+13 |
* | when possible, library functions accept nil as none | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+2 |
* | metatable always return some value | Roberto Ierusalimschy | 2002-03-27 | 1 | -4/+11 |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -65/+83 |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -1/+1 |
* | no more `lua_istrue' function | Roberto Ierusalimschy | 2002-02-08 | 1 | -2/+2 |
* | no more lua_[gs]etstr | Roberto Ierusalimschy | 2002-02-07 | 1 | -4/+8 |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 1 | -5/+3 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -5/+6 |
* | nil is a `valid' eventtable | Roberto Ierusalimschy | 2002-01-25 | 1 | -1/+2 |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 1 | -7/+28 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -35/+46 |
* | BUG: seg. fault when rawget/rawset get extra arguments | Roberto Ierusalimschy | 2001-12-21 | 1 | -3/+3 |
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 1 | -5/+5 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -9/+10 |
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -2/+1 |