Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2002-02-05 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2002-02-05 | new function luaL_errstr | Roberto Ierusalimschy | 3 | -5/+19 |
2002-02-05 | new function `lua_replace' | Roberto Ierusalimschy | 2 | -16/+14 |
2002-01-30 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2002-01-30 | callhook can be static | Roberto Ierusalimschy | 2 | -2/+1 |
2002-01-30 | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 13 | -69/+69 |
2002-01-25 | first version of dynamic stack | Roberto Ierusalimschy | 9 | -175/+250 |
2002-01-25 | details | Roberto Ierusalimschy | 1 | -7/+1 |
2002-01-25 | nil is a `valid' eventtable | Roberto Ierusalimschy | 2 | -4/+7 |
2002-01-25 | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 1 | -7/+5 |
2002-01-25 | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 6 | -97/+74 |
2002-01-18 | small improvements | Roberto Ierusalimschy | 1 | -21/+6 |
2002-01-18 | no more linehook field in CallInfo | Roberto Ierusalimschy | 3 | -9/+14 |
2002-01-18 | legacy declaration | Roberto Ierusalimschy | 1 | -1/+0 |