auxlib.c
|
first implementation of "$if";
|
1997-04-07 11:48:53 -03:00 |
auxlib.h
|
first implementation of "$if";
|
1997-04-07 11:48:53 -03:00 |
fallback.c
|
first implementation of "$if";
|
1997-04-07 11:48:53 -03:00 |
fallback.h
|
better error messages;
|
1997-04-04 19:24:51 -03:00 |
func.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
func.h
|
"freefunc" now is public.
|
1996-03-14 12:54:20 -03:00 |
hash.c
|
luaL check functions do not need the function name (it can be
|
1997-04-06 11:08:08 -03:00 |
hash.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
inout.c
|
detail: better way to put a "..." in message.
|
1997-04-06 11:14:27 -03:00 |
inout.h
|
first step in implementing internal methods.
|
1997-02-26 14:38:41 -03:00 |
iolib.c
|
one cannot "create" a userdata.
|
1997-04-08 12:41:44 -03:00 |
lex.c
|
nested "$if's", "$else", and "$if" constants (nil & 1).
|
1997-04-12 12:01:49 -03:00 |
lex.h
|
syntax error function is in "lex.c" (it has the token)
|
1996-11-08 10:49:35 -02:00 |
lua.c
|
better error messages;
|
1997-04-04 19:24:51 -03:00 |
lua.h
|
better error messages;
|
1997-04-04 19:24:51 -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
|
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
|
luaL check functions do not need the function name (it can be
|
1997-04-06 11:08:08 -03:00 |
manual.tex
|
new explanation about communication between Lua and C.
|
1997-03-06 19:19:08 -03:00 |
mathlib.c
|
luaL check functions do not need the function name (it can be
|
1997-04-06 11:08:08 -03:00 |
mathlib.h
|
Math library to LUA
|
1993-12-17 16:41:19 -02:00 |
opcode.c
|
better error messages;
|
1997-04-04 19:24:51 -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
|
String library to LUA
|
1993-12-17 16:41:19 -02:00 |
table.c
|
first implementation of "$if";
|
1997-04-07 11:48:53 -03:00 |
table.h
|
first implementation of "$if";
|
1997-04-07 11:48:53 -03:00 |
tree.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
tree.h
|
first full implementation of internal methods
|
1997-03-19 16:41:10 -03:00 |
types.h
|
no more "Bool" type
|
1996-02-07 12:13:17 -02:00 |
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 |