bugs
|
bug: scope of generic for variables is not sound
|
22 years ago |
lapi.c
|
each .c file defines its own name
|
22 years ago |
lapi.h
|
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
each .c file defines its own name
|
22 years ago |
lauxlib.h
|
better names for auxiliar functions
|
22 years ago |
lbaselib.c
|
"load*" creates chunk with same global table than caller
|
22 years ago |
lcode.c
|
OP_TFORLOOP uses extra stack space
|
22 years ago |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
22 years ago |
ldblib.c
|
hook counts are integers now
|
22 years ago |
ldebug.c
|
OP_TFORLOOP uses extra stack space
|
22 years ago |
ldebug.h
|
new representation for hooks (to allow asynchronous calls to sethook)
|
22 years ago |
ldo.c
|
each .c file defines its own name
|
22 years ago |
ldo.h
|
new function `lua_cpcall'
|
22 years ago |
ldump.c
|
each .c file defines its own name
|
22 years ago |
lfunc.c
|
each .c file defines its own name
|
22 years ago |
lfunc.h
|
first implementation of independent global table per function
|
23 years ago |
lgc.c
|
each .c file defines its own name
|
22 years ago |
lgc.h
|
warnings from Visual C++
|
22 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
each .c file defines its own name
|
22 years ago |
llex.c
|
each .c file defines its own name
|
22 years ago |
llex.h
|
avoid C stack overflow during parsing
|
22 years ago |
llimits.h
|
simpler interface to hooks + use of `int' to count hooks
|
22 years ago |
lmathlib.c
|
each .c file defines its own name
|
22 years ago |
lmem.c
|
each .c file defines its own name
|
22 years ago |
lmem.h
|
new way to handle errors
|
23 years ago |
lobject.c
|
each .c file defines its own name
|
22 years ago |
lobject.h
|
better code to signal write barriers
|
22 years ago |
lopcodes.c
|
each .c file defines its own name
|
22 years ago |
lopcodes.h
|
details
|
23 years ago |
lparser.c
|
OP_TFORLOOP uses extra stack space
|
22 years ago |
lparser.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
lstate.c
|
each .c file defines its own name
|
22 years ago |
lstate.h
|
simpler interface to hooks + use of `int' to count hooks
|
22 years ago |
lstring.c
|
each .c file defines its own name
|
22 years ago |
lstring.h
|
cleaning the stage for generational collection
|
23 years ago |
lstrlib.c
|
each .c file defines its own name
|
22 years ago |
ltable.c
|
each .c file defines its own name
|
22 years ago |
ltable.h
|
detail (`key' is always on stack)
|
22 years ago |
ltablib.c
|
each .c file defines its own name
|
22 years ago |
ltests.c
|
each .c file defines its own name
|
22 years ago |
ltests.h
|
new facilities to test memory overflow in main.c
|
22 years ago |
ltm.c
|
each .c file defines its own name
|
22 years ago |
ltm.h
|
back to `__mode' metafield to specify weakness
|
22 years ago |
lua.c
|
each .c file defines its own name
|
22 years ago |
lua.h
|
new function `lua_cpcall'
|
22 years ago |
lualib.h
|
LUA_ALERT is no longer used
|
23 years ago |
lundump.c
|
each .c file defines its own name
|
22 years ago |
lundump.h
|
Writer type must be public (so, in lua.h)
|
22 years ago |
lvm.c
|
must move call results in the last iteration, too
|
22 years ago |
lvm.h
|
better code to signal write barriers
|
22 years ago |
lzio.c
|
each .c file defines its own name
|
22 years ago |
lzio.h
|
use of different buffers for scanner and concatenation
|
22 years ago |
makefile
|
new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK)
|
22 years ago |
manual.tex
|
better explanation (+ example) for coroutines
|
22 years ago |