Revision r2421
Fix -Wformat-security and -Wformat-extra-args warnings under clang.
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Fix -Wformat-security and -Wformat-extra-args warnings under clang.
Rewrite code for the "-rts" command line parameter to remove an unnecessary int32_t, prevent needless string copying, factor out duplicate math, centralize the default RTS name, and prevent clobbering of the RTSName CFG setting.
Add "echo" CON command which allows the user to print a quote only to the console and log file, for debugging or informational purposes. EVENT_INIT can finally be put to use!
Remove ATTRIBUTE((used)) from gotpic[] because it only served to generate warnings when using LTO.
osxbuild.sh: zip -y -x "*.svn*" "*.git*" ------------------------------------------------------------------------
------------------------------------------------------------------------ r2422 | hendricks266 | 2012-03-04 23:25:55 -0800 (Sun, 04 Mar 2012) | 1 line Fix building ebacktrace1.dll with versions of binutils/libbfd after 2.20.51-1. This removes the need to link and depend on libintl (for now). ------------------------------------------------------------------------ r2421 | hendricks266 | 2012-03-04 23:25:24 -0800 (Sun, 04 Mar 2012) | 1 line Fix -Wformat-security and -Wformat-extra-args warnings under clang. ------------------------------------------------------------------------ r2420 | hendricks266 | 2012-03-04 23:24:34 -0800 (Sun, 04 Mar 2012) | 1 line Rewrite code for the "-rts" command line parameter to remove an unnecessary int32_t, prevent needless string copying, factor out duplicate math, centralize the default RTS name, and prevent clobbering of the RTSName CFG setting. ------------------------------------------------------------------------ r2419 | hendricks266 | 2012-03-04 23:24:04 -0800 (Sun, 04 Mar 2012) | 1 line Add "echo" CON command which allows the user to print a quote only to the console and log file, for debugging or informational purposes. EVENT_INIT can finally be put to use! ------------------------------------------------------------------------ r2418 | hendricks266 | 2012-03-04 23:23:34 -0800 (Sun, 04 Mar 2012) | 1 line Remove ATTRIBUTE((used)) from gotpic[] because it only served to generate warnings when using LTO. ------------------------------------------------------------------------ r2417 | hendricks266 | 2012-03-04 23:23:02 -0800 (Sun, 04 Mar 2012) | 1 line osxbuild.sh: zip -y -x "*.svn*" "*.git*" ------------------------------------------------------------------------