bugs
lua_settable should check stack space (it could call a T.M.)
2000-03-02 09:44:29 -03:00
lapi.c
it is better to control stack space where it is needed.
2000-02-22 15:54:16 -02:00
lapi.h
new debug API (first version)
2000-01-19 10:00:45 -02:00
lauxlib.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lauxlib.h
details
1999-12-29 14:24:03 -02:00
lbuffer.c
first implementation of multiple states (reentrant code).
1999-11-22 11:12:07 -02:00
lbuiltin.c
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
lbuiltin.h
details.
1999-12-28 17:23:41 -02:00
lcode.c
new algorithm to parse expressions + distribution of code between lparser
2000-03-03 09:33:59 -03:00
lcode.h
new algorithm to parse expressions + distribution of code between lparser
2000-03-03 09:33:59 -03:00
ldblib.c
new debug API (first version)
2000-01-19 10:00:45 -02:00
ldebug.c
must include a definition for NULL
2000-02-17 16:30:36 -02:00
ldebug.h
Auxiliary functions from Debug Interface module
2000-01-14 15:15:44 -02:00
ldo.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
ldo.h
new debug API (first version)
2000-01-19 10:00:45 -02:00
lfunc.c
renaming of some opcodes and fields
2000-01-28 14:53:00 -02:00
lfunc.h
comments.
1999-12-27 15:33:22 -02:00
lgc.c
renaming of some opcodes and fields
2000-01-28 14:53:00 -02:00
lgc.h
first implementation of multiple states (reentrant code).
1999-11-22 11:12:07 -02:00
linit.c
`lua_setfallback' leaves things on the stack, so it is better to protect
1999-12-06 09:43:09 -02:00
liolib.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
llex.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
llex.h
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lmathlib.c
comments.
1999-12-27 15:33:22 -02:00
lmem.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lmem.h
details
2000-01-13 14:30:47 -02:00
lobject.c
nobody uses memmove any more.
2000-02-17 16:30:36 -02:00
lobject.h
there is no need to use shorts...
2000-02-21 16:33:26 -02:00
lopcodes.h
comments
2000-03-02 09:32:53 -03:00
lparser.c
new algorithm to parse expressions + distribution of code between lparser
2000-03-03 09:33:59 -03:00
lparser.h
new algorithm to parse expressions + distribution of code between lparser
2000-03-03 09:33:59 -03:00
lref.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lref.h
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lstate.c
details
2000-01-13 14:30:47 -02:00
lstate.h
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lstring.c
luaS_newfixedstring renamed to luaS_newfixed
1999-12-14 16:42:57 -02:00
lstring.h
luaS_newfixedstring renamed to luaS_newfixed
1999-12-14 16:42:57 -02:00
lstrlib.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
ltable.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
ltable.h
details
1999-12-07 10:05:34 -02:00
ltests.c
need "string.h" to use "strchr".
2000-02-21 16:30:06 -02:00
ltm.c
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
ltm.h
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
lua.c
details
2000-02-21 16:30:42 -02:00
lua.h
details
1999-12-30 16:29:46 -02:00
luadebug.h
new debug API (first version)
2000-01-19 10:00:45 -02:00
lualib.h
first implementation of multiple states (reentrant code).
1999-11-22 11:12:07 -02:00
lundump.c
new ttypes to distinguish between C closures and Lua closures.
1999-12-23 16:19:57 -02:00
lundump.h
modifications by lhf
1999-12-02 17:11:51 -02:00
lvm.c
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
lvm.h
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
lzio.c
small changes for "clean C"
2000-02-08 14:39:42 -02:00
lzio.h
"const" !!!
1999-08-16 17:52:00 -03:00
makefile
all order operators use a single tag method (<)
2000-02-22 16:12:46 -02:00
manual.tex
simplified version of `gc' tag method (only for userdata now).
1999-10-04 15:51:04 -02:00