Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `lua_Chunkwriter' returns 0 in case of success | Roberto Ierusalimschy | 2004-07-09 | 2 | -15/+20 |
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 4 | -7/+8 |
* | `lua_pushfstring' now supports `%p' option too | Roberto Ierusalimschy | 2004-07-09 | 3 | -31/+30 |
* | separation between io lib and os lib | Roberto Ierusalimschy | 2004-07-09 | 3 | -250/+49 |
* | OS lib (finally separated from io lib) | Roberto Ierusalimschy | 2004-07-09 | 1 | -0/+241 |
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 4 | -19/+48 |
* | bug: `lua_setfenv' needs a write barrier | Roberto Ierusalimschy | 2004-07-09 | 1 | -4/+5 |
* | `require' uses its private reference to `_LOADED' table | Roberto Ierusalimschy | 2004-07-02 | 1 | -14/+14 |
* | `lua.c' also needs the default path, so auxlib should provide it | Roberto Ierusalimschy | 2004-07-01 | 3 | -29/+23 |
* | "step" option in lua_gc also need to lock Lua. | Roberto Ierusalimschy | 2004-06-30 | 1 | -10/+13 |
* | detail | Roberto Ierusalimschy | 2004-06-30 | 2 | -4/+3 |
* | new way to code RK values | Roberto Ierusalimschy | 2004-06-29 | 4 | -16/+32 |
* | detail | Roberto Ierusalimschy | 2004-06-29 | 1 | -36/+36 |
* | new interface for search-path function + small changes in require | Roberto Ierusalimschy | 2004-06-29 | 1 | -15/+22 |
* | new interface for search-path function | Roberto Ierusalimschy | 2004-06-29 | 3 | -33/+34 |
* | libraries may want to use `lua_assert' too... | Roberto Ierusalimschy | 2004-06-23 | 2 | -7/+5 |
* | new scheme to search paths | Roberto Ierusalimschy | 2004-06-21 | 3 | -75/+80 |
* | `assert' returns all its parameters (not only the first) | Roberto Ierusalimschy | 2004-06-21 | 1 | -3/+2 |
* | new coroutines inherit hook from creator | Roberto Ierusalimschy | 2004-06-17 | 1 | -1/+5 |
* | optional error for accesss to undefined variables/fields | Roberto Ierusalimschy | 2004-06-17 | 3 | -11/+21 |
* | detail | Roberto Ierusalimschy | 2004-06-16 | 1 | -3/+2 |
* | `setn' returns its "self" (the table) | Roberto Ierusalimschy | 2004-06-15 | 1 | -2/+3 |
* | `setfenv' returns "self" | Roberto Ierusalimschy | 2004-06-15 | 1 | -3/+5 |
* | BUG: string concatenation may cause arithmetic overflow, leading | Roberto Ierusalimschy | 2004-06-08 | 2 | -3/+40 |
* | details | Roberto Ierusalimschy | 2004-06-08 | 1 | -1/+2 |
* | (no commit message) | Roberto Ierusalimschy | 2004-06-08 | 1 | -1/+8 |
* | option for garbage-collector `step' | Roberto Ierusalimschy | 2004-06-04 | 3 | -18/+17 |
* | details | Roberto Ierusalimschy | 2004-06-02 | 1 | -2/+3 |
* | lock stuff defined in `luaconf.h' | Roberto Ierusalimschy | 2004-06-02 | 1 | -2/+6 |
* | `testC' can operate on other states | Roberto Ierusalimschy | 2004-06-02 | 1 | -53/+64 |
* | new macro `lua_threadyield' + lock stuff in `luaconf.h' + details | Roberto Ierusalimschy | 2004-06-02 | 6 | -90/+84 |
* | `getn' uses binary search if it has to count elements | Roberto Ierusalimschy | 2004-06-02 | 1 | -8/+27 |
* | what is provided by lauxlib.c should be defined at lauxlib.h | Roberto Ierusalimschy | 2004-06-02 | 2 | -21/+23 |
* | no more `__fenv' | Roberto Ierusalimschy | 2004-06-02 | 1 | -15/+2 |
* | better error messages for `loadfile' | Roberto Ierusalimschy | 2004-06-02 | 1 | -6/+7 |
* | clear definition for `lua_number2int' | Roberto Ierusalimschy | 2004-06-02 | 1 | -3/+7 |
* | `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) | Roberto Ierusalimschy | 2004-05-31 | 3 | -23/+11 |
* | `luaL_dofile' and `luaL_dostring' are deprecated | Roberto Ierusalimschy | 2004-05-31 | 3 | -63/+9 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 13 | -106/+192 |
* | main must return status from original main! | Roberto Ierusalimschy | 2004-05-31 | 1 | -3/+2 |
* | new function `select' | Roberto Ierusalimschy | 2004-05-31 | 1 | -1/+15 |
* | other modules may need FILEHANDLE definition | Roberto Ierusalimschy | 2004-05-28 | 2 | -9/+11 |
* | `popen' is not ANSI and therefore was removed from the basic library | Roberto Ierusalimschy | 2004-05-28 | 2 | -32/+2 |
* | details | Roberto Ierusalimschy | 2004-05-17 | 1 | -4/+4 |
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 6 | -79/+111 |
* | avoid name clashes among different files | Roberto Ierusalimschy | 2004-05-11 | 1 | -4/+4 |
* | in `time', uses default if `isdst' is absent | Roberto Ierusalimschy | 2004-05-10 | 1 | -2/+2 |
* | no more USE_DEGREES option | Roberto Ierusalimschy | 2004-05-10 | 1 | -21/+8 |
* | `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 | 7 | -25/+32 |