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 0af581f0bf new way to handle pragmas (at the lexical level, instead of parsing). 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 lua_linenumber is initialized in lex.c 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 new way to handle pragmas (at the lexical level, instead of parsing). 29 years ago
lex.h reserved words are stored in main string table; "marked" field is 29 years ago
lua.c "dofile" and "dostring" may return values. 29 years ago
lua.h new version. 29 years ago
lua.stx new way to handle pragmas (at the lexical level, instead of parsing). 29 years ago
luadebug.h hook variables are global, no more "lua_set...hook" functions. 29 years ago
lualib.h singlematch and item_end are used by "read", in iolib. 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 lhf's corrections. 29 years ago
mathlib.c new mod implementation (more portable). 29 years ago
mathlib.h Math library to LUA 31 years ago
opcode.c "call" returns separate results, instead of a table. 29 years ago
opcode.h "call" returns separate results, instead of a table. 29 years ago
strlib.c new function "strrep" 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