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 826d70fcba new type lua_Function for activation records 29 years ago
fallback.c new fallback "getglobal". 29 years ago
fallback.h new fallback "getglobal". 29 years ago
func.c debug interface functions to manipulated local variables: 29 years ago
func.h debug interface functions to manipulated local variables: 29 years ago
hash.c no more "Bool" type 29 years ago
hash.h no more "Bool" type 29 years ago
inout.c "lua_debug" now is exported through debug interface (luadebug.h) 29 years ago
inout.h "lua_debug" now is exported through debug interface (luadebug.h) 29 years ago
iolib.c new option "q" in function "write", to write literal strings. 29 years ago
lex.c "lua_debug" now is exported through debug interface (luadebug.h) 29 years ago
lua.c "AUTHORS" separated from COPYRIGHT. 29 years ago
lua.h new distribution 29 years ago
lua.stx debug interface functions to manipulated local variables: 29 years ago
luadebug.h new type lua_Function for activation records 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 (include's). 29 years ago
manual.tex new option "q" in function "write", to write literal strings. 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 type lua_Function for activation records 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 elimination of unused declarations (left from old modifications) 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 no more "Bool" type 29 years ago
ugly.h small changes in 'ugly' part. 30 years ago