bugs
|
patches for some bugs
|
2008-04-04 22:31:59 -03:00 |
lapi.c
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
lapi.h
|
…
|
|
lauxlib.c
|
…
|
|
lauxlib.h
|
…
|
|
lbaselib.c
|
'coroutine.running' should work for the main thread too
|
2008-02-25 11:33:57 -03:00 |
lcode.c
|
avoid constant folding for -0 (to avoid it colapsing to 0)
|
2008-04-07 15:41:47 -03:00 |
lcode.h
|
…
|
|
ldblib.c
|
…
|
|
ldebug.c
|
bugs: precheck must use check (instead of assert) and ensures that
|
2008-04-02 16:14:16 -03:00 |
ldebug.h
|
…
|
|
ldo.c
|
…
|
|
ldo.h
|
…
|
|
ldump.c
|
…
|
|
lfunc.c
|
…
|
|
lfunc.h
|
…
|
|
lgc.c
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
lgc.h
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
linit.c
|
…
|
|
liolib.c
|
…
|
|
llex.c
|
…
|
|
llex.h
|
…
|
|
llimits.h
|
…
|
|
lmathlib.c
|
…
|
|
lmem.c
|
…
|
|
lmem.h
|
…
|
|
loadlib.c
|
…
|
|
lobject.c
|
…
|
|
lobject.h
|
…
|
|
lopcodes.c
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
2008-04-02 14:38:54 -03:00 |
lopcodes.h
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
2008-04-02 14:38:54 -03:00 |
loslib.c
|
…
|
|
lparser.c
|
corrected error message ("too many constants" -> "too many functions")
|
2008-04-02 14:19:22 -03:00 |
lparser.h
|
…
|
|
lstate.c
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
lstate.h
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
lstring.c
|
userdata with finalizers are kept in a separated list
|
2008-02-19 15:55:09 -03:00 |
lstring.h
|
…
|
|
lstrlib.c
|
'string.find' cannot find things after subject's end
|
2008-04-14 12:54:59 -03:00 |
ltable.c
|
…
|
|
ltable.h
|
…
|
|
ltablib.c
|
'table.sort' detects invalid order function before calling it
|
2008-04-07 15:43:00 -03:00 |
ltests.c
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
2008-04-02 14:38:54 -03:00 |
ltests.h
|
…
|
|
ltm.c
|
…
|
|
ltm.h
|
…
|
|
lua.c
|
…
|
|
lua.h
|
…
|
|
luaconf.h
|
make default GC behavior a little more agressive
|
2008-04-07 15:58:42 -03:00 |
lualib.h
|
…
|
|
lundump.c
|
two bugs: invalid boolean values in constant table + too deep recursion
|
2008-04-07 15:44:23 -03:00 |
lundump.h
|
…
|
|
lvm.c
|
SETLIST extra argument now is an "instruction" (OP_EXTRAARG)
|
2008-04-02 14:38:54 -03:00 |
lvm.h
|
…
|
|
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
turn off optimizations when testing
|
2008-02-15 15:44:34 -02:00 |