Go to file
Roberto Ierusalimschy ea3155e380 'debug.sizeof' removed 2014-10-17 08:07:26 -03:00
bugs bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:56:01 -03:00
lapi.c 'lua_strtonum' -> 'lua_stringtonum' 2014-10-15 11:27:40 -03:00
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lauxlib.c 'luaL_getmetafield' returns type of metafield (instead of a boolean) 2014-09-22 03:42:15 -03:00
lauxlib.h deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
lbaselib.c 'lua_strtonum' -> 'lua_stringtonum' 2014-10-15 11:27:40 -03:00
lbitlib.c deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
lcode.c comments 2014-05-08 15:58:46 -03:00
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lcorolib.c detail (error message from 'coroutine.status') 2014-09-01 15:00:04 -03:00
lctype.c missing 'LUA_CORE' definition 2011-10-03 13:19:23 -03:00
lctype.h detail (cleaned whitespaces at end of lines) 2011-07-15 09:50:29 -03:00
ldblib.c 'debug.sizeof' removed 2014-10-17 08:07:26 -03:00
ldebug.c new macro 'cvt2str' to better control whether numbers are convertible 2014-07-30 11:00:14 -03:00
ldebug.h detail (unknown lines are marked as -1, not 0) 2014-02-25 11:31:16 -03:00
ldo.c detail ('G(L)' -> 'g') 2014-10-08 09:20:26 -03:00
ldo.h 'lua_load' has an extra argument 'mode' 2011-11-29 13:55:08 -02:00
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 details (comments) 2014-10-03 09:54:57 -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 deprecated library throws an error if called (instead of silently 2014-05-15 16:28:34 -03:00
liolib.c 'lua_strtonum' -> 'lua_stringtonum' 2014-10-15 11:27:40 -03:00
llex.c '$c' in 'lua_pushfstring' prints non-printable characters with 2014-10-10 19:23:04 -03:00
llex.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
llimits.h no more "-2" for limits. (Limits should be precise; safety is in 2014-07-18 15:29:12 -03:00
lmathlib.c added some casts for the cases when lua_Number != double 2014-10-08 16:57:31 -03:00
lmem.c removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lmem.h avoid warnings in macro 'luaM_reallocv' + comments 2014-10-08 17:25:51 -03:00
loadlib.c added some casts between integral types (to avoid warnings) 2014-07-29 13:01:00 -03:00
lobject.c '$c' in 'lua_pushfstring' prints non-printable characters with 2014-10-10 19:23:04 -03:00
lobject.h better to use 'long' to represent UTF-8 code points 2014-10-01 08:52:33 -03:00
lopcodes.c first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lopcodes.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
loslib.c added some casts for the cases when lua_Number != double 2014-10-08 16:57:31 -03:00
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 'lua_Kcontext' -> 'lua_KContext' 2014-10-07 15:29:13 -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 'dumpint' and related functions replaced by 'string.pack'/'string.unpack' 2014-10-17 07:55:28 -03:00
ltable.c size for array part of a table ('sizearray') changed from 'int' to 2014-09-04 15:15:29 -03:00
ltable.h size for array part of a table ('sizearray') changed from 'int' to 2014-09-04 15:15:29 -03:00
ltablib.c 'luaL_getmetafield' returns type of metafield (instead of a boolean) 2014-09-22 03:42:15 -03:00
ltests.c 'lua_Kcontext' -> 'lua_KContext' 2014-10-07 15:29:13 -03:00
ltests.h deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
ltm.c type 'TString' refers directly to the structure inside the union 2014-07-18 10:36:14 -03:00
ltm.h more relaxed rules for __eq metamethod (more similar to other 2014-06-10 15:53:18 -03:00
lua.c detail in 'report' + message handler always is called with an 2014-09-25 11:20:37 -03:00
lua.h 'lua_strtonum' -> 'lua_stringtonum' 2014-10-15 11:27:40 -03:00
luaconf.h added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings about 2014-10-15 11:53:20 -03:00
lualib.h new library: utf8 2014-02-06 15:32:33 -02:00
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 'charpatt' -> 'charpattern' 2014-10-15 11:31:10 -03:00
lvm.c size for array part of a table ('sizearray') changed from 'int' to 2014-09-04 15:15:29 -03:00
lvm.h details in comments 2014-08-01 14:24:02 -03:00
lzio.c details (header comments) 2012-05-14 10:34:18 -03:00
lzio.h simpler way to create messages for errors in escape sequences 2014-01-31 13:14:22 -02:00
makefile changed macro for compatibility options + details 2014-06-18 10:24:01 -03:00