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 ec6677e551 when "block" is computed, "nentity" == "block". So the change is only 29 years ago
fallback.c lua_Reference is int, so say so. 29 years ago
fallback.h lua_Reference is int, so say so. 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 tables may grow bigger than words. 29 years ago
hash.h tables may grow bigger than words. 29 years ago
inout.c first version of vararg facility (plus new function "call"). 29 years ago
inout.h first version of vararg facility (plus new function "call"). 29 years ago
iolib.c small correction. 29 years ago
lex.c lexical analiser may use luaI_buffer, instead of waste space with 29 years ago
lex.h reserved words are stored in main string table; "marked" field is 29 years ago
lua.c new option "-x" to execute a string given as argument. 29 years ago
lua.h new version. 29 years ago
lua.stx first version of vararg facility (plus new function "call"). 29 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h new function "luaI_openlib" to help open libs. 29 years ago
luamem.c "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 29 years ago
luamem.h "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 29 years ago
makefile unused "#include". 29 years ago
manual.tex "lua_dofile" has a more informative return code. 29 years ago
mathlib.c new function "luaI_openlib" to help open libs. 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c "lua_dofile" returns different error codes if it could not open the file 29 years ago
opcode.h first version of vararg facility (plus new function "call"). 29 years ago
strlib.c variables which contain string lengths must be long (if they also may 29 years ago
strlib.h String library to LUA 31 years ago
table.c when "block" is computed, "nentity" == "block". So the change is only 29 years ago
table.h lock mechanism seperseded by the REFERENCE mechanism. 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