Comments
Patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.22
@@ -15,8 +15,10 @@
.highlight{ color: darkslategray; font-weight:bold; }
dl.news { margin-top:0; }
-dl.news dt { font-weight:bold; }
-dl.news dd { margin-left:3ex; }
+dl.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; }
+dl.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; }
+dl.news .date { color:darkslategrey; margin-left:0.1ex; }
dl.status { margin-top:0; }
dl.status .version { font-weight:bold; }
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.812
@@ -53,39 +53,46 @@
<dl class="news">
-<dt>August 2, 2011</dt>
+<dt><span>OpenMP v3.1</span>
+ <span class="date">[2011-08-02]</span></dt>
<dd>An implementation of the <a
href="http://www.openmp.org/mp-documents/OpenMP3.1.pdf">OpenMP v3.1</a>
parallel programming interface for C, C++ and Fortran has been added.
Code was contributed by Jakub Jelinek of Red Hat, Inc. and
Tobias Burnus.</dd>
-<dt>July 15, 2011</dt>
+<dt><span>TI C6X processor support</span>
+ <span class="date">[2011-07-15]</span></dt>
<dd>A port for the TI C6X family of processors has been contributed by
CodeSourcery.</dd>
-<dt>June 27, 2011</dt>
-<dd><a href="gcc-4.3/">GCC 4.3.6</a> has been released.</dd>
+<dt><span><a href="gcc-4.3/">GCC 4.3.6</a> released</span>
+ <span class="date">[2011-06-27]</span></dt>
+<dd></dd>
+
+<dt><span><a href="gcc-4.6/">GCC 4.6.1</a> released</span>
+ <span class="date">[2011-06-27]</span></dt>
+<dd></dd>
+
+<dt><span><a href="gcc-4.5/">GCC 4.5.3</a> released</span>
+ <span class="date">[2011-04-28]</span></dt>
+<dd></dd>
-<dt>June 27, 2011</dt>
-<dd><a href="gcc-4.6/">GCC 4.6.1</a> has been released.</dd>
+<dt><span><a href="gcc-4.4/">GCC 4.4.6</a> released</span>
+ <span class="date">[2011-04-16]</span></dt>
-<dt>April 28, 2011</dt>
-<dd><a href="gcc-4.5/">GCC 4.5.3</a> has been released.</dd>
-
-<dt>April 16, 2011</dt>
-<dd><a href="gcc-4.4/">GCC 4.4.6</a> has been released.</dd>
-
-<dt>April 4, 2011</dt>
+<dt><span>GCC at Google Summer of Code</span>
+ <span class="date">[2011-04-04]</span></dt>
<dd>GCC has been accepted to
<a href="http://socghop.appspot.com/gsoc/org/google/gsoc2011/gcc">Google's
Summer of Code 2011</a>.
We are currently accepting student applications.</dd>
-<dt>March 25, 2011</dt>
-<dd><a href="gcc-4.6/">GCC 4.6.0</a> has been released.</dd>
+<dt><span><a href="gcc-4.6/">GCC 4.6.0</a> released</span>
+ <span class="date">[2011-03-25]</span></dt>
-<dt>January 11, 2011</dt>
+<dt><span>Objective-C enhanced significantly</span>
+ <span class="date">[2011-01-11]</span></dt>
<dd>GCC 4.6 will support many <a href="gcc-4.6/changes.html#objective-c">new
Objective-C features</a>, such as declared and synthesized properties, dot
syntax, fast enumeration, optional protocol methods, method/protocol/class