Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2002-01-16 | preparations for stack reallocation | Roberto Ierusalimschy | 2 | -2/+2 |
2002-01-16 | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 5 | -72/+48 |
2002-01-16 | small optimization | Roberto Ierusalimschy | 1 | -8/+13 |
2002-01-11 | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2 | -34/+47 |
2002-01-11 | details | Roberto Ierusalimschy | 1 | -2/+3 |
2002-01-11 | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 7 | -88/+135 |
2002-01-11 | detail | Roberto Ierusalimschy | 2 | -3/+4 |
2002-01-09 | first implementation of coroutines | Roberto Ierusalimschy | 11 | -137/+229 |
2002-01-09 | dependencies updated | Roberto Ierusalimschy | 1 | -32/+33 |
2002-01-09 | new macro lua_userstateopen | Roberto Ierusalimschy | 2 | -3/+11 |
2002-01-09 | new interface for weak modes | Roberto Ierusalimschy | 6 | -44/+33 |
2002-01-03 | small optimizations | Roberto Ierusalimschy | 3 | -16/+18 |
2002-01-03 | some compatibility macros | Roberto Ierusalimschy | 2 | -0/+11 |
2002-01-03 | better check for option in `strfind' | Roberto Ierusalimschy | 1 | -1/+2 |
2001-12-21 | some warnings | Roberto Ierusalimschy | 4 | -6/+5 |
2001-12-21 | BUG: seg. fault when rawget/rawset get extra arguments | Roberto Ierusalimschy | 2 | -3/+10 |