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 820ec63bdf as strings are no more duplicated, "nextvar" can use "pushstring". 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 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 small corrections. 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 lua_Reference is int, so say so. 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 new function "luaI_openlib" to help open libs. 29 years ago
luamem.c a simplification about memory error messages. 29 years ago
luamem.h lock mechanism seperseded by the REFERENCE mechanism. 29 years ago
makefile "isatty" is POSIX, but not ANSI. 29 years ago
manual.tex no more "lua_Reference"; new return value for "append"; 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_Reference is int, so say so. 29 years ago
opcode.h integration with undump (execution of pre-compiled chuncks) 29 years ago
strlib.c new function "luaI_openlib" to help open libs. 29 years ago
strlib.h String library to LUA 31 years ago
table.c as strings are no more duplicated, "nextvar" can use "pushstring". 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