Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2002-02-07 | no more lua_[gs]etstr | Roberto Ierusalimschy | 5 | -29/+48 |
2002-02-07 | comments | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-07 | details. | Roberto Ierusalimschy | 2 | -12/+12 |
2002-02-07 | bug: true 1 != true 2 + no more lua_getstr + some new macros | Roberto Ierusalimschy | 1 | -27/+6 |
2002-02-05 | line number in listcode (and tests for replace) | Roberto Ierusalimschy | 1 | -1/+5 |
2002-02-05 | simpler implementation for `for' loops | Roberto Ierusalimschy | 7 | -95/+57 |
2002-02-05 | protected execution of `resume' | Roberto Ierusalimschy | 1 | -26/+38 |