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
bugs
bug: lua_getlocal breaks when called with a CFunction.
1997-07-29 18:11:10 -03:00
fallback.c
error inside an error method could break the stack.
1997-07-04 11:55:37 -03:00
fallback.h
error inside an error method could break the stack.
1997-07-04 11:55:37 -03:00
inout.c
BIG CHANGE: functions have their own "constant table".
1997-07-30 19:00:50 -03:00
inout.h
BIG CHANGE: functions have their own "constant table".
1997-07-30 19:00:50 -03:00
iolib.c
small details.
1997-07-02 15:50:18 -03:00
lex.c
correct support for changing real to double (optional)
1997-07-31 16:37:37 -03:00
lex.h
using "zio" for parsing Lua code.
1997-06-16 13:50:22 -03:00
lfunc.c
Lua Function structures
1997-09-16 16:25:59 -03:00
lfunc.h
Lua Function structures
1997-09-16 16:25:59 -03:00
lglobal.c
Global variables
1997-09-16 16:25:59 -03:00
lglobal.h
Global variables
1997-09-16 16:25:59 -03:00
lmathlib.c
Lua standard mathematical library
1997-09-16 16:25:59 -03:00
lmem.c
Interface to Memory Manager
1997-09-16 16:25:59 -03:00
lmem.h
Interface to Memory Manager
1997-09-16 16:25:59 -03:00
lobject.c
Some generic functions over Lua objects
1997-09-16 16:25:59 -03:00
lstrlib.c
Standard library for strings and pattern-matching
1997-09-16 16:25:59 -03:00
ltable.c
Lua tables (hash)
1997-09-16 16:25:59 -03:00
ltable.h
Lua tables (hash)
1997-09-16 16:25:59 -03:00
lua.c
Lua stand-alone interpreter
1997-09-16 16:25:59 -03:00
lua.h
main header file
1997-09-16 16:25:59 -03:00
lua.stx
small optimization in opcodes for "and" and "or"
1997-08-04 16:15:05 -03:00
luadebug.h
Debuging API
1997-09-16 16:25:59 -03:00
lualib.h
Lua standard libraries
1997-09-16 16:25:59 -03:00
lualoc.h
small details.
1997-07-02 15:50:18 -03:00
lzio.c
a generic input stream interface
1997-09-16 16:25:59 -03:00
lzio.h
a generic input stream interface
1997-09-16 16:25:59 -03:00
makefile
new dependencies
1997-07-31 17:45:25 -03:00
manual.tex
very small corrections...
1997-09-16 16:01:10 -03:00
opcode.c
small optimization in opcodes for "and" and "or"
1997-08-04 16:15:05 -03:00
opcode.h
small optimization in opcodes for "and" and "or"
1997-08-04 16:15:05 -03:00
tree.c
prime numbers spread better.
1997-07-31 17:44:46 -03:00
tree.h
BIG CHANGE: functions have their own "constant table".
1997-07-30 19:00:50 -03:00
types.h
no more "Bool" type
1996-02-07 12:13:17 -02:00
undump.c
small optimization in opcodes for "and" and "or"
1997-08-04 16:15:05 -03:00
undump.h
"luaI_undump1" cannot be static; luac uses it.
1997-06-17 15:19:17 -03:00