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 1dc0e82aeb "freefunc" now is public. 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 fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
inout.h "lua_debug" now is exported through debug interface (luadebug.h) 29 years ago
iolib.c small corrections. 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 functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
luamem.h functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 29 years ago
makefile parse.o was included twice in lua.a 29 years ago
manual.tex list of incompatibilities with version 2.2. 29 years ago
mathlib.c new functions "random" and "randomseed". 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c small change to avoid error on "lua_pushstring(NULL)". 29 years ago
opcode.h unused declaration removed. 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 fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
table.h fixed strings (not collectable) don't need to be inserted in the constant table. 29 years ago
tree.c functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be 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 removed tf->marked=0; 29 years ago
undump.h moved some includes to undump.c 29 years ago