Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct #args for calls with self (a:foo(...)) | Roberto Ierusalimschy | 2002-04-04 | 1 | -1/+2 |
* | new design for iolib (object style) | Roberto Ierusalimschy | 2002-04-04 | 1 | -145/+152 |
* | `pow' must be global (as the implementation of '^') | Roberto Ierusalimschy | 2002-04-04 | 1 | -2/+2 |
* | debug interface uses `method' to describe calls like `a:foo()' | Roberto Ierusalimschy | 2002-04-04 | 2 | -5/+7 |
* | getmetatable doesn't push nil when there is no metatable | Roberto Ierusalimschy | 2002-04-02 | 1 | -5/+3 |
* | details | Roberto Ierusalimschy | 2002-04-02 | 6 | -15/+19 |
* | better support for new libraries | Roberto Ierusalimschy | 2002-04-02 | 2 | -9/+31 |
* | `tostring' uses `__tostring' when available | Roberto Ierusalimschy | 2002-04-02 | 1 | -16/+13 |
* | bug: end of block may not be end of stat | Roberto Ierusalimschy | 2002-04-02 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-04-01 | 1 | -3/+2 |
* | small bug if LUA_USERINIT leaves garbage on the stack | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+3 |
* | when possible, library functions accept nil as none | Roberto Ierusalimschy | 2002-03-27 | 5 | -13/+13 |
* | metatable always return some value | Roberto Ierusalimschy | 2002-03-27 | 3 | -10/+23 |
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 4 | -44/+51 |
* | details | Roberto Ierusalimschy | 2002-03-26 | 1 | -2/+4 |
* | small bug (L->ci->top may be larger than L->top...) | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+4 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 15 | -175/+79 |
* | first implementation of proper tail call | Roberto Ierusalimschy | 2002-03-22 | 2 | -14/+32 |
* | first implementation for tail call | Roberto Ierusalimschy | 2002-03-21 | 3 | -4/+11 |
* | details | Roberto Ierusalimschy | 2002-03-21 | 2 | -6/+5 |
* | don't need to mark the stacks twice ;-) | Roberto Ierusalimschy | 2002-03-20 | 1 | -7/+5 |
* | simpler solution for finalizing udata | Roberto Ierusalimschy | 2002-03-20 | 1 | -47/+54 |
* | reserve one more bit for GC | Roberto Ierusalimschy | 2002-03-20 | 1 | -2/+2 |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 8 | -247/+287 |
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 4 | -17/+22 |
* | improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -7/+9 |
* | erroneous objects may not live in the stack | Roberto Ierusalimschy | 2002-03-19 | 4 | -36/+61 |
* | new names for tag methods | Roberto Ierusalimschy | 2002-03-18 | 1 | -6/+6 |
* | api.c only needs to check pushes when api_check is defined | Roberto Ierusalimschy | 2002-03-18 | 1 | -2/+3 |
* | new macro to convert double->int | Roberto Ierusalimschy | 2002-03-18 | 4 | -12/+20 |
* | configurable macros should live in llimits.h | Roberto Ierusalimschy | 2002-03-18 | 2 | -17/+17 |
* | special treatment for 'global in nil' | Roberto Ierusalimschy | 2002-03-18 | 2 | -22/+29 |
* | an error may call GC and find an incomplete `ci' | Roberto Ierusalimschy | 2002-03-15 | 1 | -2/+2 |
* | small optimization when returning a single local value | Roberto Ierusalimschy | 2002-03-14 | 1 | -7/+9 |
* | implementation of `global' statement | Roberto Ierusalimschy | 2002-03-14 | 4 | -106/+211 |
* | comments | Roberto Ierusalimschy | 2002-03-14 | 1 | -2/+2 |
* | first implementation of `gfind' | Roberto Ierusalimschy | 2002-03-11 | 1 | -9/+53 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 7 | -31/+31 |
* | error message | Roberto Ierusalimschy | 2002-03-08 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2002-03-08 | 1 | -1/+2 |
* | cannot store `top' in local variables... | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+3 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 7 | -68/+98 |
* | implementation of long comments | Roberto Ierusalimschy | 2002-03-08 | 1 | -17/+25 |
* | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 2002-03-07 | 3 | -9/+18 |
* | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 2002-03-07 | 3 | -23/+32 |
* | details | Roberto Ierusalimschy | 2002-03-07 | 2 | -8/+10 |
* | configurable minimum size for the string table | Roberto Ierusalimschy | 2002-03-05 | 3 | -5/+10 |
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 3 | -11/+11 |
* | `inline' of tonumber | Roberto Ierusalimschy | 2002-03-04 | 2 | -8/+10 |
* | small optimization | Roberto Ierusalimschy | 2002-03-04 | 1 | -9/+9 |