Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 1996-04-22 | 1 | -6/+15 |
* | new version | Roberto Ierusalimschy | 1996-03-21 | 1 | -2/+2 |
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -9/+9 |
* | new version | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+2 |
* | no more "lua_pushliteral". | Roberto Ierusalimschy | 1996-02-12 | 1 | -3/+4 |
* | new distribution | Roberto Ierusalimschy | 1995-11-13 | 1 | -2/+2 |
* | "AUTHORS" separated from COPYRIGHT. | Roberto Ierusalimschy | 1995-10-31 | 1 | -3/+3 |
* | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 1995-10-25 | 1 | -1/+2 |
* | new module luadebug.h. | Roberto Ierusalimschy | 1995-10-17 | 1 | -1/+3 |
* | definitions for Copyright and version notices | Roberto Ierusalimschy | 1995-10-06 | 1 | -1/+6 |
* | new API function lua_pushlocked | Waldemar Celes | 1995-01-27 | 1 | -1/+2 |
* | Trocar 'pushstring' por 'pushliteral' na macro 'getfield'. | Waldemar Celes | 1995-01-18 | 1 | -2/+2 |
* | functions that no more return error codes now have return type void | Roberto Ierusalimschy | 1994-12-28 | 1 | -10/+10 |
* | new constant LUA_NOOBJECT. | Roberto Ierusalimschy | 1994-12-16 | 1 | -3/+6 |
* | new API function 'lua_pushliteral' | Roberto Ierusalimschy | 1994-12-13 | 1 | -5/+9 |
* | lua_lock receives its parameter via stack. | Roberto Ierusalimschy | 1994-11-18 | 1 | -5/+8 |
* | small correction | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+2 |
* | userdata can have different tags | Roberto Ierusalimschy | 1994-11-17 | 1 | -10/+11 |
* | new API functions startblock and endblock | Roberto Ierusalimschy | 1994-11-17 | 1 | -1/+4 |
* | new API function to create tables | Roberto Ierusalimschy | 1994-11-13 | 1 | -2/+3 |
* | lua_call cannot be a macro, because it would push the function | Roberto Ierusalimschy | 1994-11-09 | 1 | -3/+2 |
* | lock mechanism | Roberto Ierusalimschy | 1994-11-08 | 1 | -1/+5 |
* | new API | Roberto Ierusalimschy | 1994-11-07 | 1 | -4/+6 |