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
func.c
BIG CHANGE: functions have their own "constant table".
1997-07-30 19:00:50 -03:00
func.h
BIG CHANGE: functions have their own "constant table".
1997-07-30 19:00:50 -03:00
hash.c
"next" & "nextvar" check if argument is a result of previous calls
1997-07-07 13:44:26 -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
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
lglobal.c
Global variables
1997-09-16 16:25:59 -03:00
lglobal.h
Global variables
1997-09-16 16:25:59 -03:00
lua.c
LOCALE support
1997-07-01 16:32:41 -03:00
lua.h
new #define LUA_COMPAT2_5 to select "compatibility mode".
1997-06-23 15:27:53 -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
luamem.c
free(b) is equivalent to realloc(b, 0)
1997-07-30 15:29:08 -03:00
luamem.h
free(b) is equivalent to realloc(b, 0)
1997-07-30 15:29:08 -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
mathlib.c
"random" accepts an 'n' to return between 1 and 'n'.
1997-07-30 19:15:18 -03:00
mathlib.h
Math library to LUA
1993-12-17 16:41:19 -02: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
strlib.c
new functionality for "format": "%d$...".
1997-07-04 19:35:38 -03:00
strlib.h
String library to LUA
1993-12-17 16:41:19 -02: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
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