bugs
|
a41d60e1d1
debugger can only see `local function' after it has a meaningful value
|
22 years ago |
lapi.c
|
c51bcf4796
it's ok to dump functions with upvalues
|
22 years ago |
lapi.h
|
88c7b574cb
`luaA_index' is a local macro now
|
23 years ago |
lauxlib.c
|
fa198197a0
lua_(set)getglobal are ok to use
|
22 years ago |
lauxlib.h
|
f04fe526cd
new functions `lua_tointeger' and lua_pushinteger'
|
22 years ago |
lbaselib.c
|
921b1723e2
comments
|
22 years ago |
lcode.c
|
8332d5c8a5
parser fully reentrant(!)
|
22 years ago |
lcode.h
|
73517e86b0
OP_TFORLOOP uses extra stack space
|
23 years ago |
ldblib.c
|
fa198197a0
lua_(set)getglobal are ok to use
|
22 years ago |
ldebug.c
|
07201066bd
core does not look for function name in globals (too particular)
|
22 years ago |
ldebug.h
|
fa26d294ae
new way to control `pc' of running functions
|
22 years ago |
ldo.c
|
921b1723e2
comments
|
22 years ago |
ldo.h
|
8332d5c8a5
parser fully reentrant(!)
|
22 years ago |
ldump.c
|
433cb1d13a
no more checks for non-default compilation options + luaU_dump has
|
22 years ago |
lfunc.c
|
ab7d9bfd0c
cleaner code for manipulation of `marked' field
|
22 years ago |
lfunc.h
|
c51bcf4796
it's ok to dump functions with upvalues
|
22 years ago |
lgc.c
|
ab7d9bfd0c
cleaner code for manipulation of `marked' field
|
22 years ago |
lgc.h
|
ab7d9bfd0c
cleaner code for manipulation of `marked' field
|
22 years ago |
linit.c
|
fb55c96706
obsolete module; not part of the oficial distribution
|
25 years ago |
liolib.c
|
10de467c79
new function `lua_createtable'
|
22 years ago |
llex.c
|
8502331f69
`luaX_errorline' was used only in one place
|
22 years ago |
llex.h
|
8502331f69
`luaX_errorline' was used only in one place
|
22 years ago |
llimits.h
|
91bf77534c
no need for a maximum number of parameters (maximum number of locals
|
22 years ago |
lmathlib.c
|
fa198197a0
lua_(set)getglobal are ok to use
|
22 years ago |
lmem.c
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |
lmem.h
|
751cd867d3
new way to handle errors
|
23 years ago |
loadlib.c
|
f93051155c
ok to use `#elif' and `#if defined()'
|
22 years ago |
lobject.c
|
b93f67f2ce
detail
|
22 years ago |
lobject.h
|
8332d5c8a5
parser fully reentrant(!)
|
22 years ago |
lopcodes.c
|
9ec9a012e7
details
|
22 years ago |
lopcodes.h
|
b10bfd4934
comments
|
22 years ago |
lparser.c
|
a41d60e1d1
debugger can only see `local function' after it has a meaningful value
|
22 years ago |
lparser.h
|
9fcc485176
zio does not keep "source" name (nobody uses it)
|
22 years ago |
lstate.c
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |
lstate.h
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |
lstring.c
|
ab7d9bfd0c
cleaner code for manipulation of `marked' field
|
22 years ago |
lstring.h
|
ab7d9bfd0c
cleaner code for manipulation of `marked' field
|
22 years ago |
lstrlib.c
|
f04fe526cd
new functions `lua_tointeger' and lua_pushinteger'
|
22 years ago |
ltable.c
|
b114142799
new auxiliary function `luaH_setstr'
|
22 years ago |
ltable.h
|
b114142799
new auxiliary function `luaH_setstr'
|
22 years ago |
ltablib.c
|
f04fe526cd
new functions `lua_tointeger' and lua_pushinteger'
|
22 years ago |
ltests.c
|
fa198197a0
lua_(set)getglobal are ok to use
|
22 years ago |
ltests.h
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |
ltm.c
|
0d88545b82
warnings from several compilers (mainly typecasts when lua_Number is float)
|
22 years ago |
ltm.h
|
5c5d9b2703
back to `__mode' metafield to specify weakness
|
23 years ago |
lua.c
|
275c150b17
`error()' (and `error(nil)') generates errors with no error messages
|
22 years ago |
lua.h
|
fa198197a0
lua_(set)getglobal are ok to use
|
22 years ago |
lualib.h
|
79db75101e
detail
|
22 years ago |
lundump.c
|
8332d5c8a5
parser fully reentrant(!)
|
22 years ago |
lundump.h
|
9fcc485176
zio does not keep "source" name (nobody uses it)
|
22 years ago |
lvm.c
|
1e944de6cb
towards a "stackless" call of metamethods (?)
|
22 years ago |
lvm.h
|
fa26d294ae
new way to control `pc' of running functions
|
22 years ago |
lzio.c
|
885961be1d
reader runs outside core Lua
|
22 years ago |
lzio.h
|
7b8504840f
buffer should better use `size_t' for its size
|
22 years ago |
makefile
|
de57dc2653
new scheme to control `loadlib' configuration (default for dlopen
|
22 years ago |