Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | error message compatible with incomplete lines of lua.c | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 | |
* | `setlocale' may be used to query the current locale | Roberto Ierusalimschy | 2002-02-08 | 1 | -6/+6 | |
* | no more `lua_istrue' function | Roberto Ierusalimschy | 2002-02-08 | 4 | -16/+10 | |
* | incomplete lines (by lhf) | Roberto Ierusalimschy | 2002-02-07 | 1 | -110/+132 | |
* | test for lua_pushbool | Roberto Ierusalimschy | 2002-02-07 | 1 | -0/+3 | |
* | boolean type must be 0 or 1 | Roberto Ierusalimschy | 2002-02-07 | 1 | -2/+2 | |
* | no more lua_[gs]etstr | Roberto Ierusalimschy | 2002-02-07 | 5 | -29/+48 | |
* | comments | Roberto Ierusalimschy | 2002-02-07 | 1 | -1/+1 | |
* | details. | Roberto Ierusalimschy | 2002-02-07 | 2 | -12/+12 | |
* | bug: true 1 != true 2 + no more lua_getstr + some new macros | Roberto Ierusalimschy | 2002-02-07 | 1 | -27/+6 | |
* | line number in listcode (and tests for replace) | Roberto Ierusalimschy | 2002-02-05 | 1 | -1/+5 | |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 7 | -95/+57 | |
* | protected execution of `resume' | Roberto Ierusalimschy | 2002-02-05 | 1 | -26/+38 | |
* | comments | Roberto Ierusalimschy | 2002-02-05 | 1 | -2/+2 | |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 3 | -5/+19 | |
* | new function `lua_replace' | Roberto Ierusalimschy | 2002-02-05 | 2 | -16/+14 | |
* | details | Roberto Ierusalimschy | 2002-01-30 | 1 | -4/+4 | |
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 2 | -2/+1 | |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 13 | -69/+69 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 9 | -175/+250 | |
* | details | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+1 | |
* | nil is a `valid' eventtable | Roberto Ierusalimschy | 2002-01-25 | 2 | -4/+7 | |
* | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+5 | |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 6 | -97/+74 | |
* | small improvements | Roberto Ierusalimschy | 2002-01-18 | 1 | -21/+6 | |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 3 | -9/+14 | |
* | legacy declaration | Roberto Ierusalimschy | 2002-01-18 | 1 | -1/+0 | |
* | preparations for stack reallocation | Roberto Ierusalimschy | 2002-01-16 | 2 | -2/+2 | |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 5 | -72/+48 | |
* | small optimization | Roberto Ierusalimschy | 2002-01-16 | 1 | -8/+13 | |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 2 | -34/+47 | |
* | details | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+3 | |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 7 | -88/+135 | |
* | detail | Roberto Ierusalimschy | 2002-01-11 | 2 | -3/+4 | |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 11 | -137/+229 | |
* | dependencies updated | Roberto Ierusalimschy | 2002-01-09 | 1 | -32/+33 | |
* | new macro lua_userstateopen | Roberto Ierusalimschy | 2002-01-09 | 2 | -3/+11 | |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 6 | -44/+33 | |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 3 | -16/+18 | |
* | some compatibility macros | Roberto Ierusalimschy | 2002-01-03 | 2 | -0/+11 | |
* | better check for option in `strfind' | Roberto Ierusalimschy | 2002-01-03 | 1 | -1/+2 | |
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 4 | -6/+5 | |
* | BUG: seg. fault when rawget/rawset get extra arguments | Roberto Ierusalimschy | 2001-12-21 | 2 | -3/+10 | |
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 5 | -16/+16 | |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 4 | -29/+18 | |
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 2 | -78/+128 | |
* | another bug in next (when n is a power of 2) | Roberto Ierusalimschy | 2001-12-19 | 1 | -2/+2 | |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 8 | -50/+49 | |
* | LUA_ERRERR also cannot generate error message | Roberto Ierusalimschy | 2001-12-13 | 1 | -4/+2 | |
* | comments | Roberto Ierusalimschy | 2001-12-13 | 1 | -1/+1 |