summaryrefslogtreecommitdiff
path: root/ldebug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* name changeRoberto Ierusalimschy2000-03-301-6/+6
|
* new names for debug typesRoberto Ierusalimschy2000-03-301-11/+11
|
* no more special cases for closures with 0 upvalues (performance is the same,Roberto Ierusalimschy2000-03-291-18/+10
| | | | memory use a little higher, code much simpler).
* TAG_ARRAY -> TAG_TABLERoberto Ierusalimschy2000-03-271-2/+2
|
* tags can be positive valuesRoberto Ierusalimschy2000-03-201-2/+2
|
* some name changesRoberto Ierusalimschy2000-03-101-19/+19
|
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-2/+2
|
* must include a definition for NULLRoberto Ierusalimschy2000-02-171-1/+3
|
* removing implementation for better error messages (must rethink it...)Roberto Ierusalimschy2000-02-111-34/+9
|
* renaming of some opcodes and fieldsRoberto Ierusalimschy2000-01-281-2/+2
|
* `const' array in protos breaked in 3 arrays (for strings, numbers, andRoberto Ierusalimschy2000-01-251-3/+2
| | | | prototypes).
* new debug API (first version)Roberto Ierusalimschy2000-01-191-82/+131
|
* more debug information (still with bug for tag methods...)Roberto Ierusalimschy1999-12-301-17/+21
|
* first version of extra debug information (NAME)Roberto Ierusalimschy1999-12-291-8/+58
|
* new ttypes to distinguish between C closures and Lua closures.Roberto Ierusalimschy1999-12-231-9/+14
|
* new module with the debug API functionsRoberto Ierusalimschy1999-12-141-0/+145