Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -11/+6 |
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -6/+8 |
* | warnings in other compilers | Roberto Ierusalimschy | 2002-08-07 | 1 | -21/+20 |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -14/+13 |
* | new implementation for tailcalls and error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -39/+33 |
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -13/+9 |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -16/+25 |
* | details | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+3 |
* | small bug building error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+6 |
* | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 1 | -1/+6 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -10/+35 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 |
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 1 | -7/+4 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -3/+3 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -7/+23 |
* | no more `global' declarations | Roberto Ierusalimschy | 2002-05-14 | 1 | -6/+1 |
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -6/+4 |
* | `skip' instructions must be followed by a jump | Roberto Ierusalimschy | 2002-05-09 | 1 | -4/+5 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -5/+5 |
* | precompiler may create functions without `lineinfo' | Roberto Ierusalimschy | 2002-05-02 | 1 | -2/+2 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -7/+7 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-04-22 | 1 | -2/+2 |
* | line trace uses `savedpc' to save last `pc' seen | Roberto Ierusalimschy | 2002-04-10 | 1 | -5/+5 |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 1 | -3/+2 |
* | debug interface uses `method' to describe calls like `a:foo()' | Roberto Ierusalimschy | 2002-04-04 | 1 | -3/+5 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -63/+22 |
* | first implementation of proper tail call | Roberto Ierusalimschy | 2002-03-22 | 1 | -1/+3 |
* | erroneous objects may not live in the stack | Roberto Ierusalimschy | 2002-03-19 | 1 | -24/+49 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -5/+5 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+17 |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -30/+10 |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -18/+17 |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 1 | -4/+3 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -7/+8 |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 1 | -24/+16 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -4/+4 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -23/+6 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -44/+43 |
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -2/+2 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -7/+7 |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -9/+9 |
* | small bug in close x return | Roberto Ierusalimschy | 2001-09-28 | 1 | -2/+1 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -13/+15 |
* | check C is independent from check B | Roberto Ierusalimschy | 2001-07-03 | 1 | -4/+5 |
* | new module lopcodes.c for tables describing opcodes | Roberto Ierusalimschy | 2001-06-28 | 1 | -50/+1 |
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -3/+3 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -3/+3 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+3 |
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 1 | -48/+48 |