Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 1 | -34/+42 | |
* | new functions "tinsert" and "tremove" | Roberto Ierusalimschy | 1998-12-30 | 1 | -11/+13 | |
* | new function "luaO_str2d" to convert strings to numbers, because | Roberto Ierusalimschy | 1998-12-27 | 1 | -18/+25 | |
* | "strtod" is cleaner than "scanf" for this job. | Roberto Ierusalimschy | 1998-12-24 | 1 | -8/+11 | |
* | small warnings | Roberto Ierusalimschy | 1998-12-03 | 1 | -2/+2 | |
* | new function "sort" + many small changes | Roberto Ierusalimschy | 1998-07-12 | 1 | -16/+13 | |
* | details. | Roberto Ierusalimschy | 1998-06-11 | 1 | -2/+2 | |
* | better error message when '^' is not defined. | Roberto Ierusalimschy | 1998-05-31 | 1 | -2/+2 | |
* | words are stored in hi-lo order (easier to print) | Roberto Ierusalimschy | 1998-03-30 | 1 | -2/+2 | |
* | opcode "CLOSURE" gets the prototipe (instead of a previous pushconstant) | Roberto Ierusalimschy | 1998-03-25 | 1 | -6/+7 | |
* | details | Roberto Ierusalimschy | 1998-03-11 | 1 | -4/+4 | |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -2/+2 | |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -11/+30 | |
* | "strcoll" may not exist in ond ansi machines | Roberto Ierusalimschy | 1998-01-14 | 1 | -1/+6 | |
* | new way to hanlde arg information | Roberto Ierusalimschy | 1998-01-12 | 1 | -15/+7 | |
* | variants for "ARGS". | Roberto Ierusalimschy | 1997-12-30 | 1 | -2/+7 | |
* | variant opcodes for PUSHSELF | Roberto Ierusalimschy | 1997-12-29 | 1 | -2/+6 | |
* | details | Roberto Ierusalimschy | 1997-12-23 | 1 | -3/+3 | |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -3/+3 | |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -13/+15 | |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -3/+3 | |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -102/+108 | |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -111/+113 | |
* | small bug. | Roberto Ierusalimschy | 1997-10-27 | 1 | -3/+3 | |
* | optimization to handle <a.x> (new opcode). | Roberto Ierusalimschy | 1997-10-24 | 1 | -1/+15 | |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -3/+3 | |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -14/+12 | |
* | more uniform treatment to opcode variants. | Roberto Ierusalimschy | 1997-10-13 | 1 | -61/+84 | |
* | jumps are relative to next instruction | Roberto Ierusalimschy | 1997-10-06 | 1 | -28/+28 | |
* | all jumps have byte variants; WHILE optimization | Roberto Ierusalimschy | 1997-10-01 | 1 | -31/+33 | |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -11/+10 | |
* | new opcode variants. | Roberto Ierusalimschy | 1997-09-24 | 1 | -30/+55 | |
* | better way to cope with opcode variants | Roberto Ierusalimschy | 1997-09-22 | 1 | -53/+73 | |
* | new way to code globals, using const table instead of putting global | Roberto Ierusalimschy | 1997-09-19 | 1 | -3/+11 | |
* | small optimizations (bit scrubbing) | Roberto Ierusalimschy | 1997-09-19 | 1 | -115/+72 | |
* | Lua virtual machine | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+655 |