Go to file
Roberto Ierusalimschy 19290a8e92 "dofile" issues an error when called with non string arguments, and
runs stdin when called without arguments.
1996-01-26 14:52:47 -02:00
fallback.c
fallback.h
func.c functions now may be declared with any "var" as a name; 1995-10-26 12:21:56 -02:00
func.h functions now may be declared with any "var" as a name; 1995-10-26 12:21:56 -02:00
hash.c
hash.h
inout.c "dofile" issues an error when called with non string arguments, and 1996-01-26 14:52:47 -02:00
inout.h "setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined 1996-01-26 12:05:28 -02:00
iolib.c add_char now is global. 1996-01-22 15:46:55 -02:00
lex.c names generated by yacc (starting with "yy") are changed to start with 1995-12-21 14:14:04 -02:00
lua.c "AUTHORS" separated from COPYRIGHT. 1995-10-31 15:05:35 -02:00
lua.h new distribution 1995-11-13 13:36:52 -02:00
lua.stx local variable stack needs only the name of the variable (TreeNode); 1996-01-23 15:50:29 -02:00
luadebug.h hooks for line change and function calls; first version. 1996-01-09 18:22:44 -02:00
lualib.h add_char now is global. 1996-01-22 15:38:57 -02:00
luamem.c memory overflow tries a garbage collection; if it fails then exit the 1996-01-22 12:15:13 -02:00
luamem.h
makefile correction of dependencies from "luadebug.h". 1996-01-09 18:22:08 -02:00
manual.tex reference manual 1995-11-16 18:46:02 -02:00
mathlib.c error functions are shared by all libraries 1995-11-10 15:54:31 -02:00
mathlib.h
opcode.c "dofile" does not issue a warning when unable to open the file, 1996-01-23 16:43:07 -02:00
opcode.h names generated by yacc (starting with "yy") are changed to start with 1995-12-21 14:14:04 -02:00
strlib.c elimination of function "int2str", as it can be replaced by "format('%c', .)" 1996-01-26 10:11:28 -02:00
strlib.h
table.c "setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined 1996-01-26 12:04:32 -02:00
table.h memory overflow tries a garbage collection; if it fails then exit the 1996-01-22 12:15:13 -02:00
tree.c
tree.h
types.h
ugly.h