<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for gcc-testing (2010-05-27)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-27 Jennifer Averett <Jennifer.Averett@OARcorp.com>

        * ReportsHtml.cc: Modified to correctly sort of numeric values.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/covoar/ChangeLog.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>covoar/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/covoar/ReportsHtml.cc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>covoar/ReportsHtml.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/covoar/ChangeLog:1.9 gcc-testing/covoar/ChangeLog:1.10
--- gcc-testing/covoar/ChangeLog:1.9    Thu May 27 13:11:29 2010
+++ gcc-testing/covoar/ChangeLog        Thu May 27 14:32:03 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-05-27        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
<font color='#000088'>+   * ReportsHtml.cc: Modified to correctly sort of numeric values.
+
+2010-05-27     Jennifer Averett <Jennifer.Averett@OARcorp.com>
+
</font>   * ReportsBase.cc, ReportsBase.h, ReportsHtml.cc, ReportsHtml.h,
        ReportsText.cc, ReportsText.h: Added visual break between information
        sections in the annotated report.

<font color='#006600'>diff -u gcc-testing/covoar/ReportsHtml.cc:1.3 gcc-testing/covoar/ReportsHtml.cc:1.4
--- gcc-testing/covoar/ReportsHtml.cc:1.3       Thu May 27 13:11:29 2010
+++ gcc-testing/covoar/ReportsHtml.cc   Thu May 27 14:32:03 2010
</font><font color='#997700'>@@ -389,12 +389,12 @@
</font>       "<th class=\"table-sortable:default\" align=\"center\">Symbol</th>\n"
       "<th class=\"table-sortable:numeric\" align=\"center\">Total</br>Size</br>Bytes</th>\n"
       "<th class=\"table-sortable:numeric\" align=\"center\">Total</br>Size</br>Instr</th>\n"
<font color='#880000'>-      "<th class=\"table-sortable:default\" align=\"center\">#</br>Ranges</th>\n"
</font><font color='#000088'>+      "<th class=\"table-sortable:numeric\" align=\"center\">#</br>Ranges</th>\n"
</font>       "<th class=\"table-sortable:numeric\" align=\"center\">Uncovered</br>Size</br>Bytes</th>\n"
       "<th class=\"table-sortable:numeric\" align=\"center\">Uncovered</br>Size</br>Instr</th>\n"
<font color='#880000'>-      "<th class=\"table-sortable:default\" align=\"center\">#</br>Branches</th>\n"
-      "<th class=\"table-sortable:default\" align=\"center\">#</br>Always</br>Taken</th>\n"
-      "<th class=\"table-sortable:default\" align=\"center\">#</br>Never</br>Taken</th>\n"
</font><font color='#000088'>+      "<th class=\"table-sortable:numeric\" align=\"center\">#</br>Branches</th>\n"
+      "<th class=\"table-sortable:numeric\" align=\"center\">#</br>Always</br>Taken</th>\n"
+      "<th class=\"table-sortable:numeric\" align=\"center\">#</br>Never</br>Taken</th>\n"
</font>       "<th class=\"table-sortable:numeric\" align=\"center\">Percent</br>Uncovered</br>Instructions</th>\n"
       "<th class=\"table-sortable:numeric\" align=\"center\">Percent</br>Uncovered</br>Bytes</th>\n"
       "</tr>\n"
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>