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 1d373d77de more functions exported. 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 "memcpy" is defined in "string.h". 29 years ago
func.h "freefunc" now is public. 29 years ago
hash.c C functions don't need to "pushnil" to return nil value (this is 29 years ago
hash.h tables may grow bigger than words. 29 years ago
inout.c C functions don't need to "pushnil" to return nil value (this is 29 years ago
inout.h first version of vararg facility (plus new function "call"). 29 years ago
iolib.c "pushnil" is not needed (default return is nil). 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 name for POSIX flag (this one turns on some posix stuff in standard 29 years ago
lua.h new version. 29 years ago
lua.stx very small corrections 29 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h more functions exported. 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 mod implementation (more portable). 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c "exit" is defined in "stdlib". 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 C functions don't need to "pushnil" to return nil value (this is 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