bugs
LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX +
2008-02-11 17:18:21 -02:00
lapi.c
comment (LUA_GLOBALSINDEX does not need write barrier in lua_replace)
2008-01-25 11:42:12 -02:00
lapi.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
lauxlib.c
detail
2008-01-17 14:24:30 -02:00
lauxlib.h
luaL_tostring -> luaL_tolstring (more generic)
2008-01-03 15:07:59 -02:00
lbaselib.c
bug: auxresume should reserve stack space for boolean result
2008-02-11 17:14:52 -02:00
lcode.c
bug: code generated for "-nil", "-true", and "-false" is wrong
2007-05-04 15:41:49 -03:00
lcode.h
unused macro
2006-03-21 16:28:03 -03:00
ldblib.c
bug: debug.sethook/gethook may overflow thread's stack
2008-01-21 11:37:08 -02:00
ldebug.c
bug: wrong error message in some concatenations
2007-05-29 15:59:59 -03:00
ldebug.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
ldo.c
avoid calling "tail return" hooks if the hook itself turns off the event
2008-01-18 20:36:50 -02:00
ldo.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
ldump.c
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lfunc.c
should not manipulate NULL pointers (even without accessing them)
2007-02-07 15:48:52 -02:00
lfunc.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lgc.c
more options for 'kinds' of Garbage Collection + more agressive
2008-02-11 13:46:03 -02:00
lgc.h
some changes toward ephemerons
2007-10-29 14:51:20 -02:00
linit.c
detail ('name' of baselib is "_G")
2008-01-02 14:16:28 -02:00
liolib.c
details
2007-12-08 09:54:32 -02:00
llex.c
parser should not call 'luaX_lexerror'
2007-10-25 14:45:47 -02:00
llex.h
parser should not call 'luaX_lexerror'
2007-10-25 14:45:47 -02:00
llimits.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lmathlib.c
clearing some old compatibility code
2007-06-21 10:52:27 -03:00
lmem.c
details
2006-09-14 15:42:28 -03:00
lmem.h
better documentation for auxiliary functions (that should be called only
2007-02-09 11:04:52 -02:00
loadlib.c
new function 'package.searchpath'
2007-12-12 12:36:12 -02:00
lobject.c
'ceillog2' now is exported (other modules may need it)
2008-01-30 16:05:23 -02:00
lobject.h
'ceillog2' now is exported (other modules may need it)
2008-01-30 16:05:23 -02:00
lopcodes.c
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lopcodes.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
loslib.c
it seems useless trying to avoid this warning...
2008-01-18 13:37:10 -02:00
lparser.c
parser should not call 'luaX_lexerror'
2007-10-25 14:45:47 -02:00
lparser.h
'lparser.h' should not include 'ltable.h'
2006-03-09 15:15:48 -03:00
lstate.c
more options for 'kinds' of Garbage Collection
2008-02-11 13:45:30 -02:00
lstate.h
more options for 'kinds' of Garbage Collection
2008-02-11 13:45:30 -02:00
lstring.c
detail
2007-11-09 16:55:07 -02:00
lstring.h
added LUAI_FUNC to functions not in the API
2005-04-25 16:24:10 -03:00
lstrlib.c
detail
2007-11-12 12:10:09 -02:00
ltable.c
'ceillog2' now is exported (other modules may need it)
2008-01-30 16:05:23 -02:00
ltable.h
emergency garbage collector (core forces a GC when allocation fails)
2006-07-11 12:53:29 -03:00
ltablib.c
BUG: table.remove removes last element of a table when given
2007-11-26 14:57:33 -02:00
ltests.c
in 'testC', booleans should be represented by booean values
2008-02-11 17:04:16 -02:00
ltests.h
use prefix in extern names, even those in test files
2007-11-12 14:28:45 -02:00
ltm.c
tables and strings respect __len metamethod
2007-09-10 14:59:32 -03:00
ltm.h
tables and strings respect __len metamethod
2007-09-10 14:59:32 -03:00
lua.c
stand-alone error-message details
2007-09-05 14:17:39 -03:00
lua.h
bug: pseudo-indices should be linked to maximum C stack size
2008-02-11 17:16:02 -02:00
luaconf.h
maximum C stack should reserve some values for pseudo-indices
2008-02-11 17:17:19 -02:00
lualib.h
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lundump.c
avoid trailing white spaces
2006-09-11 11:07:24 -03:00
lundump.h
new versions by lhf
2005-11-16 09:55:07 -02:00
lvm.c
tables and strings respect __len metamethod
2007-09-10 14:59:32 -03:00
lvm.h
better documentation for auxiliary functions (that should be called only
2007-02-09 11:04:52 -02:00
lzio.c
small improvement
2005-06-03 17:16:16 -03:00
lzio.h
several small details
2005-05-17 16:49:15 -03:00
makefile
option to use Sun compiler (on lhf account)
2007-12-27 10:59:43 -02:00