Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | is called, which in turn calls _ALERT to write a message to stderr. | ||||
* | 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 |
| | | | | trivial to make currying. | ||||
* | 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 |
| | | | | allow the use of Lua functions too. | ||||
* | #if wraps compatibility issue | Roberto Ierusalimschy | 1997-06-18 | 1 | -5/+14 |
| | |||||
* | "lua_seterrormethod" should return the previous handler. | Roberto Ierusalimschy | 1997-06-16 | 1 | -2/+2 |
| | |||||
* | functions "lua_settagmethod" and similars should be safe too. | Roberto Ierusalimschy | 1997-06-12 | 1 | -6/+3 |
| | |||||
* | new implementation for udata (again they are just void *); | Roberto Ierusalimschy | 1997-06-09 | 1 | -8/+11 |
| | | | | | new implementation for the API: most operations now do not disturb structures lua2C and C2lua. | ||||
* | new lua_Objects are created below the C2lua stack, so most API functions | Roberto Ierusalimschy | 1997-06-06 | 1 | -2/+3 |
| | | | | | don't need to adjust stack. So lua_getref does not change the stack, and lua_pushref can use it as a macro. | ||||
* | new API function to force garbage collection. | Roberto Ierusalimschy | 1997-05-26 | 1 | -1/+4 |
| | |||||
* | missing definition of "lua_storesubscript", for compatibility | Roberto Ierusalimschy | 1997-04-15 | 1 | -3/+5 |
| | |||||
* | better error messages; | Roberto Ierusalimschy | 1997-04-04 | 1 | -14/+16 |
| | | | | better names for some API functions. | ||||
* | obs: version 4 is due to internal methods. | Roberto Ierusalimschy | 1997-04-03 | 1 | -4/+4 |
| | | | | (some small details in comments) | ||||
* | new function "getintmethod" | Roberto Ierusalimschy | 1997-04-02 | 1 | -1/+2 |
| | |||||
* | "newtag" does not need a type name. | Roberto Ierusalimschy | 1997-04-02 | 1 | -2/+2 |
| | |||||
* | lua_getuserdata must return NULL if object is not userdata | Roberto Ierusalimschy | 1997-04-02 | 1 | -4/+4 |
| | |||||
* | "storeglobal" changed to "setglobal" | Roberto Ierusalimschy | 1997-04-01 | 1 | -5/+6 |
| | |||||
* | first version of "setglobal" and "getglobal" internal methods. | Roberto Ierusalimschy | 1997-03-31 | 1 | -2/+2 |
| | |||||
* | first full implementation of internal methods | Roberto Ierusalimschy | 1997-03-19 | 1 | -13/+7 |
| | |||||
* | new module 'auxlib' centralizes functions to get/check parameters. | Roberto Ierusalimschy | 1997-03-17 | 1 | -1/+12 |
| |