Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -2/+2 |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -2/+2 |
* | details (alphabetical order for list of functions) | Roberto Ierusalimschy | 2005-07-12 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2005-07-11 | 1 | -3/+3 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -2/+2 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -2/+2 |
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -10/+10 |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -9/+12 |
* | details | Roberto Ierusalimschy | 2004-12-07 | 1 | -15/+15 |
* | `setn' returns its "self" (the table) | Roberto Ierusalimschy | 2004-06-15 | 1 | -2/+3 |
* | `tinsert' and `tremove' also use LUA_FIRSTINDEX | Roberto Ierusalimschy | 2004-05-10 | 1 | -14/+14 |
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -8/+9 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -3/+3 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+3 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |
* | getn/setn in C moved to lauxlib | Roberto Ierusalimschy | 2003-01-27 | 1 | -58/+7 |
* | `openlib' functions return new module | Roberto Ierusalimschy | 2002-12-20 | 1 | -2/+2 |
* | 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 | -17/+17 |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+6 |
* | optional limits for table.concat | Roberto Ierusalimschy | 2002-10-23 | 1 | -4/+6 |
* | detail | Roberto Ierusalimschy | 2002-10-04 | 1 | -3/+2 |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -6/+2 |
* | C++ warning | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 |
* | new `getn' (and `setn') | Roberto Ierusalimschy | 2002-07-01 | 1 | -30/+97 |
* | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 2002-06-25 | 1 | -4/+4 |
* | luaL_verror -> luaL_error | Roberto Ierusalimschy | 2002-06-18 | 1 | -3/+3 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -4/+4 |
* | new names for standard libraries | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+2 |
* | all textual errors go through `luaL_verror' | Roberto Ierusalimschy | 2002-05-02 | 1 | -3/+3 |
* | `co' library goes with basic library (and not with `tab') | Roberto Ierusalimschy | 2002-04-12 | 1 | -77/+1 |
* | library with table manipulation functions | Roberto Ierusalimschy | 2002-04-09 | 1 | -0/+308 |