Go to file
Roberto Ierusalimschy 82f9f3e552 better structure to control stack interface lua-C.
beginblock-endblock keeps better control over stack
1996-09-20 09:51:16 -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 "memcpy" is defined in "string.h". 1996-07-24 15:01:52 -03:00
func.h "freefunc" now is public. 1996-03-14 12:54:20 -03:00
hash.c C functions don't need to "pushnil" to return nil value (this is 1996-07-12 17:00:26 -03:00
hash.h tables may grow bigger than words. 1996-05-06 11:30:27 -03:00
inout.c "dostring" now stores the prefix of its string, to improve error messages. 1996-09-11 18:53:02 -03:00
inout.h first version of vararg facility (plus new function "call"). 1996-05-28 18:07:32 -03:00
iolib.c "pushnil" is not needed (default return is nil). 1996-08-01 11:55:33 -03:00
lex.c BUG: a program ending in a comment without EOL made lex loops forever. 1996-09-09 11:11:11 -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 new name for POSIX flag (this one turns on some posix stuff in standard 1996-07-06 17:20:35 -03:00
lua.h new version. 1996-05-06 11:32:59 -03:00
lua.stx very small corrections 1996-07-24 11:38:12 -03:00
luadebug.h hook variables are global, no more "lua_set...hook" functions. 1996-03-20 15:44:02 -03:00
lualib.h singlematch and item_end are used by "read", in iolib. 1996-08-05 17:55:24 -03:00
luamem.c "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 1996-05-24 11:31:10 -03:00
luamem.h "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". 1996-05-24 11:31:10 -03:00
makefile unused "#include". 1996-05-06 13:59:00 -03:00
manual.tex lhf's corrections. 1996-08-28 17:46:26 -03:00
mathlib.c new mod implementation (more portable). 1996-08-01 11:55:33 -03:00
mathlib.h Math library to LUA 1993-12-17 16:41:19 -02:00
opcode.c better structure to control stack interface lua-C. 1996-09-20 09:51:16 -03:00
opcode.h first version of vararg facility (plus new function "call"). 1996-05-28 18:07:32 -03:00
strlib.c "strmap" replaced by "strupper" and "strlower" (that's what people will 1996-09-16 15:02:40 -03:00
strlib.h String library to LUA 1993-12-17 16:41:19 -02:00
table.c C functions don't need to "pushnil" to return nil value (this is 1996-07-12 17:00:26 -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