Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (no commit message) | Roberto Ierusalimschy | 2000-10-30 | 1 | -20/+12 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+11 |
* | lua_settag does not pop its argument | Roberto Ierusalimschy | 2000-10-24 | 1 | -2/+1 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -49/+50 |
* | new implementation for some API functions | Roberto Ierusalimschy | 2000-10-06 | 1 | -44/+53 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -42/+35 |
* | details. | Roberto Ierusalimschy | 2000-10-03 | 1 | -4/+8 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -4/+17 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -6/+27 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -1/+2 |
* | lua_tag should return LUA_NOTAG for non-valid indices | Roberto Ierusalimschy | 2000-09-27 | 1 | -2/+2 |
* | 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 |