Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -3/+4 | |
* | detail | Roberto Ierusalimschy | 2004-03-23 | 1 | -3/+2 | |
* | details | Roberto Ierusalimschy | 2004-02-18 | 1 | -2/+2 | |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -3/+3 | |
* | new semantics for setn/getn (no more changes to `n') | Roberto Ierusalimschy | 2003-10-20 | 1 | -16/+9 | |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -26/+17 | |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -6/+21 | |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -1/+18 | |
* | detail: `luaL_where' does not use the name information | Roberto Ierusalimschy | 2003-10-01 | 1 | -2/+2 | |
* | fully-weak tables are more efficient | Roberto Ierusalimschy | 2003-05-16 | 1 | -3/+3 | |
* | `#!' is detected by loadfile, not by the lexer | Roberto Ierusalimschy | 2003-05-15 | 1 | -3/+19 | |
* | luaL_getn/setn must operate correctly over negative indices | Roberto Ierusalimschy | 2003-04-07 | 1 | -2/+11 | |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -4/+4 | |
* | error-message format | Roberto Ierusalimschy | 2003-04-01 | 1 | -4/+2 | |
* | `luaL_getmetafield' was leaving extra value on the stack | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+5 | |
* | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 2003-03-18 | 1 | -14/+40 | |
* | auxiliary function to check userdata with types | Roberto Ierusalimschy | 2003-02-11 | 1 | -1/+14 | |
* | reference system also uses getn/setn (plus small corrections) | Roberto Ierusalimschy | 2003-02-11 | 1 | -26/+21 | |
* | getn/setn in C moved to lauxlib | Roberto Ierusalimschy | 2003-01-27 | 1 | -2/+83 | |
* | detail | Roberto Ierusalimschy | 2003-01-23 | 1 | -6/+4 | |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 | |
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -23/+28 | |
* | print error on stderr when _ALERT is not defined | Roberto Ierusalimschy | 2002-10-22 | 1 | -4/+9 | |
* | correct handling of opened files in presence of memory allocation | Roberto Ierusalimschy | 2002-10-16 | 1 | -18/+22 | |
* | to avoid `strerror', define itself to something else; | Roberto Ierusalimschy | 2002-10-04 | 1 | -7/+7 | |
* | `setmetatable' cannot change protected objects | Roberto Ierusalimschy | 2002-09-16 | 1 | -2/+9 | |
* | no more newlines at the end of error messages | Roberto Ierusalimschy | 2002-09-05 | 1 | -3/+2 | |
* | avoid the use of "obvious" names in header files to avoid conflicts | Roberto Ierusalimschy | 2002-08-30 | 1 | -10/+10 | |
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -1/+17 | |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 | |
* | lua_Chunkreader gets a lua_State, to avoid future incompatibilities | Roberto Ierusalimschy | 2002-08-06 | 1 | -3/+5 | |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -4/+2 | |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -8/+7 | |
* | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 2002-07-01 | 1 | -19/+1 | |
* | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 1 | -7/+10 | |
* | new `luaL_weakregistry' function | Roberto Ierusalimschy | 2002-06-25 | 1 | -2/+21 | |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -35/+14 | |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 | |
* | better error messages | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+9 | |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -25/+181 | |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -14/+7 | |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -1/+8 | |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -31/+3 | |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -15/+48 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -14/+2 | |
* | details | Roberto Ierusalimschy | 2002-04-16 | 1 | -2/+2 | |
* | correct #args for calls with self (a:foo(...)) | Roberto Ierusalimschy | 2002-04-04 | 1 | -1/+2 | |
* | better support for new libraries | Roberto Ierusalimschy | 2002-04-02 | 1 | -6/+27 | |
* | when possible, library functions accept nil as none | Roberto Ierusalimschy | 2002-03-27 | 1 | -3/+3 | |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -5/+16 |