[v3/wwwdocs] Thanking people for all the fish (well, you get the idea)

Phil Edwards pedwards@disaster.jaj.com
Thu May 17 14:36:00 GMT 2001


It's pretty sad that I haven't updated libstdc++'s "thanks/contributors"
page in half a year.  And there's people I'm leaving out, I'm certain.

Also, now that the new EH is on the branch, gcc snapshots work with the
last library snapshot; this updates the status page to reflect that.



2001-05-17  Phil Edwards  <pme@sources.redhat.com>

	* status.html:  Update "latest working snapshot" version.
	* thanks.html:  More people.


Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 status.html
--- status.html	2001/02/21 18:15:35	1.10
+++ status.html	2001/05/17 21:30:22
@@ -13,11 +13,11 @@
 <H3>Status</H3>
 <P>Compiling this library requires sources of a recent version of GCC.
    We suggest using CVS GCC.  The latest library snapshot has also been
-   tested with this recent GCC snapshot:  <STRONG>2001-01-22</STRONG>,
+   tested with this recent GCC snapshot:  <STRONG>2001-05-14</STRONG>,
    which is available from a
    <A HREF=" http://gcc.gnu.org/mirrors.html" ;>GCC mirror site</A> under the
-   snapshots directory as "2001-01-22/gcc[-g++]-20010122.tar.gz",
-   or via CVS using the "gcc_ss_20010122" checkout tag.
+   snapshots directory as "2001-05-14/gcc[-g++]-20010514.tar.gz",
+   or via CVS using the "gcc_ss_20010514" checkout tag.
 </P>
 
 <P>The most recent version of this library that will build with
Index: thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/thanks.html,v
retrieving revision 1.12
diff -u -3 -p -r1.12 thanks.html
--- thanks.html	2000/12/03 23:35:09	1.12
+++ thanks.html	2001/05/17 21:30:22
@@ -25,7 +25,7 @@
    Please keep this list in alphabetical order.
 
    <!--
-         Latest update 2000-05-16, more or less.
+         Latest update 2001-05-16, more or less.
    -->
 <UL>
 
@@ -87,9 +87,14 @@
 
   <LI>Felix Natter for documentation on porting.
 
+  <LI>Gerald "Jerry" Pfeifer for lots of help on merging with
+      the main GCC project.
+
   <LI>Chip Salzenberg for patches and improvements to locales, traits,
       Makefiles, libio, libtool hackery, and "long long" support.
 
+  <LI>Peter Schmid for constant testing, and header file tweaks.
+
   <LI>Scott Snyder for queue, iterator, istream, and string fixes and
       testsuite entries.
 
@@ -98,6 +103,9 @@
   <LI>Brent Verner for work with the cshadow files and their associated
       configure steps.
 
+  <LI>Stephen M. Webb for time and effort on making shadow files work
+      with the tricky Solaris 8+ headers.
+
 </UL></P>
 
 <P>We'd also like to thank the folks who have contributed time and
@@ -106,6 +114,7 @@
 
 <UL>
 
+  <LI>David Billinghurst
   <LI>David Gilbert
   <LI>Levente Farkas 
   <LI>Jürgen Freyh
@@ -113,6 +122,7 @@
   <LI>llewelly <!-- Honest, that's the only name in the messages. -->
   <LI>Loren James Rittle
   <LI>George Talbot
+  <LI>Carlo Wood
 
 </UL></P>
 



More information about the Gcc-patches mailing list