Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more `seterrormethod' function | Roberto Ierusalimschy | 2000-04-17 | 1 | -10/+1 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -18/+5 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -6/+6 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -6/+5 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -27/+27 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -19/+20 |
* | it is better to control stack space where it is needed. | Roberto Ierusalimschy | 2000-02-22 | 1 | -4/+1 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -4/+5 |
* | keep `top' in registers when running basic tasks (settable, getglobal, ...) | Roberto Ierusalimschy | 2000-01-24 | 1 | -6/+8 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -27/+5 |
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 1 | -3/+4 |
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+6 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -45/+36 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -216/+29 |
* | better control (and error recovery) for begin/end blocks | Roberto Ierusalimschy | 1999-12-06 | 1 | -7/+4 |
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -51/+51 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -53/+50 |
* | `object' and `string' are very busy names... | Roberto Ierusalimschy | 1999-11-29 | 1 | -17/+17 |
* | new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT | Roberto Ierusalimschy | 1999-11-29 | 1 | -3/+3 |
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 1 | -5/+5 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -187/+187 |
* | new API function `lua_equalobj' | Roberto Ierusalimschy | 1999-11-11 | 1 | -5/+10 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -39/+28 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -3/+3 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -5/+5 |
* | new API function 'lua_type'. | Roberto Ierusalimschy | 1999-10-07 | 1 | -1/+4 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -12/+18 |
* | `put_luaObjectonTop' must be public (to be used by lfback.c), and so | Roberto Ierusalimschy | 1999-09-21 | 1 | -7/+7 |
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 1 | -25/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -97/+58 |
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 1 | -10/+8 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -2/+2 |
* | details (message text) | Roberto Ierusalimschy | 1999-05-14 | 1 | -2/+2 |
* | there is no need for a size for Cblocks | Roberto Ierusalimschy | 1999-05-11 | 1 | -19/+10 |
* | array Cblocks should grow dynamically | Roberto Ierusalimschy | 1999-05-11 | 1 | -11/+15 |
* | check first whether function is global. | Roberto Ierusalimschy | 1999-03-26 | 1 | -4/+4 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -5/+4 |
* | warnings... | Roberto Ierusalimschy | 1999-03-01 | 1 | -9/+9 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -3/+3 |
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 1 | -16/+48 |
* | new function lua_nextvar | Roberto Ierusalimschy | 1999-02-22 | 1 | -2/+28 |
* | details | Roberto Ierusalimschy | 1999-02-12 | 1 | -6/+1 |
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 1 | -2/+3 |
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -7/+7 |
* | getlocal cannot return the local itself, since lua_isstring and | Roberto Ierusalimschy | 1999-02-03 | 1 | -4/+3 |
* | no need to define functions for macros... | Roberto Ierusalimschy | 1999-01-26 | 1 | -24/+1 |
* | new functions to manipulate C global variables | Roberto Ierusalimschy | 1999-01-15 | 1 | -3/+44 |
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 1 | -7/+5 |
* | small warnings | Roberto Ierusalimschy | 1998-12-03 | 1 | -2/+2 |