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 function "setfallback" now gives an error if called with wrong parameters. 1995-10-17 12:30:05 -02:00
fallback.h 'luaI_travfallbacks' now can look for a fallback. 1995-10-17 09:52:38 -02:00
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 Garbage collection of functions + header structure for functions 1995-10-04 14:13:02 -03:00
hash.h control of garbage collection is done with Longs, as there can be 1995-01-12 12:19:04 -02:00
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 strdup is done via mem.c to control its memory allocation 1995-01-14 13:40:26 -02:00
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 Math library to LUA 1993-12-17 16:41:19 -02:00
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 String library to LUA 1993-12-17 16:41:19 -02:00
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 'nextvar' now traverses the symbol array, instead of the constant tree. 1995-10-17 09:53:53 -02:00
tree.h 'nextvar' now traverses the symbol array, instead of the constant tree. 1995-10-17 09:53:53 -02:00
types.h type names changed to avoid clashes 1995-02-06 17:32:43 -02:00
ugly.h small changes in 'ugly' part. 1994-11-13 12:39:04 -02:00