Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 1 | -12/+80 | |
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 1 | -1/+10 | |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -24/+20 | |
* | getmetatable doesn't push nil when there is no metatable | Roberto Ierusalimschy | 2002-04-02 | 1 | -5/+3 | |
* | metatable always return some value | Roberto Ierusalimschy | 2002-03-27 | 1 | -4/+10 | |
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 1 | -2/+2 | |
* | improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -7/+9 | |
* | api.c only needs to check pushes when api_check is defined | Roberto Ierusalimschy | 2002-03-18 | 1 | -2/+3 | |
* | new macro to convert double->int | Roberto Ierusalimschy | 2002-03-18 | 1 | -3/+3 | |
* | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 2002-03-07 | 1 | -5/+14 | |
* | `luaA_index' is a local macro now | Roberto Ierusalimschy | 2002-03-04 | 1 | -10/+6 | |
* | `luaH_next' works like `next' | Roberto Ierusalimschy | 2002-02-14 | 1 | -4/+4 | |
* | no more `lua_istrue' function | Roberto Ierusalimschy | 2002-02-08 | 1 | -10/+1 | |
* | bug: true 1 != true 2 + no more lua_getstr + some new macros | Roberto Ierusalimschy | 2002-02-07 | 1 | -27/+6 | |
* | new function `lua_replace' | Roberto Ierusalimschy | 2002-02-05 | 1 | -14/+11 | |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -16/+16 | |
* | nil is a `valid' eventtable | Roberto Ierusalimschy | 2002-01-25 | 1 | -3/+5 | |
* | preparations for stack reallocation | Roberto Ierusalimschy | 2002-01-16 | 1 | -1/+1 | |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 1 | -22/+2 | |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -1/+3 | |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -3/+1 | |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -0/+23 | |
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -4/+4 | |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -91/+59 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -32/+31 | |
* | bug: `next' did not work for numeric indices | Roberto Ierusalimschy | 2001-11-16 | 1 | -6/+5 | |
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -17/+12 | |
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 1 | -35/+1 | |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -14/+18 | |
* | C++ warning | Roberto Ierusalimschy | 2001-10-17 | 1 | -2/+2 | |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -64/+56 | |
* | URL in indentification | Roberto Ierusalimschy | 2001-10-11 | 1 | -2/+4 | |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -4/+4 | |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -2/+9 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -5/+5 | |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -3/+3 | |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -2/+2 | |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -15/+15 | |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -5/+5 | |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -7/+7 | |
* | more relaxed rules for syncronized access | Roberto Ierusalimschy | 2001-06-15 | 1 | -111/+59 | |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -5/+11 | |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -20/+25 | |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -6/+12 | |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -6/+21 | |
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -30/+46 | |
* | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 2001-04-11 | 1 | -2/+26 | |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -6/+27 | |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -3/+4 | |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -11/+11 |