| Commit message (Expand) | Author | Files | Lines |
1995-11-10 | little improvement | Roberto Ierusalimschy | 1 | -5/+2 |
1995-11-03 | print_stack now gets a parameter (file to print); | Roberto Ierusalimschy | 1 | -115/+64 |
1995-11-03 | "getobjname" checks first fallbacks (so, if a function is global and | Roberto Ierusalimschy | 1 | -4/+4 |
1995-10-31 | "AUTHORS" separated from COPYRIGHT. | Roberto Ierusalimschy | 2 | -5/+6 |
1995-10-26 | local variables may appear inside blocks in main code. | Roberto Ierusalimschy | 1 | -3/+1 |
1995-10-26 | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 8 | -124/+137 |
1995-10-25 | new syntax for function declarations: "function a.x () ... " | Roberto Ierusalimschy | 1 | -19/+16 |
1995-10-25 | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 6 | -127/+169 |
1995-10-23 | "dofile" now accepts NULL as parameter, to run stdin. | Roberto Ierusalimschy | 1 | -3/+9 |
1995-10-23 | uses "isatty" to check if executes stdin line by line or as a file. | Roberto Ierusalimschy | 1 | -1/+12 |
1995-10-23 | small changes in the format of debug information. | Roberto Ierusalimschy | 2 | -8/+13 |
1995-10-17 | small bug | Roberto Ierusalimschy | 1 | -2/+2 |
1995-10-17 | function "setfallback" now gives an error if called with wrong parameters. | Roberto Ierusalimschy | 2 | -9/+8 |
1995-10-17 | new module luadebug.h. | Roberto Ierusalimschy | 4 | -10/+42 |