aboutsummaryrefslogtreecommitdiff
path: root/lex.c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-01-26"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-definedRoberto Ierusalimschy2-11/+35
1996-01-26"setglobal" and "getglobal" moved to inout.c, as it concentrates pre-definedRoberto Ierusalimschy1-25/+3
1996-01-26elimination of function "int2str", as it can be replaced by "format('%c', .)"Roberto Ierusalimschy1-14/+1
1996-01-23"dofile" does not issue a warning when unable to open the file,Roberto Ierusalimschy1-6/+2
1996-01-23new function "assert"Roberto Ierusalimschy1-1/+3
1996-01-23local variable stack needs only the name of the variable (TreeNode);Roberto Ierusalimschy1-19/+12
1996-01-22correction of some order dependencies in debug code.Roberto Ierusalimschy1-18/+20
1996-01-22add_char now is global.Roberto Ierusalimschy1-40/+36
1996-01-22new function "tostring".Roberto Ierusalimschy3-31/+47
1996-01-22add_char now is global.Roberto Ierusalimschy1-33/+102
1996-01-22add_char now is global.Roberto Ierusalimschy1-1/+2
1996-01-22memory overflow tries a garbage collection; if it fails then exit theRoberto Ierusalimschy3-9/+31
1996-01-12bug: "read" with format MUST read given number of chars (if file endsRoberto Ierusalimschy1-5/+17
1996-01-09"getobjectname" got a "lua_" prefix.Roberto Ierusalimschy1-2/+2
1996-01-09hooks for line change and function calls; first version.Roberto Ierusalimschy2-10/+88
1996-01-09correction of dependencies from "luadebug.h".Roberto Ierusalimschy1-3/+3
1995-12-21names generated by yacc (starting with "yy") are changed to start withRoberto Ierusalimschy3-16/+20
1995-12-18bug: luaI_findconstantbyname may change the value of lua_constant.Roberto Ierusalimschy1-2/+3
1995-11-16useless "#include math.h"v2.2Roberto Ierusalimschy2-4/+2