Author: sebor
Revision: 606538
Modified property: svn:log
Modified: svn:log at Sun Apr 6 15:28:31 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sun Apr 6 15:28:31 2008
@@ -1,6 +1,6 @@
2007-12-22 Martin Sebor <[EMAIL PROTECTED]>
- * xbuildgen (format_size): New function to format a size in
+ * bin/xbuildgen (format_size): New function to format a size in
an easy-to-read way.
(get_lib_size): Called format_size and silenced warning when
unable to find the library in the log to reduce the noise in
@@ -9,12 +9,12 @@
of the three kinds of components (examples, locales, and tests).
Reduced false positives when counting warning and error messages.
Moved awk script here-document to...
- * xcomp.awk: ...here, and (hopefully) correctly handled the case
- of missing components. Added links to locale definition files
+ * bin/xcomp.awk: ...here, and (hopefully) correctly handled the
+ case of missing components. Added links to locale definition files
and character set description files in the source repository.
Added grand totals and totals of failed components.
STDCXX-683
- * xbuildgen (resultstyle.css): Added td.total, td.XPASS, td.XWARN,
+ * bin/xbuildgen (resultstyle.css): Added td.total, td.XPASS, td.XWARN,
td.XEXIT, td.XRUNWARN, td.XDIFF, td.XASSERT, td.XCOMP, and td.XLINK.
(Codes and Colors): Added descriptions for the above statuses.