Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid assignment to local structure | Roberto Ierusalimschy | 2000-09-18 | 1 | -14/+13 |
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -1/+10 |
* | topointer handles only types that have no other "to" function | Roberto Ierusalimschy | 2000-09-12 | 1 | -6/+1 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -4/+3 |
* | API functions check stack overflow | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+4 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -49/+69 |
* | more builtin functions using official API | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+43 |
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -13/+25 |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -19/+16 |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+5 |
* | lua_equal also accepts out-of-range indices | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+5 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -221/+211 |
* | new name for `lua_[sg]etglobaltable' | Roberto Ierusalimschy | 2000-08-14 | 1 | -5/+5 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -10/+10 |
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -2/+2 |
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -22/+30 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2000-05-08 | 1 | -12/+9 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -45/+33 |
* | 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 |