bugs
BUG: memory hoarding when creating Lua hooks for coroutines
2012-01-20 16:32:13 -02:00
lapi.c
comments
2011-11-30 10:58:57 -02:00
lapi.h
lauxlib.c
cleaner code (avoids loop with empty body)
2012-03-19 19:57:14 -03:00
lauxlib.h
'lua_load' has an extra argument 'mode'
2011-11-29 13:55:08 -02:00
lbaselib.c
unused variable removed
2011-11-30 11:03:24 -02:00
lbitlib.c
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
BUG: coroutine hooks were not collected together with coroutine
2012-01-19 18:14:44 -02:00
ldebug.c
object tag keeps variant bits too -> no need for 'isC' field in
2012-01-20 20:05:50 -02:00
ldebug.h
ldo.c
'lua_load' has an extra argument 'mode'
2011-11-29 13:55:08 -02:00
ldo.h
'lua_load' has an extra argument 'mode'
2011-11-29 13:55:08 -02:00
ldump.c
"default: lua_assert(0)" in switches helps debugging + uses
2012-01-23 21:02:10 -02:00
lfunc.c
object tag keeps variant bits too -> no need for 'isC' field in
2012-01-20 20:05:50 -02:00
lfunc.h
object tag keeps variant bits too -> no need for 'isC' field in
2012-01-20 20:05:50 -02:00
lgc.c
first implementation of long strings
2012-01-25 19:05:40 -02:00
lgc.h
documentation comment (small correction about strings being
2012-01-23 18:29:12 -02:00
linit.c
liolib.c
'_fseeki64' and family not available in all Windows platforms
2011-11-25 10:50:03 -02:00
llex.c
field 'reserved' -> 'extra' (may be used for other purposes too)
2012-01-23 21:05:51 -02:00
llex.h
more uses of 'l_noret'
2011-11-30 10:43:51 -02:00
llimits.h
first implementation of long strings
2012-01-25 19:05:40 -02:00
lmathlib.c
lmem.c
avoid 'return' "to avoid warnings"
2011-11-30 10:42:49 -02:00
lmem.h
some compilers (e.g., gcc C++) do not accept NULL as a pointer in
2011-12-02 11:26:54 -02:00
loadlib.c
new way to handle -E option (write a mark in the registry to avoid
2011-12-12 14:34:03 -02:00
lobject.c
function prototype did not match one in .h
2011-11-30 17:30:16 -02:00
lobject.h
first implementation of long strings
2012-01-25 19:05:40 -02:00
lopcodes.c
lopcodes.h
loslib.c
'lUA' -> 'LUA'
2011-11-30 10:35:05 -02:00
lparser.c
'eqstr' -> 'luaS_eqstr'
2012-01-23 21:05:18 -02:00
lparser.h
lstate.c
random seed used in the hash of all strings to avoid intentional
2012-02-01 19:57:15 -02:00
lstate.h
random seed used in the hash of all strings to avoid intentional
2012-02-01 19:57:15 -02:00
lstring.c
random seed used in the hash of all strings to avoid intentional
2012-02-01 19:57:15 -02:00
lstring.h
random seed used in the hash of all strings to avoid intentional
2012-02-01 19:57:15 -02:00
lstrlib.c
allow non-integer arguments to integer formats (%d, %x, etc.),
2011-11-30 16:24:56 -02:00
ltable.c
random seed used in the hash of all strings to avoid intentional
2012-02-01 19:57:15 -02:00
ltable.h
ltablib.c
'table.pack' does not return 'n' (may be confusing when
2011-11-28 15:26:30 -02:00
ltests.c
first implementation of long strings
2012-01-25 19:05:40 -02:00
ltests.h
ltm.c
ltm.h
lua.c
new way to handle -E option (write a mark in the registry to avoid
2011-12-12 14:34:03 -02:00
lua.h
'lua_load' has an extra argument 'mode'
2011-11-29 13:55:08 -02:00
luaconf.h
no more explicit support for 'luaall_c': unifying file can do
2011-12-06 14:58:36 -02:00
lualib.h
removed redundant definition for FILEHANDLE
2011-12-08 10:11:37 -02:00
lundump.c
error function can be 'l_noret'
2012-03-19 19:58:09 -03:00
lundump.h
lvm.c
first implementation of long strings
2012-01-25 19:05:40 -02:00
lvm.h
lzio.c
lzio.h
makefile