| Commit message (Expand) | Author | Files | Lines |
2004-06-02 | better error messages for `loadfile' | Roberto Ierusalimschy | 1 | -6/+7 |
2004-06-02 | clear definition for `lua_number2int' | Roberto Ierusalimschy | 1 | -3/+7 |
2004-05-31 | `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) | Roberto Ierusalimschy | 3 | -23/+11 |
2004-05-31 | `luaL_dofile' and `luaL_dostring' are deprecated | Roberto Ierusalimschy | 3 | -63/+9 |
2004-05-31 | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 13 | -106/+192 |
2004-05-31 | main must return status from original main! | Roberto Ierusalimschy | 1 | -3/+2 |
2004-05-31 | new function `select' | Roberto Ierusalimschy | 1 | -1/+15 |
2004-05-28 | other modules may need FILEHANDLE definition | Roberto Ierusalimschy | 2 | -9/+11 |
2004-05-28 | `popen' is not ANSI and therefore was removed from the basic library | Roberto Ierusalimschy | 2 | -32/+2 |
2004-05-17 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2004-05-14 | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 6 | -79/+111 |
2004-05-11 | avoid name clashes among different files | Roberto Ierusalimschy | 1 | -4/+4 |
2004-05-10 | in `time', uses default if `isdst' is absent | Roberto Ierusalimschy | 1 | -2/+2 |
2004-05-10 | no more USE_DEGREES option | Roberto Ierusalimschy | 1 | -21/+8 |
2004-05-10 | `tinsert' and `tremove' also use LUA_FIRSTINDEX | Roberto Ierusalimschy | 1 | -14/+14 |
2004-05-10 | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 7 | -25/+32 |
2004-05-10 | LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it | Roberto Ierusalimschy | 1 | -4/+4 |
2004-05-03 | accept `\r' as newline when looking for line end | Roberto Ierusalimschy | 1 | -2/+2 |