bugs
|
debugger can only see `local function' after it has a meaningful value
|
21 years ago |
lapi.c
|
it's ok to dump functions with upvalues
|
21 years ago |
lapi.h
|
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
lua_(set)getglobal are ok to use
|
21 years ago |
lauxlib.h
|
new functions `lua_tointeger' and lua_pushinteger'
|
21 years ago |
lbaselib.c
|
comments
|
21 years ago |
lcode.c
|
parser fully reentrant(!)
|
22 years ago |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
22 years ago |
ldblib.c
|
lua_(set)getglobal are ok to use
|
21 years ago |
ldebug.c
|
core does not look for function name in globals (too particular)
|
21 years ago |
ldebug.h
|
new way to control `pc' of running functions
|
22 years ago |
ldo.c
|
comments
|
21 years ago |
ldo.h
|
parser fully reentrant(!)
|
22 years ago |
ldump.c
|
no more checks for non-default compilation options + luaU_dump has
|
22 years ago |
lfunc.c
|
gclist for upvalues must be available even when upvalue is still open
|
21 years ago |
lfunc.h
|
it's ok to dump functions with upvalues
|
21 years ago |
lgc.c
|
initial implementation of white/gray/black coloring
|
21 years ago |
lgc.h
|
initial implementation of white/gray/black coloring
|
21 years ago |
linit.c
|
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
new function `lua_createtable'
|
21 years ago |
llex.c
|
`luaX_errorline' was used only in one place
|
21 years ago |
llex.h
|
`luaX_errorline' was used only in one place
|
21 years ago |
llimits.h
|
no need for a maximum number of parameters (maximum number of locals
|
22 years ago |
lmathlib.c
|
lua_(set)getglobal are ok to use
|
21 years ago |
lmem.c
|
Lua kernel does not use malloc/free functions.
|
21 years ago |
lmem.h
|
new way to handle errors
|
23 years ago |
loadlib.c
|
ok to use `#elif' and `#if defined()'
|
22 years ago |
lobject.c
|
detail
|
22 years ago |
lobject.h
|
towards incremental GC
|
21 years ago |
lopcodes.c
|
details
|
22 years ago |
lopcodes.h
|
comments
|
22 years ago |
lparser.c
|
debugger can only see `local function' after it has a meaningful value
|
21 years ago |
lparser.h
|
zio does not keep "source" name (nobody uses it)
|
22 years ago |
lstate.c
|
towards incremental GC
|
21 years ago |
lstate.h
|
towards incremental GC
|
21 years ago |
lstring.c
|
cleaner code for manipulation of `marked' field
|
21 years ago |
lstring.h
|
cleaner code for manipulation of `marked' field
|
21 years ago |
lstrlib.c
|
new functions `lua_tointeger' and lua_pushinteger'
|
21 years ago |
ltable.c
|
new auxiliary function `luaH_setstr'
|
22 years ago |
ltable.h
|
new auxiliary function `luaH_setstr'
|
22 years ago |
ltablib.c
|
new functions `lua_tointeger' and lua_pushinteger'
|
21 years ago |
ltests.c
|
lua_(set)getglobal are ok to use
|
21 years ago |
ltests.h
|
Lua kernel does not use malloc/free functions.
|
21 years ago |
ltm.c
|
warnings from several compilers (mainly typecasts when lua_Number is float)
|
22 years ago |
ltm.h
|
back to `__mode' metafield to specify weakness
|
22 years ago |
lua.c
|
`error()' (and `error(nil)') generates errors with no error messages
|
21 years ago |
lua.h
|
lua_(set)getglobal are ok to use
|
21 years ago |
lualib.h
|
detail
|
22 years ago |
lundump.c
|
parser fully reentrant(!)
|
22 years ago |
lundump.h
|
zio does not keep "source" name (nobody uses it)
|
22 years ago |
lvm.c
|
towards a "stackless" call of metamethods (?)
|
21 years ago |
lvm.h
|
new way to control `pc' of running functions
|
22 years ago |
lzio.c
|
details
|
21 years ago |
lzio.h
|
buffer should better use `size_t' for its size
|
21 years ago |
makefile
|
new scheme to control `loadlib' configuration (default for dlopen
|
22 years ago |