Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 2002-03-07 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-02-14 | 1 | -1/+1 |
* | no more lua_[gs]etstr | Roberto Ierusalimschy | 2002-02-07 | 1 | -1/+2 |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 1 | -0/+12 |
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 1 | -2/+2 |
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -2/+1 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -13/+6 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -23/+22 |
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 1 | -4/+35 |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 1 | -4/+4 |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -5/+5 |