Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | unification of __index & __gettable (and __newindex & __settable) | Roberto Ierusalimschy | 2002-09-19 | 1 | -3/+3 | |
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2002-08-21 | 1 | -2/+2 | |
* | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 2002-08-20 | 1 | -32/+22 | |
* | use a linear count for count hook | Roberto Ierusalimschy | 2002-08-12 | 1 | -4/+3 | |
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -16/+21 | |
* | small bugs when stack is reallocated | Roberto Ierusalimschy | 2002-08-07 | 1 | -9/+11 | |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -73/+77 | |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -2/+2 | |
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -10/+13 | |
* | hook count is quadratic | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 | |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -13/+25 | |
* | optimizations for gettable (temporary) | Roberto Ierusalimschy | 2002-07-05 | 1 | -32/+66 | |
* | details | Roberto Ierusalimschy | 2002-06-24 | 1 | -15/+15 | |
* | details in arithmetic implementation | Roberto Ierusalimschy | 2002-06-24 | 1 | -40/+58 | |
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -32/+30 | |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -6/+6 | |
* | avoid gotos when possible | Roberto Ierusalimschy | 2002-06-14 | 1 | -45/+39 | |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+30 | |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -21/+41 | |
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 1 | -2/+1 | |
* | defintions for lua_number2str and lua_str2number don't need to be public | Roberto Ierusalimschy | 2002-06-05 | 1 | -2/+8 | |
* | `strconc' -> `concat' | Roberto Ierusalimschy | 2002-06-03 | 1 | -3/+3 | |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -13/+18 | |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -8/+8 | |
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -2/+4 | |
* | `skip' instructions must be followed by a jump | Roberto Ierusalimschy | 2002-05-09 | 1 | -4/+8 | |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -40/+28 | |
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 1 | -3/+3 | |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -11/+11 | |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -8/+8 | |
* | line trace uses `savedpc' to save last `pc' seen | Roberto Ierusalimschy | 2002-04-10 | 1 | -8/+9 | |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 1 | -13/+13 | |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -47/+21 | |
* | first implementation of proper tail call | Roberto Ierusalimschy | 2002-03-22 | 1 | -13/+29 | |
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -4/+3 | |
* | erroneous objects may not live in the stack | Roberto Ierusalimschy | 2002-03-19 | 1 | -6/+6 | |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -9/+6 | |
* | `inline' of tonumber | Roberto Ierusalimschy | 2002-03-04 | 1 | -6/+7 | |
* | detail | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+2 | |
* | new generic `for' | Roberto Ierusalimschy | 2002-02-14 | 1 | -11/+14 | |
* | details. | Roberto Ierusalimschy | 2002-02-07 | 1 | -11/+9 | |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -35/+32 | |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -2/+2 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -41/+42 | |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 1 | -6/+12 | |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 1 | -40/+20 | |
* | details | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+3 | |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -57/+29 | |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 1 | -12/+15 |