auxlib.c
function name is only needed *if* there is an error.
1997-04-14 12:30:03 -03:00
auxlib.h
first implementation of "$if";
1997-04-07 11:48:53 -03:00
fallback.c
new #define LUA_COMPAT2_5 to select "compatibility mode".
1997-06-23 15:27:53 -03:00
fallback.h
small optimization in the access to i.m. table.
1997-04-24 19:59:57 -03:00
func.c
luaI_initTFunc initializes fileName.
1997-06-19 14:46:12 -03:00
func.h
new implementation of gc: "Pre-collect" garbage in temporary lists and
1997-05-14 15:38:29 -03:00
hash.c
new implementation of gc: "Pre-collect" garbage in temporary lists and
1997-05-14 15:38:29 -03:00
hash.h
new implementation of gc: "Pre-collect" garbage in temporary lists and
1997-05-14 15:38:29 -03:00
inout.c
for security reasons, one cannot change the tag of a udata
1997-06-27 19:38:49 -03:00
inout.h
setparsedfile is extern; luaz_... changed to luaZ_...
1997-06-19 15:04:34 -03:00
iolib.c
a file handle must be a userdata.
1997-06-27 19:38:49 -03:00
lex.c
using "zio" for parsing Lua code.
1997-06-16 13:50:22 -03:00
lex.h
using "zio" for parsing Lua code.
1997-06-16 13:50:22 -03:00
lua.c
"testC" inactive (active only for tests)
1997-06-19 15:55:40 -03:00
lua.h
new #define LUA_COMPAT2_5 to select "compatibility mode".
1997-06-23 15:27:53 -03:00
lua.stx
luaI_initTFunc initializes fileName.
1997-06-19 14:46: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
new (internal?) functions to manipulate userdata
1997-03-26 19:23:15 -03:00
luamem.c
small "bugs" detected by Purify: some blocks may be smaller than
1997-04-01 18:23:20 -03:00
luamem.h
new name for old "mem.h" (conflicts with some compiler libraries)
1997-03-31 11:19:01 -03:00
makefile
new #define LUA_COMPAT2_5 to select "compatibility mode".
1997-06-23 15:27:53 -03:00
manual.tex
for security reasons, one cannot change the tag of a udata
1997-06-27 19:38:49 -03:00
mathlib.c
new interface to "lua_seterrormethod" and "lua_settagmethod", to
1997-06-19 15:03:04 -03:00
mathlib.h
Math library to LUA
1993-12-17 16:41:19 -02:00
opcode.c
believe it or not, this makes a difference...
1997-06-26 18:40:57 -03:00
opcode.h
using "zio" for parsing Lua code.
1997-06-16 13:50:22 -03:00
strlib.c
counter for gsub only when there is a table (to keep full compatibility)
1997-06-19 15:49:40 -03:00
strlib.h
String library to LUA
1993-12-17 16:41:19 -02:00
table.c
"lua_getobjname" must return "tag-method" and not "fallback".
1997-06-17 15:09:31 -03:00
table.h
unused declaration.
1997-05-26 11:42:36 -03:00
tree.c
small 'improvement'
1997-06-11 11:24:40 -03:00
tree.h
new implementation for udata (again they are just void *);
1997-06-09 14:28:14 -03:00
types.h
no more "Bool" type
1996-02-07 12:13:17 -02:00
undump.c
"luaI_undump1" cannot be static; luac uses it.
1997-06-17 15:19:17 -03:00
undump.h
"luaI_undump1" cannot be static; luac uses it.
1997-06-17 15:19:17 -03:00
zio.c
zio should not care about how a user creates a FILE (pipe, socket, popen,
1997-06-20 16:25:54 -03:00
zio.h
zio should not care about how a user creates a FILE (pipe, socket, popen,
1997-06-20 16:25:54 -03:00