Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -6/+6 |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -11/+11 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -18/+10 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -2/+2 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -19/+19 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | must include a definition for NULL | Roberto Ierusalimschy | 2000-02-17 | 1 | -1/+3 |
* | removing implementation for better error messages (must rethink it...) | Roberto Ierusalimschy | 2000-02-11 | 1 | -34/+9 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -2/+2 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -3/+2 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -82/+131 |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -17/+21 |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -8/+58 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -9/+14 |
* | new module with the debug API functions | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+145 |