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
BUG: problems with negative indexes
1996-11-18 11:48:44 -02:00
hash.h
tables may grow bigger than words.
1996-05-06 11:30:27 -03:00
inout.c
lua_linenumber is initialized in lex.c
1996-09-25 09:57:22 -03:00
inout.h
first version of vararg facility (plus new function "call").
1996-05-28 18:07:32 -03:00
iolib.c
although an ANSI function, some systems do not offer "strerror"
1996-11-01 15:54:41 -02:00
lex.c
better format for error messages.
1996-11-08 17:08:30 -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
new version
1996-11-12 14:00:16 -02:00
lua.stx
syntax error function is in "lex.c" (it has the token)
1996-11-08 10:49:35 -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
"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
new flag for STRERROR; libs now are called lib...
1996-11-06 18:48:03 -02:00
manual.tex
correction in inheritance code in C
1996-11-18 12:27:42 -02: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
undump needs file in binary mode
1996-11-18 11:48:44 -02:00
opcode.h
small omission corrected ("s_tsvalue")
1996-11-01 10:46:59 -02:00
strlib.c
SunOS is not ANSI about the return value of "sprintf".
1996-11-07 18:26:19 -02:00
strlib.h
String library to LUA
1993-12-17 16:41:19 -02:00
table.c
pre-defined variable _VERSION_
1996-11-01 10:47:45 -02: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
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