Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 1 | -1/+3 |
* | new function lua_nextvar | Roberto Ierusalimschy | 1999-02-22 | 1 | -1/+2 |
* | new year for Copyright. | Roberto Ierusalimschy | 1999-02-09 | 1 | -3/+3 |
* | no need to define functions for macros... | Roberto Ierusalimschy | 1999-01-26 | 1 | -10/+2 |
* | details (for regularity) | Roberto Ierusalimschy | 1998-12-15 | 1 | -4/+4 |
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -3/+4 |
* | details | Roberto Ierusalimschy | 1998-06-18 | 1 | -2/+2 |
* | "lua_dobuffer" gets an extra argument, with the chunk name | Roberto Ierusalimschy | 1998-06-15 | 1 | -2/+2 |
* | new copyright notice | Roberto Ierusalimschy | 1998-06-06 | 1 | -34/+38 |
* | name: lua_pushCclosure -> lua_pushcclosure. | Roberto Ierusalimschy | 1998-06-05 | 1 | -3/+3 |
* | API for functions to manipulate global state. | Roberto Ierusalimschy | 1998-06-02 | 1 | -1/+6 |
* | number type in Lua changed for double (by default). | Roberto Ierusalimschy | 1998-05-18 | 1 | -2/+2 |
* | new names for "lua_pushlstr" and "lua_getstrlen" | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+3 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -1/+3 |
* | usefull macros also available as functions | Roberto Ierusalimschy | 1998-02-12 | 1 | -2/+9 |
* | back to upavalues as extra arguments for C closures; this way it's | Roberto Ierusalimschy | 1998-01-07 | 1 | -2/+1 |
* | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 1998-01-02 | 1 | -7/+3 |
* | back to "lua_upvalue"... (seems better choice) | Roberto Ierusalimschy | 1997-12-18 | 1 | -1/+2 |
* | new year | Roberto Ierusalimschy | 1997-12-15 | 1 | -4/+4 |
* | new API function and built-in "lua_copytagmethods" | Roberto Ierusalimschy | 1997-12-11 | 1 | -1/+3 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -3/+5 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+2 |
* | other access method for C upvalues (as arguments) | Roberto Ierusalimschy | 1997-11-27 | 1 | -3/+2 |
* | no more 'globalbag' | Roberto Ierusalimschy | 1997-11-27 | 1 | -3/+1 |
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -3/+3 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -1/+3 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -3/+6 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -2/+4 |
* | main header file | Roberto Ierusalimschy | 1997-09-16 | 1 | -5/+37 |
* | new #define LUA_COMPAT2_5 to select "compatibility mode". | Roberto Ierusalimschy | 1997-06-23 | 1 | -6/+11 |
* | new interface to "lua_seterrormethod" and "lua_settagmethod", to | Roberto Ierusalimschy | 1997-06-19 | 1 | -3/+3 |