You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy 98fe770cab small bug 29 years ago
fallback.c new fallback "getglobal". 29 years ago
fallback.h new fallback "getglobal". 29 years ago
func.c functions now may be declared with any "var" as a name; 29 years ago
func.h functions now may be declared with any "var" as a name; 29 years ago
hash.c Garbage collection of functions + header structure for functions 30 years ago
hash.h control of garbage collection is done with Longs, as there can be 30 years ago
inout.c "dofile" issues an error when called with non string arguments, and 29 years ago
inout.h "setglobal" and "getglobal" moved to inout.c, as it concentrates pre-defined 29 years ago
iolib.c "read('s')" was "eating" delimiter. 29 years ago
lex.c names generated by yacc (starting with "yy") are changed to start with 29 years ago
lua.c "AUTHORS" separated from COPYRIGHT. 29 years ago
lua.h new distribution 29 years ago
lua.stx local variable stack needs only the name of the variable (TreeNode); 29 years ago
luadebug.h hooks for line change and function calls; first version. 29 years ago
lualib.h add_char now is global. 29 years ago
luamem.c small bug 29 years ago
luamem.h strdup is done via mem.c to control its memory allocation 30 years ago
makefile correction of dependencies from "luadebug.h". 29 years ago
manual.tex new example showing how to build modules. 29 years ago
mathlib.c error functions are shared by all libraries 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c new fallback "getglobal". 29 years ago
opcode.h lua_table now has references to global variable names (TreeNode's). 29 years ago
strlib.c elimination of function "int2str", as it can be replaced by "format('%c', .)" 29 years ago
strlib.h String library to LUA 31 years ago
table.c lua_table now has references to global variable names (TreeNode's). 29 years ago
table.h lua_table now has references to global variable names (TreeNode's). 29 years ago
tree.c lua_table now has references to global variable names (TreeNode's). 29 years ago
tree.h lua_table now has references to global variable names (TreeNode's). 29 years ago
types.h type names changed to avoid clashes 30 years ago
ugly.h small changes in 'ugly' part. 30 years ago