Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | #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 lua_Objects are created below the C2lua stack, so most API functions | Roberto Ierusalimschy | 1997-06-06 | 1 | -2/+3 |
* | 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 |
* | obs: version 4 is due to internal methods. | Roberto Ierusalimschy | 1997-04-03 | 1 | -4/+4 |
* | 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 |
* | first step in implementing internal methods. | Roberto Ierusalimschy | 1997-02-26 | 1 | -10/+20 |
* | lua_Type is private (preparation for tags) | Roberto Ierusalimschy | 1997-02-20 | 1 | -26/+9 |
* | userdata can handle arbitrary binary data; | Roberto Ierusalimschy | 1997-02-11 | 1 | -2/+5 |
* | new versionv2.5.1 | Roberto Ierusalimschy | 1996-11-20 | 1 | -2/+2 |
* | new version | Roberto Ierusalimschy | 1996-11-12 | 1 | -2/+2 |
* | corrected copyright notice | Roberto Ierusalimschy | 1996-11-07 | 1 | -2/+2 |
* | new version number | Roberto Ierusalimschy | 1996-11-01 | 1 | -2/+2 |
* | new version. | Roberto Ierusalimschy | 1996-05-06 | 1 | -2/+2 |
* | lua_Reference is int, so say so. | Roberto Ierusalimschy | 1996-04-25 | 1 | -7/+5 |