Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -2/+2 |
* | small bugs when stack is reallocated | Roberto Ierusalimschy | 2002-08-07 | 1 | -6/+6 |
* | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 2002-08-06 | 1 | -23/+14 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+26 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -10/+5 |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -11/+18 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -3/+6 |
* | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 1 | -38/+1 |
* | details | Roberto Ierusalimschy | 2002-06-26 | 1 | -3/+3 |
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+4 |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -11/+51 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -7/+5 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -3/+16 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+2 |
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 1 | -4/+4 |
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 1 | -3/+5 |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 1 | -110/+12 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -3/+3 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -21/+27 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -3/+4 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -2/+9 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+3 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 |
* | avoid limits in filename size | Roberto Ierusalimschy | 2002-05-02 | 1 | -7/+15 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -43/+75 |
* | 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 |