This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] rotate news


Installed.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.667
diff -u -3 -p -r1.667 index.html
--- index.html	28 Jun 2008 13:34:25 -0000	1.667
+++ index.html	5 Jul 2008 14:12:56 -0000
@@ -80,29 +80,6 @@ release management team</a>, quadrupling
 <dd><a href="http://gcc.gnu.org/ml/gcc/2008-01/msg00009.html";>Gfortran
 annual report for 2008</a></dd>
 
-<dt>October 7, 2007</dt>
-<dd><a href="gcc-4.2/">GCC 4.2.2</a> has been released.</dd>
-
-<dt>September 11, 2007</dt>
-<dd>An experimental <a
-   href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html";>
-   parallel mode </a> has been added. This is a parallel
-   implementation of many C++ Standard library algorithms, like
-   <code>std::accumulate</code>, <code>std::for_each</code>,
-   <code>std::transform</code>, or <code>std::sort</code>, to give but
-   four examples. Code was contributed by Johannes Singler and Leonor
-   Frias, with the support of the University of Karlsruhe. Assisting
-   were Felix Putze, Marius Elvert, Felix Bondarenko, Robert
-   Geisberger, Robin Dapp, and Benjamin Kosnik of Red Hat.</dd>
-
-<dt>July 18, 2007</dt>
-<dd><a href="gcc-4.2/">GCC 4.2.1</a> has been released.</dd>
-
-<dt>July 2, 2007</dt>
-<dd>C interoperability support (ISO Bind C) has been added to the
-    Fortran compiler. The code was contributed by Christopher D.
-    Rickett of Los Alamos National Lab.</dd>
-
 </dl>
 
 <div>
Index: news.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v
retrieving revision 1.111
diff -u -3 -p -r1.111 news.html
--- news.html	22 Mar 2008 06:05:45 -0000	1.111
+++ news.html	5 Jul 2008 14:12:56 -0000
@@ -14,6 +14,29 @@ home page</a>.</p>
 
 <!-- ATTENTION: This page is for *OLD* news!  Latest news goes first. -->
 
+<dt>October 7, 2007</dt>
+<dd><a href="gcc-4.2/">GCC 4.2.2</a> has been released.</dd>
+
+<dt>September 11, 2007</dt>
+<dd>An experimental <a
+   href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html";>
+   parallel mode </a> has been added. This is a parallel
+   implementation of many C++ Standard library algorithms, like
+   <code>std::accumulate</code>, <code>std::for_each</code>,
+   <code>std::transform</code>, or <code>std::sort</code>, to give but
+   four examples. Code was contributed by Johannes Singler and Leonor
+   Frias, with the support of the University of Karlsruhe. Assisting
+   were Felix Putze, Marius Elvert, Felix Bondarenko, Robert
+   Geisberger, Robin Dapp, and Benjamin Kosnik of Red Hat.</dd>
+
+<dt>July 18, 2007</dt>
+<dd><a href="gcc-4.2/">GCC 4.2.1</a> has been released.</dd>
+
+<dt>July 2, 2007</dt>
+<dd>C interoperability support (ISO Bind C) has been added to the
+    Fortran compiler. The code was contributed by Christopher D.
+    Rickett of Los Alamos National Lab.</dd>
+
 <dt>June 2, 2007</dt>
 <dd>Experimental support for the upcoming ISO C++0x standard
     been added. Enabled


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]