Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comments | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+2 |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 1 | -6/+7 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -1/+3 |
* | registry mechanism | Roberto Ierusalimschy | 2000-10-24 | 1 | -1/+7 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -61/+66 |
* | better treatment for errors inside _ERRORMETHOD | Roberto Ierusalimschy | 2000-10-09 | 1 | -1/+2 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -8/+15 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -8/+16 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -3/+7 |
* | details | Roberto Ierusalimschy | 2000-09-18 | 1 | -9/+9 |
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -1/+2 |
* | _ALERT is used (and assumed) only by the libs | Roberto Ierusalimschy | 2000-09-12 | 1 | -3/+2 |
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+3 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -10/+14 |
* | more builtin functions using official API | Roberto Ierusalimschy | 2000-08-31 | 1 | -1/+3 |
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -1/+5 |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -3/+4 |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+5 |
* | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+2 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -173/+78 |
* | `pushref' is more efficient (and probably more useful) than `getref'. | Roberto Ierusalimschy | 2000-08-17 | 1 | -5/+5 |
* | 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 | -5/+5 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-07 | 1 | -3/+11 |
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 1 | -3/+3 |
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -10/+27 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -5/+10 |
* | missing define for `lua_dobuffer' single-state | Roberto Ierusalimschy | 2000-05-10 | 1 | -1/+2 |
* | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 2000-05-09 | 1 | -1/+5 |
* | lua.h should not use names without prefix lua_ (`TObject', for instance) | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -5/+8 |
* | no more `seterrormethod' function | Roberto Ierusalimschy | 2000-04-17 | 1 | -6/+3 |
* | new version number | Roberto Ierusalimschy | 2000-04-14 | 1 | -2/+2 |
* | new type for CFunction (for "pure" C) | Roberto Ierusalimschy | 2000-04-14 | 1 | -4/+10 |
* | lua_setstate makes no sense with explicit multiple states | Roberto Ierusalimschy | 2000-03-27 | 1 | -4/+1 |
* | details | Roberto Ierusalimschy | 1999-12-30 | 1 | -3/+3 |
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 1 | -3/+3 |
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -4/+6 |
* | `object' and `string' are very busy names... | Roberto Ierusalimschy | 1999-11-29 | 1 | -33/+33 |
* | new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT | Roberto Ierusalimschy | 1999-11-29 | 1 | -3/+3 |
* | comment | Roberto Ierusalimschy | 1999-11-25 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -90/+145 |
* | new API function `lua_equalobj' | Roberto Ierusalimschy | 1999-11-11 | 1 | -1/+3 |
* | new API function 'lua_type'. | Roberto Ierusalimschy | 1999-10-07 | 1 | -5/+3 |
* | temporary version | Roberto Ierusalimschy | 1999-09-29 | 1 | -2/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -16/+19 |
* | new constants LUA_NOREF and LUA_REFNIL. | Roberto Ierusalimschy | 1999-08-11 | 1 | -1/+4 |
* | no more beta | Roberto Ierusalimschy | 1999-05-11 | 1 | -2/+2 |
* | new version is beta.v3.2-beta | Roberto Ierusalimschy | 1999-04-15 | 1 | -2/+2 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -1/+2 |