Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -66/+82 | |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -17/+17 | |
* | some simplifications | Roberto Ierusalimschy | 2002-04-22 | 1 | -53/+35 | |
* | details | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2002-04-02 | 1 | -2/+2 | |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -21/+6 | |
* | details | Roberto Ierusalimschy | 2002-03-21 | 1 | -5/+2 | |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -8/+19 | |
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 1 | -2/+2 | |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -11/+0 | |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 1 | -62/+51 | |
* | small improvements | Roberto Ierusalimschy | 2002-01-18 | 1 | -21/+6 | |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 1 | -10/+13 | |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -2/+1 | |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -62/+61 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -9/+8 | |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -0/+11 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -5/+5 | |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -2/+2 | |
* | use a table to find (and reuse) constants when parsing | Roberto Ierusalimschy | 2001-08-27 | 1 | -24/+20 | |
* | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 2001-07-24 | 1 | -2/+2 | |
* | small bug in luaK_self (side effects) | Roberto Ierusalimschy | 2001-07-17 | 1 | -3/+6 | |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+3 | |
* | `(exp)' adjusts exp to 1 result | Roberto Ierusalimschy | 2001-06-12 | 1 | -11/+11 | |
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 1 | -10/+9 | |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+5 | |
* | details. | Roberto Ierusalimschy | 2001-06-08 | 1 | -3/+9 | |
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 1 | -2/+2 | |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -3/+3 | |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -479/+566 | |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -11/+7 | |
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 1 | -5/+3 | |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 | |
* | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 2001-03-07 | 1 | -11/+1 | |
* | detail | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -8/+8 | |
* | some compilers (wrongly) complain about that | Roberto Ierusalimschy | 2001-02-12 | 1 | -2/+2 | |
* | warnings from Visual C | Roberto Ierusalimschy | 2001-02-08 | 1 | -2/+2 | |
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -18/+21 | |
* | simpler implementation of for loops | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+12 | |
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -3/+3 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -8/+8 | |
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -5/+4 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -11/+13 | |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -8/+11 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -5/+5 | |
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 1 | -3/+3 | |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -4/+5 | |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -3/+3 | |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |