bugs
lapi.c
new macro 'cvt2str' to better control whether numbers are convertible
2014-07-30 11:00:14 -03:00
lapi.h
removed unused parameter Ä'L' in macro 'api_check' and company
2014-07-15 18:26:50 -03:00
lauxlib.c
in 'luaL_checkversion_' check numeric types first. (Other tests
2014-07-19 11:37:09 -03:00
lauxlib.h
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
2014-06-26 15:38:28 -03:00
lbaselib.c
'ipairs' respects metamethods
2014-07-24 16:33:29 -03:00
lbitlib.c
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c
new macro 'cvt2str' to better control whether numbers are convertible
2014-07-30 11:00:14 -03:00
ldebug.h
ldo.c
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
ldo.h
ldump.c
type 'TString' refers directly to the structure inside the union
2014-07-18 10:36:14 -03:00
lfunc.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lfunc.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lgc.c
simpler definition for 'setobj' (trust the compiler for the assignment)
2014-07-29 13:22:24 -03:00
lgc.h
'iswhite' and related macros now can work directly on any object
2014-07-19 12:14:46 -03:00
linit.c
liolib.c
added some casts between integral types (to avoid warnings)
2014-07-29 13:01:00 -03:00
llex.c
type 'TString' refers directly to the structure inside the union
2014-07-18 10:36:14 -03:00
llex.h
llimits.h
no more "-2" for limits. (Limits should be precise; safety is in
2014-07-18 15:29:12 -03:00
lmathlib.c
new function 'math.ult' (unsigned less than)
2014-07-28 14:35:47 -03:00
lmem.c
removed unused parameter Ä'L' in macro 'api_check' and company
2014-07-15 18:26:50 -03:00
lmem.h
loadlib.c
added some casts between integral types (to avoid warnings)
2014-07-29 13:01:00 -03:00
lobject.c
new macro 'cvt2str' to better control whether numbers are convertible
2014-07-30 11:00:14 -03:00
lobject.h
new macro 'cvt2str' to better control whether numbers are convertible
2014-07-30 11:00:14 -03:00
lopcodes.c
lopcodes.h
loslib.c
lparser.c
'iswhite' and related macros now can work directly on any object
2014-07-21 13:02:10 -03:00
lparser.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lstate.c
extra space for new threads is initialized with a copy of the main
2014-07-24 13:17:56 -03:00
lstate.h
better(?) alignment for some structures (pointers first)
2014-07-23 14:15:43 -03:00
lstring.c
'iswhite' and related macros now can work directly on any object
2014-07-21 13:02:10 -03:00
lstring.h
type 'Udata' refers directly to structure inside the union (union
2014-07-18 11:46:47 -03:00
lstrlib.c
do not assume numbers are coercible to strings
2014-07-30 10:59:24 -03:00
ltable.c
simpler definition for 'setobj' (trust the compiler for the assignment)
2014-07-29 13:22:24 -03:00
ltable.h
simpler definition for 'setobj' (trust the compiler for the assignment)
2014-07-29 13:22:24 -03:00
ltablib.c
added some casts between integral types (to avoid warnings)
2014-07-29 13:01:00 -03:00
ltests.c
no need for type 'pCallInfo'
2014-07-23 13:44:30 -03:00
ltests.h
'ipairs' respects metamethods
2014-07-24 16:33:29 -03:00
ltm.c
type 'TString' refers directly to the structure inside the union
2014-07-18 10:36:14 -03:00
ltm.h
lua.c
detail (typos in comments)
2014-06-30 16:48:08 -03:00
lua.h
better support for extra user space associated with a Lua state
2014-07-24 11:00:16 -03:00
luaconf.h
'ipairs' respects metamethods
2014-07-24 16:33:29 -03:00
lualib.h
lundump.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lundump.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lutf8lib.c
detail (added placeholders for non-function fields to preallocate
2014-07-16 10:56:14 -03:00
lvm.c
new macro 'cvt2num' to better control whether strings are convertible
2014-07-30 11:42:44 -03:00
lvm.h
new macro 'cvt2num' to better control whether strings are convertible
2014-07-30 11:42:44 -03:00
lzio.c
lzio.h
makefile