fallback.c
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
fallback.h
first step in implementing internal methods.
1997-02-26 14:38:41 -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
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
hash.h
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
inout.c
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
inout.h
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
iolib.c
useless include.
1996-11-22 11:07:20 -02:00
lex.c
BUG: "inclinenumber" cannot use public buffer, since it could change
1997-02-07 11:49:46 -02:00
lex.h
syntax error function is in "lex.c" (it has the token)
1996-11-08 10:49:35 -02:00
lua.c
"dofile" and "dostring" may return values.
1996-09-24 14:30:28 -03:00
lua.h
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
lua.stx
small syntax error (yacc does not complain, but bison does).
1997-02-13 14:18:39 -02: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
"mem.c.debug" incorporated (with "#if").
1997-03-03 16:55:38 -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
new flag for STRERROR; libs now are called lib...
1996-11-06 18:48:03 -02:00
manual.tex
small correction.
1997-02-26 14:07:57 -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
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
opcode.h
lua_Type is private (preparation for tags)
1997-02-20 12:51:14 -03:00
strlib.c
new pattern item ".-";
1997-02-21 12:21:34 -03:00
strlib.h
String library to LUA
1993-12-17 16:41:19 -02:00
table.c
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
table.h
first step in implementing internal methods.
1997-02-26 14:38:41 -03:00
tree.c
userdata can handle arbitrary binary data;
1997-02-11 09:40:01 -02:00
tree.h
userdata can handle arbitrary binary data;
1997-02-11 09:40:01 -02:00
types.h
no more "Bool" type
1996-02-07 12:13:17 -02:00
undump.c
headers includes sizeof(Word) not sizeof(int)
1996-11-18 09:18:29 -02:00
undump.h
new header version
1996-11-14 09:44:34 -02:00