Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1996-01-23 | local variable stack needs only the name of the variable (TreeNode); | Roberto Ierusalimschy | 1 | -19/+12 | |
this way is simpler and faster than old way. | |||||
1996-01-22 | correction of some order dependencies in debug code. | Roberto Ierusalimschy | 1 | -18/+20 | |
1996-01-22 | add_char now is global. | Roberto Ierusalimschy | 1 | -40/+36 | |
time returns week-day. | |||||
1996-01-22 | new function "tostring". | Roberto Ierusalimschy | 3 | -31/+47 | |
1996-01-22 | add_char now is global. | Roberto Ierusalimschy | 1 | -33/+102 | |
new function format. | |||||
1996-01-22 | add_char now is global. | Roberto Ierusalimschy | 1 | -1/+2 | |
1996-01-22 | memory overflow tries a garbage collection; if it fails then exit the | Roberto Ierusalimschy | 3 | -9/+31 | |
program. | |||||
1996-01-12 | bug: "read" with format MUST read given number of chars (if file ends | Roberto Ierusalimschy | 1 | -5/+17 | |
before that reports an error, returning nil). "readuntil" can be called with nil or no parameters to read until EOF. | |||||
1996-01-09 | "getobjectname" got a "lua_" prefix. | Roberto Ierusalimschy | 1 | -2/+2 | |
1996-01-09 | hooks for line change and function calls; first version. | Roberto Ierusalimschy | 2 | -10/+88 | |
1996-01-09 | correction of dependencies from "luadebug.h". | Roberto Ierusalimschy | 1 | -3/+3 | |
1995-12-21 | names generated by yacc (starting with "yy") are changed to start with | Roberto Ierusalimschy | 3 | -16/+20 | |
"luaY_", to avoid name clashes with hosts using yacc. | |||||
1995-12-18 | bug: luaI_findconstantbyname may change the value of lua_constant. | Roberto Ierusalimschy | 1 | -2/+3 | |
1995-11-16 | useless "#include math.h"v2.2 | Roberto Ierusalimschy | 2 | -4/+2 | |