Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -3/+3 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -21/+22 |
* | more secure definition for lua_concat | Roberto Ierusalimschy | 2001-02-14 | 1 | -9/+4 |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+2 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -8/+20 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -4/+4 |
* | `lua_typename' accepts LUA_TNONE | Roberto Ierusalimschy | 2000-10-30 | 1 | -5/+4 |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+2 |