Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2002-03-19 | erroneous objects may not live in the stack | Roberto Ierusalimschy | 4 | -36/+61 |
2002-03-18 | new names for tag methods | Roberto Ierusalimschy | 1 | -6/+6 |
2002-03-18 | api.c only needs to check pushes when api_check is defined | Roberto Ierusalimschy | 1 | -2/+3 |
2002-03-18 | new macro to convert double->int | Roberto Ierusalimschy | 4 | -12/+20 |
2002-03-18 | configurable macros should live in llimits.h | Roberto Ierusalimschy | 2 | -17/+17 |
2002-03-18 | special treatment for 'global in nil' | Roberto Ierusalimschy | 2 | -22/+29 |
2002-03-15 | an error may call GC and find an incomplete `ci' | Roberto Ierusalimschy | 1 | -2/+2 |
2002-03-14 | small optimization when returning a single local value | Roberto Ierusalimschy | 1 | -7/+9 |
2002-03-14 | implementation of `global' statement | Roberto Ierusalimschy | 4 | -106/+211 |
2002-03-14 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2002-03-11 | first implementation of `gfind' | Roberto Ierusalimschy | 1 | -9/+53 |
2002-03-11 | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 7 | -31/+31 |
2002-03-08 | error message | Roberto Ierusalimschy | 1 | -2/+3 |
2002-03-08 | details | Roberto Ierusalimschy | 1 | -1/+2 |
2002-03-08 | cannot store `top' in local variables... | Roberto Ierusalimschy | 1 | -4/+3 |
2002-03-08 | generic for (with any number of control variables) | Roberto Ierusalimschy | 7 | -68/+98 |
2002-03-08 | implementation of long comments | Roberto Ierusalimschy | 1 | -17/+25 |
2002-03-07 | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 3 | -9/+18 |
2002-03-07 | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 3 | -23/+32 |
2002-03-07 | details | Roberto Ierusalimschy | 2 | -8/+10 |
2002-03-05 | configurable minimum size for the string table | Roberto Ierusalimschy | 3 | -5/+10 |
2002-03-05 | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 3 | -11/+11 |
2002-03-04 | `inline' of tonumber | Roberto Ierusalimschy | 2 | -8/+10 |
2002-03-04 | small optimization | Roberto Ierusalimschy | 1 | -9/+9 |
2002-03-04 | `luaA_index' is a local macro now | Roberto Ierusalimschy | 3 | -20/+17 |
2002-03-04 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2002-03-04 | not all unfinished strings with "..." end in EOF | Roberto Ierusalimschy | 1 | -2/+3 |
2002-03-04 | more tests for boolean API | Roberto Ierusalimschy | 1 | -1/+7 |
2002-02-15 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2002-02-14 | get error messages from luaL_errstr | Roberto Ierusalimschy | 1 | -6/+5 |
2002-02-14 | no more -DOLD_ANSI option + details | Roberto Ierusalimschy | 1 | -14/+9 |
2002-02-14 | towards next version... | Roberto Ierusalimschy | 1 | -674/+475 |
2002-02-14 | prints any results returned by chunk | Roberto Ierusalimschy | 1 | -8/+6 |
2002-02-14 | no more maximum stack size | Roberto Ierusalimschy | 6 | -47/+37 |
2002-02-14 | new constructor syntax + new generic `for' | Roberto Ierusalimschy | 1 | -133/+100 |
2002-02-14 | new generic `for' | Roberto Ierusalimschy | 1 | -11/+14 |
2002-02-14 | `luaH_next' works like `next' | Roberto Ierusalimschy | 2 | -6/+5 |
2002-02-14 | LFIELDS_PER_FLUSH is an opcode detail | Roberto Ierusalimschy | 2 | -14/+7 |
2002-02-14 | details | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-14 | `luaH_next' works like `next' + better hash for pointers | Roberto Ierusalimschy | 1 | -10/+16 |
2002-02-14 | better(?) order for types (nil == 0) | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-08 | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 7 | -37/+36 |
2002-02-08 | details. | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-08 | `getstr' now gives const char * | Roberto Ierusalimschy | 1 | -2/+2 |
2002-02-08 | error message compatible with incomplete lines of lua.c | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-08 | `setlocale' may be used to query the current locale | Roberto Ierusalimschy | 1 | -6/+6 |
2002-02-08 | no more `lua_istrue' function | Roberto Ierusalimschy | 4 | -16/+10 |
2002-02-07 | incomplete lines (by lhf) | Roberto Ierusalimschy | 1 | -110/+132 |
2002-02-07 | test for lua_pushbool | Roberto Ierusalimschy | 1 | -0/+3 |
2002-02-07 | boolean type must be 0 or 1 | Roberto Ierusalimschy | 1 | -2/+2 |