Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | `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 | |
* | LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it | Roberto Ierusalimschy | 2004-05-10 | 1 | -4/+4 | |
* | accept `\r' as newline when looking for line end | Roberto Ierusalimschy | 2004-05-03 | 1 | -2/+2 | |
* | configuration file for Lua project | Roberto Ierusalimschy | 2004-05-03 | 1 | -0/+280 | |
* | more stuff goes to configuration file | Roberto Ierusalimschy | 2004-05-03 | 2 | -11/+3 | |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 34 | -394/+175 | |
* | ensures own top is corrected after calling function with multiple results | Roberto Ierusalimschy | 2004-04-05 | 1 | -2/+9 | |
* | small optimization for {f()} | Roberto Ierusalimschy | 2004-03-26 | 4 | -8/+11 | |
* | `unpack' has two optional arguments (to give a range) | Roberto Ierusalimschy | 2004-03-26 | 1 | -4/+8 | |
* | details | Roberto Ierusalimschy | 2004-03-24 | 3 | -13/+5 | |
* | new copyright year | Roberto Ierusalimschy | 2004-03-24 | 1 | -3/+3 | |
* | new states must use controlled malloc, too | Roberto Ierusalimschy | 2004-03-23 | 1 | -2/+2 | |
* | write barrier for C upvalues | Roberto Ierusalimschy | 2004-03-23 | 1 | -6/+7 | |
* | detail | Roberto Ierusalimschy | 2004-03-23 | 2 | -4/+4 | |
* | better message for errors with upvalues | Roberto Ierusalimschy | 2004-03-23 | 1 | -1/+6 | |
* | reuse `sweeplist' for all lists | Roberto Ierusalimschy | 2004-03-23 | 1 | -47/+36 | |
* | detail | Roberto Ierusalimschy | 2004-03-16 | 1 | -2/+1 | |
* | bug in `dofile' | Roberto Ierusalimschy | 2004-03-15 | 1 | -4/+34 |