Go to file
Roberto Ierusalimschy 7314acaa80 'T.limits' reports some more useful limits 2014-10-27 15:00:02 -02:00
bugs bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:56:01 -03:00
lapi.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lauxlib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lauxlib.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lbaselib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lbitlib.c deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
lcode.c 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason 2014-10-27 14:29:58 -02:00
lcode.h first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lcorolib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02: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 `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ldebug.h detail (unknown lines are marked as -1, not 0) 2014-02-25 11:31:16 -03:00
ldo.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ldo.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ldump.c type 'TString' refers directly to the structure inside the union 2014-07-18 10:36:14 -03:00
lfunc.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lfunc.h more precision between closure types ('LClosure' x 'CClosure') 2014-06-19 15:27:20 -03:00
lgc.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lgc.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
linit.c deprecated library throws an error if called (instead of silently 2014-05-15 16:28:34 -03:00
liolib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
llex.c detail 2014-10-26 13:45:41 -02:00
llex.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
llimits.h 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason 2014-10-27 14:29:58 -02:00
lmathlib.c 'lua_numtointeger' -> 'lua_numbertointeger' 2014-10-24 09:42:06 -02:00
lmem.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lmem.h avoid warnings in macro 'luaM_reallocv' + comments 2014-10-08 17:25:51 -03:00
loadlib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lobject.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lobject.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lopcodes.c first implementation of '<<', '>>', and '~' (bitwise not) 2013-12-30 18:47:58 -02:00
lopcodes.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
loslib.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lparser.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lparser.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02: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 `name' in comments changed to 'name' 2014-10-25 09:50:46 -02: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 pack/unpack do not handle final '\0' as an "option" (it streches 2014-10-27 11:30:24 -02:00
ltable.c `name' in comments changed to 'name' 2014-10-25 09:50:46 -02: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 `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ltests.c 'T.limits' reports some more useful limits 2014-10-27 15:00:02 -02: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 `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lua.c comments 2014-10-20 20:21:05 -02:00
lua.h 'lua_stringtonum' -> 'lua_stringtonumber' 2014-10-17 16:17:55 -03:00
luaconf.h better (and safer?) way to test native size of type 'int' 2014-10-27 14:59:31 -02: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 `name' in comments changed to 'name' 2014-10-25 09:50:46 -02: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