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 implementation for udata (again they are just void *);
1997-06-09 14:28:14 -03:00
fallback.h
small optimization in the access to i.m. table.
1997-04-24 19:59:57 -03:00
func.c
new implementation of gc: "Pre-collect" garbage in temporary lists and
1997-05-14 15:38:29 -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
new implementation for udata (again they are just void *);
1997-06-09 14:28:14 -03:00
inout.h
iolib.c
udata is just void * again, so there is no point for function "getbyte".
1997-06-09 14:29:45 -03:00
lex.c
new pragma "$endinput"
1997-04-14 16:08:09 -03:00
lex.h
lua.c
new function "testC", to help debug the API.
1997-06-09 14:29:16 -03:00
lua.h
new implementation for udata (again they are just void *);
1997-06-09 14:28:14 -03:00
lua.stx
new name for old "mem.h" (conflicts with some compiler libraries)
1997-03-31 11:19:01 -03:00
luadebug.h
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
luaL check functions do not need the function name (it can be
1997-04-06 11:08:08 -03:00
manual.tex
format more uniform, to facilitate filters .tex->.html
1997-06-09 15:16:33 -03:00
mathlib.c
power method (^) acts only in numbers.
1997-06-09 14:30:10 -03:00
mathlib.h
opcode.c
new implementation for udata (again they are just void *);
1997-06-09 14:28:14 -03:00
opcode.h
correction on comments about opcodes.
1997-04-11 18:34:53 -03:00
strlib.c
detail: local names
1997-04-06 11:17:06 -03:00
strlib.h
table.c
new implementation for udata (again they are just void *);
1997-06-09 14:28:14 -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
undump.c
mem.h is now luamem.h
1997-04-14 09:12:40 -03:00
undump.h
fix comment in VERSION
1997-04-14 09:12:40 -03:00