bugs
lua_settable should check stack space (it could call a T.M.)
2000-03-02 09:44:29 -03:00
lapi.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lapi.h
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lauxlib.c
new names for debug types
2000-03-30 14:19:48 -03:00
lauxlib.h
details
1999-12-29 14:24:03 -02:00
lbuffer.c
many details (most by lhf).
2000-03-03 11:58:26 -03:00
lbuiltin.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lbuiltin.h
many details (most by lhf).
2000-03-03 11:58:26 -03:00
lcode.c
limits now are in `llims.n'
2000-03-24 14:26:08 -03:00
lcode.h
small changes
2000-03-17 10:09:46 -03:00
ldblib.c
new names for debug types
2000-03-30 14:19:48 -03:00
ldebug.c
name change
2000-03-30 17:55:50 -03:00
ldebug.h
Auxiliary functions from Debug Interface module
2000-01-14 15:15:44 -02:00
ldo.c
name change
2000-03-30 17:55:50 -03:00
ldo.h
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lfunc.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lfunc.h
some name changes
2000-03-10 15:37:44 -03:00
lgc.c
name change
2000-03-30 17:55:50 -03: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
new names for debug types
2000-03-30 14:19:48 -03:00
llex.c
limits now are in `llims.n'
2000-03-24 14:26:08 -03:00
llex.h
limits now are in `llims.n'
2000-03-24 14:26:08 -03:00
llimits.h
comments
2000-03-27 17:08:33 -03:00
lmathlib.c
some name changes
2000-03-10 15:37:44 -03:00
lmem.c
more information about memory use
2000-03-16 17:35:07 -03:00
lmem.h
more information about memory use
2000-03-16 17:35:07 -03:00
lobject.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lobject.h
name change
2000-03-30 17:55:50 -03:00
lopcodes.h
comments
2000-03-27 17:08:33 -03:00
lparser.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lparser.h
limits now are in `llims.n'
2000-03-24 14:26:08 -03:00
lref.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03: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
new names for debug types
2000-03-30 14:19:48 -03:00
lstring.c
some name changes
2000-03-10 15:37:44 -03:00
lstring.h
some name changes
2000-03-10 15:37:44 -03:00
lstrlib.c
many details (most by lhf).
2000-03-03 11:58:26 -03:00
ltable.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
ltable.h
details
1999-12-07 10:05:34 -02:00
ltests.c
more information about memory use
2000-03-16 17:35:07 -03:00
ltm.c
`luaT_validevent' is exported, because compatibility module for fallbacks
2000-03-30 13:41:51 -03:00
ltm.h
`luaT_validevent' is exported, because compatibility module for fallbacks
2000-03-30 13:41:51 -03:00
lua.c
new names for debug types
2000-03-30 14:19:48 -03:00
lua.h
lua_setstate makes no sense with explicit multiple states
2000-03-27 11:00:35 -03:00
luadebug.h
new names for debug types
2000-03-30 14:19:48 -03:00
lualib.h
first implementation of multiple states (reentrant code).
1999-11-22 11:12:07 -02:00
lundump.c
some name changes
2000-03-10 15:37:44 -03:00
lundump.h
some name changes
2000-03-10 15:37:44 -03:00
lvm.c
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lvm.h
no more special cases for closures with 0 upvalues (performance is the same,
2000-03-29 17:19:20 -03:00
lzio.c
many details (most by lhf).
2000-03-03 11:58:26 -03: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