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 f1d0276684 small bug in strfind. 29 years ago
fallback.c better control when growing arrays. 29 years ago
fallback.h new fallback "getglobal". 29 years ago
func.c a simplification about memory error messages. 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 functions "lua_is..." consider coercions. 29 years ago
inout.h small correction 29 years ago
iolib.c functions "lua_is..." consider coercions. 29 years ago
lex.c better control when growing arrays. 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 better control when growing arrays. 29 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h both "write" and "format" need "addquoted". 29 years ago
luamem.c a simplification about memory error messages. 29 years ago
luamem.h a simplification about memory error messages. 29 years ago
makefile new module "undump.o" 29 years ago
manual.tex hook variables are global, no more "lua_set...hook" functions. 29 years ago
mathlib.c new functions "random" and "randomseed". 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c a simplification about memory error messages. 29 years ago
opcode.h integration with undump (execution of pre-compiled chuncks) 29 years ago
strlib.c small bug in strfind. 29 years ago
strlib.h String library to LUA 31 years ago
table.c a simplification about memory error messages. 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
undump.c added cast instead of union [lazy?] 29 years ago
undump.h moved some includes to undump.c 29 years ago