Go to file
Roberto Ierusalimschy 98fe770cab small bug
1996-02-04 14:59:12 -02:00
fallback.c new fallback "getglobal". 1996-01-30 13:25:23 -02:00
fallback.h new fallback "getglobal". 1996-01-30 13:25:23 -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 "read('s')" was "eating" delimiter. 1996-01-29 14:40:09 -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 small bug 1996-02-04 14:59:12 -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 new example showing how to build modules. 1996-01-30 13:24:49 -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 new fallback "getglobal". 1996-01-30 13:25:23 -02:00
opcode.h lua_table now has references to global variable names (TreeNode's). 1996-01-26 16:03:19 -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 lua_table now has references to global variable names (TreeNode's). 1996-01-26 16:03:19 -02:00
table.h lua_table now has references to global variable names (TreeNode's). 1996-01-26 16:03:19 -02:00
tree.c lua_table now has references to global variable names (TreeNode's). 1996-01-26 16:03:19 -02:00
tree.h lua_table now has references to global variable names (TreeNode's). 1996-01-26 16:03:19 -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