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 8826eb7918 small correction 29 years ago
fallback.c small corrections. 29 years ago
fallback.h new fallback "getglobal". 29 years ago
func.c "freefunc" now is public. 29 years ago
func.h "freefunc" now is public. 29 years ago
hash.c useless #include. 29 years ago
hash.h details. 29 years ago
inout.c "openfile" now returns the file 29 years ago
inout.h small correction 29 years ago
iolib.c new functions "rename" and "tmpname". 29 years ago
lex.c no more "ugly" programs. 29 years ago
lex.h reserved words are stored in main string table; "marked" field is 29 years ago
lua.c small corrections. 29 years ago
lua.h new version 29 years ago
lua.stx "PrintCode" now is defined in luac. 29 years ago
luadebug.h new type lua_Function for activation records 29 years ago
lualib.h both "write" and "format" need "addquoted". 29 years ago
luamem.c new function "luaI_buffer". 29 years ago
luamem.h new function "luaI_buffer". 29 years ago
makefile parse.o was included twice in lua.a 29 years ago
manual.tex new functions "rename" and "tmpname". 29 years ago
mathlib.c new functions "random" and "randomseed". 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c integration with undump (execution of pre-compiled chuncks) 29 years ago
opcode.h integration with undump (execution of pre-compiled chuncks) 29 years ago
strlib.c new option 'q' in function "format". 29 years ago
strlib.h String library to LUA 31 years ago
table.c "lua_ntable" and "lua_nconstant" are public (undump.c uses them). 29 years ago
table.h "lua_ntable" and "lua_nconstant" are public (undump.c uses them). 29 years ago
tree.c creation of strings must call garbage collector. 29 years ago
tree.h small correction 29 years ago
types.h no more "Bool" type 29 years ago
ugly.h small changes in 'ugly' part. 30 years ago
undump.c added cast instead of union [lazy?] 29 years ago
undump.h moved some includes to undump.c 29 years ago