bugs
|
debugger can only see `local function' after it has a meaningful value
|
2003-10-09 14:56:23 -03:00 |
lapi.c
|
new function `lua_getallocf' to retrieve allocation function and data
|
2003-10-20 10:25:23 -02:00 |
lapi.h
|
`luaA_index' is a local macro now
|
2002-03-04 18:29:41 -03:00 |
lauxlib.c
|
new functions `lua_getfield' and `lua_setfield'
|
2003-10-10 09:57:55 -03:00 |
lauxlib.h
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
lbaselib.c
|
new functions `lua_getfield' and `lua_setfield'
|
2003-10-10 09:57:55 -03:00 |
lcode.c
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
lcode.h
|
OP_TFORLOOP uses extra stack space
|
2002-12-11 10:34:22 -02:00 |
ldblib.c
|
new functions `lua_getfield' and `lua_setfield'
|
2003-10-10 09:57:55 -03:00 |
ldebug.c
|
avoid unecessary includes of `stdlib'
|
2003-10-02 16:21:09 -03:00 |
ldebug.h
|
new way to control `pc' of running functions
|
2003-07-16 17:49:02 -03:00 |
ldo.c
|
detail
|
2003-10-20 10:24:26 -02:00 |
ldo.h
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
ldump.c
|
no more checks for non-default compilation options + luaU_dump has
|
2003-08-15 10:48:53 -03:00 |
lfunc.c
|
avoid unecessary includes of `stdlib'
|
2003-10-02 16:21:09 -03:00 |
lfunc.h
|
name changes to avoid name collision between macros and variables
|
2003-03-18 09:50:04 -03:00 |
lgc.c
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
lgc.h
|
bug: userdata to be collected still counts into new GC threshold,
|
2003-07-29 16:25:37 -03:00 |
linit.c
|
obsolete module; not part of the oficial distribution
|
2000-08-09 11:50:13 -03:00 |
liolib.c
|
new function `lua_createtable'
|
2003-10-10 10:29:28 -03:00 |
llex.c
|
`luaX_errorline' was used only in one place
|
2003-10-20 10:24:34 -02:00 |
llex.h
|
`luaX_errorline' was used only in one place
|
2003-10-20 10:24:34 -02:00 |
llimits.h
|
no need for a maximum number of parameters (maximum number of locals
|
2003-07-29 16:26:34 -03:00 |
lmathlib.c
|
new functions `lua_getfield' and `lua_setfield'
|
2003-10-10 09:57:55 -03:00 |
lmem.c
|
Lua kernel does not use malloc/free functions.
|
2003-10-02 17:31:17 -03:00 |
lmem.h
|
new way to handle errors
|
2002-05-01 17:48:12 -03:00 |
loadlib.c
|
ok to use `#elif' and `#if defined()'
|
2003-05-14 18:01:53 -03:00 |
lobject.c
|
detail
|
2003-06-10 09:36:26 -03:00 |
lobject.h
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
lopcodes.c
|
details
|
2003-05-14 18:09:53 -03:00 |
lopcodes.h
|
comments
|
2003-05-15 16:46:03 -03:00 |
lparser.c
|
debugger can only see `local function' after it has a meaningful value
|
2003-10-09 14:56:23 -03:00 |
lparser.h
|
zio does not keep "source" name (nobody uses it)
|
2003-08-25 16:51:54 -03:00 |
lstate.c
|
Lua kernel does not use malloc/free functions.
|
2003-10-02 17:31:17 -03:00 |
lstate.h
|
Lua kernel does not use malloc/free functions.
|
2003-10-02 17:31:17 -03:00 |
lstring.c
|
Lua does not need all those different types...
|
2003-04-28 16:26:16 -03:00 |
lstring.h
|
cleaning the stage for generational collection
|
2002-08-16 11:45:55 -03:00 |
lstrlib.c
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
ltable.c
|
new auxiliary function `luaH_setstr'
|
2003-08-26 09:04:13 -03:00 |
ltable.h
|
new auxiliary function `luaH_setstr'
|
2003-08-26 09:04:13 -03:00 |
ltablib.c
|
new functions `lua_tointeger' and lua_pushinteger'
|
2003-10-07 17:13:41 -03:00 |
ltests.c
|
new function `lua_getallocf' to retrieve allocation function and data
|
2003-10-20 10:25:23 -02:00 |
ltests.h
|
Lua kernel does not use malloc/free functions.
|
2003-10-02 17:31:17 -03:00 |
ltm.c
|
warnings from several compilers (mainly typecasts when lua_Number is float)
|
2003-04-03 10:35:34 -03:00 |
ltm.h
|
back to `__mode' metafield to specify weakness
|
2002-11-14 10:01:35 -02:00 |
lua.c
|
`getn' doesn't need this field (values cannot be nil)
|
2003-05-07 13:02:16 -03:00 |
lua.h
|
new function `lua_getallocf' to retrieve allocation function and data
|
2003-10-20 10:25:23 -02:00 |
lualib.h
|
detail
|
2003-03-18 09:24:26 -03:00 |
lundump.c
|
parser fully reentrant(!)
|
2003-08-27 18:01:44 -03:00 |
lundump.h
|
zio does not keep "source" name (nobody uses it)
|
2003-08-25 16:51:54 -03:00 |
lvm.c
|
new way to control `pc' of running functions
|
2003-07-16 17:49:02 -03:00 |
lvm.h
|
new way to control `pc' of running functions
|
2003-07-16 17:49:02 -03:00 |
lzio.c
|
reader runs outside core Lua
|
2003-08-27 17:57:52 -03:00 |
lzio.h
|
buffer should better use `size_t' for its size
|
2003-10-03 13:05:34 -03:00 |
makefile
|
new scheme to control `loadlib' configuration (default for dlopen
|
2003-04-07 17:11:53 -03:00 |