Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -17/+15 |
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 1 | -31/+56 |
* | comments | Roberto Ierusalimschy | 2001-12-13 | 1 | -1/+1 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -14/+12 |
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 1 | -15/+24 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -79/+58 |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -6/+3 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -24/+23 |
* | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 2001-11-06 | 1 | -7/+6 |
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -4/+4 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -9/+8 |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -17/+13 |
* | small bug in close x return | Roberto Ierusalimschy | 2001-09-28 | 1 | -2/+4 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -37/+42 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+3 |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -9/+12 |
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -2/+2 |