bugs
|
1780e2c977
lua_settable should check stack space (it could call a T.M.)
|
25 tahun lalu |
lapi.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lapi.h
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lauxlib.c
|
74f1c3d025
small changes for "clean C"
|
25 tahun lalu |
lauxlib.h
|
4fbe775154
details
|
26 tahun lalu |
lbuffer.c
|
3c9d999424
many details (most by lhf).
|
25 tahun lalu |
lbuiltin.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lbuiltin.h
|
3c9d999424
many details (most by lhf).
|
25 tahun lalu |
lcode.c
|
213e9febc8
limits now are in `llims.n'
|
25 tahun lalu |
lcode.h
|
2c8e28d75a
small changes
|
25 tahun lalu |
ldblib.c
|
3c9d999424
many details (most by lhf).
|
25 tahun lalu |
ldebug.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
ldebug.h
|
27163f032e
Auxiliary functions from Debug Interface module
|
26 tahun lalu |
ldo.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
ldo.h
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lfunc.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lfunc.h
|
73aa465a8e
some name changes
|
25 tahun lalu |
lgc.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lgc.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 tahun lalu |
linit.c
|
3e38fd2463
`lua_setfallback' leaves things on the stack, so it is better to protect
|
26 tahun lalu |
liolib.c
|
5f3c5ace95
message detail
|
25 tahun lalu |
llex.c
|
213e9febc8
limits now are in `llims.n'
|
25 tahun lalu |
llex.h
|
213e9febc8
limits now are in `llims.n'
|
25 tahun lalu |
llimits.h
|
63e230a16b
comments
|
25 tahun lalu |
lmathlib.c
|
73aa465a8e
some name changes
|
25 tahun lalu |
lmem.c
|
87367e97f3
more information about memory use
|
25 tahun lalu |
lmem.h
|
87367e97f3
more information about memory use
|
25 tahun lalu |
lobject.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lobject.h
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lopcodes.h
|
63e230a16b
comments
|
25 tahun lalu |
lparser.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lparser.h
|
213e9febc8
limits now are in `llims.n'
|
25 tahun lalu |
lref.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lref.h
|
74f1c3d025
small changes for "clean C"
|
25 tahun lalu |
lstate.c
|
eab57ed6fd
details
|
26 tahun lalu |
lstate.h
|
73aa465a8e
some name changes
|
25 tahun lalu |
lstring.c
|
73aa465a8e
some name changes
|
25 tahun lalu |
lstring.h
|
73aa465a8e
some name changes
|
25 tahun lalu |
lstrlib.c
|
3c9d999424
many details (most by lhf).
|
25 tahun lalu |
ltable.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
ltable.h
|
544eeb1f9c
details
|
26 tahun lalu |
ltests.c
|
87367e97f3
more information about memory use
|
25 tahun lalu |
ltm.c
|
e2c60eda16
`luaT_validevent' is exported, because compatibility module for fallbacks
|
25 tahun lalu |
ltm.h
|
e2c60eda16
`luaT_validevent' is exported, because compatibility module for fallbacks
|
25 tahun lalu |
lua.c
|
441469f803
new option `-s' + argv ends with NULL (so we don't need argc).
|
25 tahun lalu |
lua.h
|
4c03196697
lua_setstate makes no sense with explicit multiple states
|
25 tahun lalu |
luadebug.h
|
2877bad4c2
new debug API (first version)
|
26 tahun lalu |
lualib.h
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 tahun lalu |
lundump.c
|
73aa465a8e
some name changes
|
25 tahun lalu |
lundump.h
|
73aa465a8e
some name changes
|
25 tahun lalu |
lvm.c
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lvm.h
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 tahun lalu |
lzio.c
|
3c9d999424
many details (most by lhf).
|
25 tahun lalu |
lzio.h
|
c787dccd9b
"const" !!!
|
26 tahun lalu |
makefile
|
4d4e6f07c0
all order operators use a single tag method (<)
|
25 tahun lalu |
manual.tex
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 tahun lalu |