Go to file
Roberto Ierusalimschy 88cf0836fc "isatty" is POSIX, but not ANSI. 1996-05-03 14:27:03 -03:00
fallback.c lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
fallback.h lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
func.c a simplification about memory error messages. 1996-03-21 15:55:02 -03:00
func.h "freefunc" now is public. 1996-03-14 12:54:20 -03:00
hash.c useless #include. 1996-02-14 15:25:04 -03:00
hash.h details. 1996-03-08 09:04:04 -03:00
inout.c functions "lua_is..." consider coercions. 1996-03-19 19:28:37 -03:00
inout.h small correction 1996-03-15 15:21:58 -03:00
iolib.c new function "luaI_openlib" to help open libs. 1996-04-30 18:13:55 -03:00
lex.c better control when growing arrays. 1996-03-21 13:33:47 -03:00
lex.h reserved words are stored in main string table; "marked" field is 1996-02-14 10:35:51 -03:00
lua.c "fileno" is not ansi. 1996-04-23 09:43:07 -03:00
lua.h lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
lua.stx better control when growing arrays. 1996-03-21 13:33:47 -03:00
luadebug.h hook variables are global, no more "lua_set...hook" functions. 1996-03-20 15:44:02 -03:00
lualib.h new function "luaI_openlib" to help open libs. 1996-04-30 18:13:55 -03:00
luamem.c a simplification about memory error messages. 1996-03-21 15:55:02 -03:00
luamem.h lock mechanism seperseded by the REFERENCE mechanism. 1996-04-22 15:00:37 -03:00
makefile "isatty" is POSIX, but not ANSI. 1996-05-03 14:27:03 -03:00
manual.tex no more "lua_Reference"; new return value for "append"; 1996-04-29 15:50:08 -03:00
mathlib.c new function "luaI_openlib" to help open libs. 1996-04-30 18:13:55 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c lua_Reference is int, so say so. 1996-04-25 11:10:00 -03:00
opcode.h integration with undump (execution of pre-compiled chuncks) 1996-03-15 10:13:13 -03:00
strlib.c new function "luaI_openlib" to help open libs. 1996-04-30 18:13:55 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c new algotithm to adjust garbage collection: it tries to adapt gc calls 1996-04-29 15:53:53 -03:00
table.h lock mechanism seperseded by the REFERENCE mechanism. 1996-04-22 15:00:37 -03:00
tree.c creation of strings must call garbage collector. 1996-03-14 12:56:26 -03:00
tree.h small correction 1996-02-26 14:07:49 -03:00
types.h no more "Bool" type 1996-02-07 12:13:17 -02:00
undump.c added cast instead of union [lazy?] 1996-03-14 14:31:15 -03:00
undump.h moved some includes to undump.c 1996-03-11 18:59:41 -03:00