bugs
|
lua_settable should check stack space (it could call a T.M.)
|
25 years ago |
lapi.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lapi.h
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lauxlib.c
|
small changes for "clean C"
|
25 years ago |
lauxlib.h
|
details
|
25 years ago |
lbuffer.c
|
many details (most by lhf).
|
25 years ago |
lbuiltin.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lbuiltin.h
|
many details (most by lhf).
|
25 years ago |
lcode.c
|
limits now are in `llims.n'
|
25 years ago |
lcode.h
|
small changes
|
25 years ago |
ldblib.c
|
many details (most by lhf).
|
25 years ago |
ldebug.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
ldebug.h
|
Auxiliary functions from Debug Interface module
|
25 years ago |
ldo.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
ldo.h
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lfunc.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lfunc.h
|
some name changes
|
25 years ago |
lgc.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lgc.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
linit.c
|
`lua_setfallback' leaves things on the stack, so it is better to protect
|
25 years ago |
liolib.c
|
message detail
|
25 years ago |
llex.c
|
limits now are in `llims.n'
|
25 years ago |
llex.h
|
limits now are in `llims.n'
|
25 years ago |
llimits.h
|
comments
|
25 years ago |
lmathlib.c
|
some name changes
|
25 years ago |
lmem.c
|
more information about memory use
|
25 years ago |
lmem.h
|
more information about memory use
|
25 years ago |
lobject.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lobject.h
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lopcodes.h
|
comments
|
25 years ago |
lparser.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lparser.h
|
limits now are in `llims.n'
|
25 years ago |
lref.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lref.h
|
small changes for "clean C"
|
25 years ago |
lstate.c
|
details
|
25 years ago |
lstate.h
|
some name changes
|
25 years ago |
lstring.c
|
some name changes
|
25 years ago |
lstring.h
|
some name changes
|
25 years ago |
lstrlib.c
|
many details (most by lhf).
|
25 years ago |
ltable.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
ltable.h
|
details
|
25 years ago |
ltests.c
|
more information about memory use
|
25 years ago |
ltm.c
|
`luaT_validevent' is exported, because compatibility module for fallbacks
|
25 years ago |
ltm.h
|
`luaT_validevent' is exported, because compatibility module for fallbacks
|
25 years ago |
lua.c
|
new option `-s' + argv ends with NULL (so we don't need argc).
|
25 years ago |
lua.h
|
lua_setstate makes no sense with explicit multiple states
|
25 years ago |
luadebug.h
|
new debug API (first version)
|
25 years ago |
lualib.h
|
first implementation of multiple states (reentrant code).
|
25 years ago |
lundump.c
|
some name changes
|
25 years ago |
lundump.h
|
some name changes
|
25 years ago |
lvm.c
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lvm.h
|
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
lzio.c
|
many details (most by lhf).
|
25 years ago |
lzio.h
|
"const" !!!
|
26 years ago |
makefile
|
all order operators use a single tag method (<)
|
25 years ago |
manual.tex
|
simplified version of `gc' tag method (only for userdata now).
|
25 years ago |