aboutsummaryrefslogtreecommitdiff
path: root/hash.h (unfollow)
Commit message (Expand)AuthorFilesLines
1995-11-10"read" must return 'nil' on EOF.Roberto Ierusalimschy1-1/+6
1995-11-10changes to improve portabilityRoberto Ierusalimschy1-25/+19
1995-11-10re-implementation of functions "write" and "read"Roberto Ierusalimschy1-253/+256
1995-11-10error functions are shared by all librariesRoberto Ierusalimschy3-62/+52
1995-11-10little improvementRoberto Ierusalimschy1-5/+2
1995-11-03print_stack now gets a parameter (file to print);Roberto Ierusalimschy1-115/+64
1995-11-03"getobjname" checks first fallbacks (so, if a function is global andRoberto Ierusalimschy1-4/+4
1995-10-31"AUTHORS" separated from COPYRIGHT.Roberto Ierusalimschy2-5/+6
1995-10-26local variables may appear inside blocks in main code.Roberto Ierusalimschy1-3/+1
1995-10-26functions now may be declared with any "var" as a name;Roberto Ierusalimschy8-124/+137
1995-10-25new syntax for function declarations: "function a.x () ... "Roberto Ierusalimschy1-19/+16
1995-10-25new method to keep debug line information: current line is stored on theRoberto Ierusalimschy6-127/+169
1995-10-23"dofile" now accepts NULL as parameter, to run stdin.Roberto Ierusalimschy1-3/+9
1995-10-23uses "isatty" to check if executes stdin line by line or as a file.Roberto Ierusalimschy1-1/+12
1995-10-23small changes in the format of debug information.Roberto Ierusalimschy2-8/+13
1995-10-17small bugRoberto Ierusalimschy1-2/+2
1995-10-17function "setfallback" now gives an error if called with wrong parameters.Roberto Ierusalimschy2-9/+8
1995-10-17new module luadebug.h.Roberto Ierusalimschy4-10/+42