auxlib.c
|
function name is only needed *if* there is an error.
|
28 years ago |
auxlib.h
|
first implementation of "$if";
|
28 years ago |
bugs
|
bug: lua_getlocal breaks when called with a CFunction.
|
28 years ago |
fallback.c
|
error inside an error method could break the stack.
|
28 years ago |
fallback.h
|
error inside an error method could break the stack.
|
28 years ago |
func.c
|
new way to handle global state during compilation.
|
28 years ago |
func.h
|
new way to handle global state during compilation.
|
28 years ago |
hash.c
|
"next" & "nextvar" check if argument is a result of previous calls
|
28 years ago |
hash.h
|
new implementation of gc: "Pre-collect" garbage in temporary lists and
|
28 years ago |
inout.c
|
skipping of '#' in first line is done by lex.c.
|
28 years ago |
inout.h
|
setparsedfile is extern; luaz_... changed to luaZ_...
|
28 years ago |
iolib.c
|
small details.
|
28 years ago |
lex.c
|
skipping of '#' in first line is done by lex.c.
|
28 years ago |
lex.h
|
using "zio" for parsing Lua code.
|
28 years ago |
lua.c
|
LOCALE support
|
28 years ago |
lua.h
|
new #define LUA_COMPAT2_5 to select "compatibility mode".
|
28 years ago |
lua.stx
|
new way to handle global state during compilation.
|
28 years ago |
luadebug.h
|
hook variables are global, no more "lua_set...hook" functions.
|
29 years ago |
lualib.h
|
new (internal?) functions to manipulate userdata
|
28 years ago |
lualoc.h
|
small details.
|
28 years ago |
luamem.c
|
small "bugs" detected by Purify: some blocks may be smaller than
|
28 years ago |
luamem.h
|
new way to handle global state during compilation.
|
28 years ago |
makefile
|
LOCALE support
|
28 years ago |
manual.tex
|
new functionality for "format": "%d$...".
|
28 years ago |
mathlib.c
|
new interface to "lua_seterrormethod" and "lua_settagmethod", to
|
28 years ago |
mathlib.h
|
Math library to LUA
|
31 years ago |
opcode.c
|
bug: lua_getlocal breaks when called with a CFunction.
|
28 years ago |
opcode.h
|
new opcode, ENDCODE, to signal end of code vector.
|
28 years ago |
strlib.c
|
new functionality for "format": "%d$...".
|
28 years ago |
strlib.h
|
String library to LUA
|
31 years ago |
table.c
|
"next" & "nextvar" check if argument is a result of previous calls
|
28 years ago |
table.h
|
unused declaration.
|
28 years ago |
tree.c
|
small 'improvement'
|
28 years ago |
tree.h
|
new implementation for udata (again they are just void *);
|
28 years ago |
types.h
|
no more "Bool" type
|
29 years ago |
undump.c
|
unused field "size" in struct TFunc.
|
28 years ago |
undump.h
|
"luaI_undump1" cannot be static; luac uses it.
|
28 years ago |
zio.c
|
zio should not care about how a user creates a FILE (pipe, socket, popen,
|
28 years ago |
zio.h
|
zio should not care about how a user creates a FILE (pipe, socket, popen,
|
28 years ago |