Go to file
Roberto Ierusalimschy 1a69a3ecea LUA_WIN -> LUA_USE_WINDOWS 2014-10-31 13:54:06 -02:00
bugs bug: Ephemeron table can wrongly collect entry with strong key 2014-09-01 13:56:01 -03:00
lapi.c removed useless 'include math.h' 2014-10-28 15:27:50 -02:00
lapi.h removed unused parameter Ä'L' in macro 'api_check' and company 2014-07-15 18:26:50 -03:00
lauxlib.c definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lbaselib.c definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lbitlib.c deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
lcode.c comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -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 definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02: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 comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -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 LUA_WIN -> LUA_USE_WINDOWS 2014-10-31 13:54:06 -02:00
llex.c comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -02:00
llex.h definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to 2014-10-29 13:38:24 -02:00
llimits.h configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here 2014-10-29 15:07:45 -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 comments 2014-10-27 16:05:37 -02:00
lobject.c small simplifications in code for 'lua_strx2number' 2014-10-28 16:41:38 -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 comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -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 new option '=' (native endian) for pack/unpack 2014-10-31 13:53:31 -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 comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -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 LUA_WIN -> LUA_USE_WINDOWS 2014-10-31 13:54:06 -02:00
lua.h 'lua_stringtonum' -> 'lua_stringtonumber' 2014-10-17 16:17:55 -03:00
luaconf.h default changed from C89 to C99 + extra tests before using C99 2014-10-30 16:50:03 -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