Go to file
Roberto Ierusalimschy 720c68dabb removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag
-Wcast-align (Lua does some unconventional casts) + added flag -std=c99
+ added file lprefix.h in dependency lists
2014-11-05 11:02:26 -02:00
bugs
lapi.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lapi.h
lauxlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lauxlib.h definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' 2014-10-29 14:12:30 -02:00
lbaselib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lbitlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lcode.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lcode.h
lcorolib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lctype.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lctype.h
ldblib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ldebug.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
ldebug.h
ldo.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
ldo.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
ldump.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lfunc.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lfunc.h
lgc.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lgc.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
linit.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
liolib.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
llex.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lmathlib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lmem.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lmem.h avoid warnings in macro 'luaM_reallocv' + comments 2014-10-08 17:25:51 -03:00
loadlib.c keep "#include <windows.h>" in this file, but without the 2014-11-03 13:11:10 -02:00
lobject.c no need to cast '*s' to unsigned char when we know it is a digit + 2014-11-04 17:16:25 -02:00
lobject.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lopcodes.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lopcodes.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
loslib.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lparser.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lparser.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lprefix.h Definitions for Lua code that must come before any other header file 2014-11-03 13:12:44 -02:00
lstate.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lstate.h comments (a few extra quotes around identifiers) 2014-10-30 16:53:28 -02:00
lstring.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lstring.h
lstrlib.c added macro for configuring padding value in 'string.pack' 2014-11-04 12:34:43 -02:00
ltable.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -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 added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltests.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltests.h deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) 2014-10-01 08:54:56 -03:00
ltm.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
ltm.h `name' in comments changed to 'name' 2014-10-25 09:50:46 -02:00
lua.c comments (references to "ANSI C" changed to "ISO C", which is the 2014-11-02 17:33:33 -02:00
lua.h 'lua_stringtonum' -> 'lua_stringtonumber' 2014-10-17 16:17:55 -03:00
luaconf.h Windows uses "LONGLONG" option, even not having long long (it has __int64) 2014-11-02 17:35:39 -02:00
lualib.h
lundump.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lundump.h
lutf8lib.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lvm.c macro to change method of conversion from float to integer (make it 2014-11-03 18:07:47 -02:00
lvm.h
lzio.c added include for 'lprefix.h', for stuff that must be added before 2014-11-02 17:19:04 -02:00
lzio.h
makefile removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag 2014-11-05 11:02:26 -02:00