| Commit message (Expand) | Author | Age | Files | Lines |
* | "zio" now keeps its "name". | Roberto Ierusalimschy | 1997-12-22 | 1 | -3/+3 |
* | new syntax for constructors (a={n=3;1,2,3}). | Roberto Ierusalimschy | 1997-12-22 | 1 | -23/+28 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -5/+9 |
* | safer way to put #defines in error messages... | Roberto Ierusalimschy | 1997-12-09 | 1 | -8/+11 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -9/+15 |
* | BUG: "lastline" was not reset on function entry, so debug information | Roberto Ierusalimschy | 1997-12-02 | 1 | -1/+2 |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -122/+123 |
* | small details | Roberto Ierusalimschy | 1997-11-07 | 1 | -1/+2 |
* | new "block" syntax (DO ... END) | Roberto Ierusalimschy | 1997-10-30 | 1 | -1/+3 |
* | more precise error messages for compiler limits. | Roberto Ierusalimschy | 1997-10-28 | 1 | -7/+7 |
* | optimization to handle <a.x> (new opcode). | Roberto Ierusalimschy | 1997-10-24 | 1 | -21/+47 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -2/+2 |
* | functions may use many upvalues, to keep global values. | Roberto Ierusalimschy | 1997-10-18 | 1 | -2/+2 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -6/+9 |
* | details | Roberto Ierusalimschy | 1997-10-15 | 1 | -60/+27 |
* | more uniform treatment to opcode variants. | Roberto Ierusalimschy | 1997-10-13 | 1 | -117/+91 |
* | jumps are relative to next instruction | Roberto Ierusalimschy | 1997-10-06 | 1 | -30/+38 |
* | all jumps have byte variants; WHILE optimization | Roberto Ierusalimschy | 1997-10-01 | 1 | -42/+87 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -4/+4 |
* | new opcode variants. | Roberto Ierusalimschy | 1997-09-24 | 1 | -51/+63 |
* | better way to cope with opcode variants | Roberto Ierusalimschy | 1997-09-22 | 1 | -120/+60 |
* | new way to code globals, using const table instead of putting global | Roberto Ierusalimschy | 1997-09-19 | 1 | -25/+39 |
* | small optimizations (bit scrubbing) | Roberto Ierusalimschy | 1997-09-19 | 1 | -59/+67 |
* | Syntax analizer and code generator | Roberto Ierusalimschy | 1997-09-16 | 1 | -347/+424 |
* | small optimization in opcodes for "and" and "or" | Roberto Ierusalimschy | 1997-08-04 | 1 | -3/+3 |
* | small optimizations; try to find previous use when coding a real constant. | Roberto Ierusalimschy | 1997-07-31 | 1 | -37/+45 |
* | BIG CHANGE: functions have their own "constant table". | Roberto Ierusalimschy | 1997-07-30 | 1 | -125/+156 |
* | new way to handle global state during compilation. | Roberto Ierusalimschy | 1997-07-29 | 1 | -148/+161 |
* | luaI_initTFunc initializes fileName. | Roberto Ierusalimschy | 1997-06-19 | 1 | -2/+1 |
* | new name for old "mem.h" (conflicts with some compiler libraries) | Roberto Ierusalimschy | 1997-03-31 | 1 | -2/+2 |
* | new form for constructors: {[exp] = exp, ...} | Roberto Ierusalimschy | 1997-03-06 | 1 | -27/+23 |
* | small syntax error (yacc does not complain, but bison does). | Roberto Ierusalimschy | 1997-02-13 | 1 | -2/+2 |
* | better check when converting from float to int, to avoid overflow | Roberto Ierusalimschy | 1997-01-31 | 1 | -4/+4 |
* | small correction to avoid "wrong" default action | Roberto Ierusalimschy | 1997-01-15 | 1 | -2/+2 |
* | syntax error function is in "lex.c" (it has the token) | Roberto Ierusalimschy | 1996-11-08 | 1 | -8/+2 |
* | new way to handle pragmas (at the lexical level, instead of parsing). | Roberto Ierusalimschy | 1996-09-25 | 1 | -10/+2 |
* | a chunk may end with a return. | Roberto Ierusalimschy | 1996-09-24 | 1 | -6/+7 |
* | very small corrections | Roberto Ierusalimschy | 1996-07-24 | 1 | -1/+3 |
* | first version of vararg facility (plus new function "call"). | Roberto Ierusalimschy | 1996-05-28 | 1 | -31/+50 |
* | better control when growing arrays. | Roberto Ierusalimschy | 1996-03-21 | 1 | -10/+3 |
* | "PrintCode" now is defined in luac. | Roberto Ierusalimschy | 1996-03-08 | 1 | -228/+1 |
* | fixed strings (not collectable) don't need to be inserted in the constant table. | Roberto Ierusalimschy | 1996-02-26 | 1 | -2/+2 |
* | check if jump is bigger than 2^16. | Roberto Ierusalimschy | 1996-02-26 | 1 | -3/+5 |
* | useless #include. | Roberto Ierusalimschy | 1996-02-14 | 1 | -2/+1 |
* | new header "lex.h". | Roberto Ierusalimschy | 1996-02-13 | 1 | -1/+2 |
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -7/+7 |
* | debug interface functions to manipulated local variables: | Roberto Ierusalimschy | 1996-02-07 | 1 | -11/+19 |
* | improve of compiling error messages. | Roberto Ierusalimschy | 1996-02-05 | 1 | -10/+13 |
* | local variable stack needs only the name of the variable (TreeNode); | Roberto Ierusalimschy | 1996-01-23 | 1 | -19/+12 |