bugs
values holded in open upvalues of suspended threads may be
2005-01-19 15:03:47 -02:00
lapi.c
details
2005-02-23 14:30:22 -03:00
lapi.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lauxlib.c
details
2005-02-23 14:30:22 -03:00
lauxlib.h
all function declarations surround name with parentheses
2005-01-10 15:31:50 -02:00
lbaselib.c
"coroutine.current" -> "running" (compatible with "running" status)
2005-02-28 14:24:41 -03:00
lcode.c
macros for all arithmetic operations over lua_Numbers
2005-01-10 16:17:39 -02:00
lcode.h
small optimization for boolean constants + new format for SETLIST opcode
2004-10-04 16:01:53 -03:00
ldblib.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
ldebug.c
`luac' may generate code without upvalue names
2004-12-20 13:50:00 -02:00
ldebug.h
new macro lua_threadyield' + lock stuff in luaconf.h' + details
2004-06-02 16:07:55 -03:00
ldo.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
ldo.h
tighter tests for stack overflow
2004-09-08 11:23:09 -03:00
ldump.c
function constants may include boolean values
2004-10-04 16:01:12 -03:00
lfunc.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lfunc.h
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lgc.c
details
2005-02-23 14:30:22 -03:00
lgc.h
details
2005-02-23 14:30:22 -03:00
linit.c
details
2005-03-08 10:37:55 -03:00
liolib.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
llex.c
details
2004-12-03 18:54:12 -02:00
llex.h
details
2004-12-03 18:54:12 -02:00
llimits.h
no more generational collector (and no more `noinc' mode)
2005-01-14 12:19:42 -02:00
lmathlib.c
new functions (to complete math.h)
2005-03-04 15:57:03 -03:00
lmem.c
details
2005-02-23 14:30:22 -03:00
lmem.h
better control of overflows in size computations
2004-12-01 13:46:18 -02:00
loadlib.c
loadlib' not global anymore (packaged inside package')
2005-03-07 15:07:34 -03:00
lobject.c
macros for all arithmetic operations over lua_Numbers
2005-01-10 16:17:39 -02:00
lobject.h
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lopcodes.c
details
2004-12-02 10:59:10 -02:00
lopcodes.h
details
2004-12-02 10:59:10 -02:00
loslib.c
detail
2005-01-10 17:16:29 -02:00
lparser.c
USHRT_MAX may not fit in a (16-bit) int
2005-03-07 13:58:27 -03:00
lparser.h
USHRT_MAX may not fit in a (16-bit) int
2005-03-07 13:58:27 -03:00
lstate.c
details
2005-02-23 14:30:22 -03:00
lstate.h
details
2005-02-23 14:30:22 -03:00
lstring.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
lstring.h
details
2005-02-23 14:30:22 -03:00
lstrlib.c
detail
2004-12-01 13:46:06 -02:00
ltable.c
macros for all arithmetic operations over lua_Numbers
2005-01-10 16:17:39 -02:00
ltable.h
change in hash algorithm so that it does not need empty slot
2005-01-05 16:20:51 -02:00
ltablib.c
details
2004-12-07 16:31:16 -02:00
ltests.c
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
ltests.h
no more `lua_userinit' macro
2005-01-10 14:31:30 -02:00
ltm.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
ltm.h
TObject' renamed to TValue' + other name changes and better assertions
2003-12-10 10:13:36 -02:00
lua.c
gets `debug.traceback' current when error occurs
2005-01-10 15:21:10 -02:00
lua.h
C functions and userdata also have environments
2005-02-18 10:40:02 -02:00
luaconf.h
C module names may have an optional `l' prefix
2005-03-08 10:27:36 -03:00
lualib.h
no more `lua_userinit' macro
2005-01-10 14:31:30 -02:00
lundump.c
function constants may include boolean values
2004-10-04 16:01:12 -03:00
lundump.h
zio does not keep "source" name (nobody uses it)
2003-08-25 16:51:54 -03:00
lvm.c
detail
2005-03-07 15:27:34 -03:00
lvm.h
small steps towards yields in iterators and tag methods
2004-05-14 16:25:09 -03:00
lzio.c
new scheme for configuration through `luaconf.h'
2004-04-30 17:13:38 -03:00
lzio.h
buffer should better use `size_t' for its size
2003-10-03 13:05:34 -03:00
makefile
small changes
2004-12-22 11:05:33 -02:00