Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | error messages in lower case. | Roberto Ierusalimschy | 2000-09-20 | 1 | -2/+2 |
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -10/+7 |
* | re-implementation of deprecated functions (wiht compiler option) | Roberto Ierusalimschy | 2000-09-13 | 1 | -10/+41 |
* | better standard error messages | Roberto Ierusalimschy | 2000-09-12 | 1 | -7/+14 |
* | error codes as strings for dofile and dostring | Roberto Ierusalimschy | 2000-09-12 | 1 | -2/+4 |
* | late `lbuiltin.c', now implemented through the official API (and | Roberto Ierusalimschy | 2000-09-05 | 1 | -0/+599 |