Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -98/+40 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -114/+113 |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 1 | -29/+30 |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -16/+9 |
* | no more copytagmethod function | Roberto Ierusalimschy | 2001-10-11 | 1 | -5/+0 |
* | details | Roberto Ierusalimschy | 2001-10-02 | 1 | -4/+4 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -1/+1 |
* | tinsert gets 3d argument instead of last one | Roberto Ierusalimschy | 2001-08-30 | 1 | -3/+5 |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -12/+13 |
* | no more "compat mode" with 3.2 (deprecated functions) | Roberto Ierusalimschy | 2001-06-20 | 1 | -67/+1 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -5/+5 |
* | `weakmode' queries must have an explicit `?' | Roberto Ierusalimschy | 2001-06-05 | 1 | -5/+5 |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -13/+13 |
* | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 2001-04-11 | 1 | -1/+20 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -1/+25 |
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 1 | -19/+7 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -9/+74 |
* | new functions `pack' and `unpack' | Roberto Ierusalimschy | 2001-03-07 | 1 | -7/+28 |
* | open functions are lua_Cfunctions | Roberto Ierusalimschy | 2001-03-06 | 1 | -8/+16 |
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -8/+8 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -97/+97 |
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -3/+3 |
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 |
* | `dostring' now is safe to run binary code. | Roberto Ierusalimschy | 2001-02-20 | 1 | -4/+3 |
* | `tostring' uses type names (when available) | Roberto Ierusalimschy | 2001-02-09 | 1 | -4/+9 |
* | ESC (which starts precompiled code) in C is \33, not \27 | Roberto Ierusalimschy | 2001-02-06 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -3/+3 |
* | `assert' returns its first argument | Roberto Ierusalimschy | 2001-01-31 | 1 | -2/+3 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -12/+41 |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -7/+7 |
* | (no commit message) | Roberto Ierusalimschy | 2000-11-06 | 1 | -2/+2 |
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 1 | -1/+4 |
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 1 | -2/+2 |
* | lua_settag does not pop its argument | Roberto Ierusalimschy | 2000-10-24 | 1 | -3/+2 |
* | it is unsafe to allow Lua to get gc tag methods | Roberto Ierusalimschy | 2000-10-20 | 1 | -3/+7 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -2/+2 |
* | better treatment for errors inside _ERRORMETHOD | Roberto Ierusalimschy | 2000-10-09 | 1 | -2/+3 |
* | small optimization in `sort' | Roberto Ierusalimschy | 2000-10-06 | 1 | -43/+45 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -2/+2 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -34/+34 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -6/+12 |