Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | POS_A replaced by POS_Ax (which is more "precise") | Roberto Ierusalimschy | 2010-10-25 | 1 | -2/+2 |
* | details in opcode list | Roberto Ierusalimschy | 2010-10-13 | 1 | -3/+4 |
* | first version of _ENV; no more global variables | Roberto Ierusalimschy | 2010-03-12 | 1 | -5/+2 |
* | new instructions to optimize indexing on upvalues | Roberto Ierusalimschy | 2010-02-26 | 1 | -1/+3 |
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -3/+3 |
* | comment explaining OP_VARARG was wrong (and corresponding code was not | Roberto Ierusalimschy | 2009-10-28 | 1 | -2/+2 |
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -5/+1 |
* | limit of constants per function changed to 2^26 using extra arguments | Roberto Ierusalimschy | 2009-09-23 | 1 | -6/+9 |
* | better notes about some opcodes (comments only) | Roberto Ierusalimschy | 2009-03-09 | 1 | -11/+16 |
* | generic for coded as two dedicated instructions to simplify resumption | Roberto Ierusalimschy | 2008-10-30 | 1 | -4/+5 |
* | SETLIST extra argument now is an "instruction" (OP_EXTRAARG) | Roberto Ierusalimschy | 2008-04-02 | 1 | -18/+34 |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -9/+9 |
* | comment | Roberto Ierusalimschy | 2006-03-14 | 1 | -3/+3 |
* | small detail | Roberto Ierusalimschy | 2005-12-02 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 2005-10-23 | 1 | -5/+5 |
* | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 2005-08-29 | 1 | -2/+3 |
* | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 2005-06-06 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 |
* | no more compatibility code for traversing tables | Roberto Ierusalimschy | 2005-05-04 | 1 | -3/+1 |
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 1 | -1/+2 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -3/+3 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -3/+3 |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2004-12-02 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2004-10-04 | 1 | -3/+2 |
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -5/+8 |
* | details (opcode may not be the first field) | Roberto Ierusalimschy | 2004-08-04 | 1 | -6/+8 |
* | new way to code RK values | Roberto Ierusalimschy | 2004-06-29 | 1 | -2/+19 |
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -8/+13 |
* | details | Roberto Ierusalimschy | 2004-05-17 | 1 | -4/+4 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2003-05-15 | 1 | -6/+6 |
* | details | Roberto Ierusalimschy | 2003-05-14 | 1 | -5/+2 |
* | better information about instruction behavior (use of arguments) | Roberto Ierusalimschy | 2003-05-14 | 1 | -12/+18 |
* | new semantics for "for" local variables | Roberto Ierusalimschy | 2003-05-13 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-08-21 | 1 | -1/+6 |
* | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 2002-08-20 | 1 | -24/+24 |
* | tailcall is executed together with call | Roberto Ierusalimschy | 2002-08-05 | 1 | -2/+2 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+5 |
* | warnings from other compilers | Roberto Ierusalimschy | 2002-06-06 | 1 | -5/+4 |
* | generic for also coded to make test at the end of the loop | Roberto Ierusalimschy | 2002-05-13 | 1 | -2/+5 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -15/+11 |
* | avoid names that differ only in capitalization | Roberto Ierusalimschy | 2002-04-24 | 1 | -27/+27 |
* | new semantics for `generic for' (with state) | Roberto Ierusalimschy | 2002-04-09 | 1 | -3/+4 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+2 |
* | first implementation for tail call | Roberto Ierusalimschy | 2002-03-21 | 1 | -2/+3 |
* | special treatment for 'global in nil' | Roberto Ierusalimschy | 2002-03-18 | 1 | -2/+3 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+6 |
* | LFIELDS_PER_FLUSH is an opcode detail | Roberto Ierusalimschy | 2002-02-14 | 1 | -6/+6 |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 1 | -4/+2 |