This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

[v3/wwwdocs] HTML style change



This is half of the change that Gerald has been wanting for some time now.
I had some spare minutes and figured I should keep my promises.  :-)

All the uppercase tags are changed to lowercase.  The <TT> tags are changed
to <code>.  The change was done via sed, so some tags may have been missed.
I didn't notice any, but if so, the pages still won't break.

This half is the small set of pages living in wwwdocs.  The second half
will be the pages living in the code repo.  That diff for that one will
be huge, since this touches any line that isn't plaintext.  The diff is
also very boring; if I post the change, it'll probably be compressed.


2001-09-17  Phil Edwards  <pme@gcc.gnu.org>

	* download.html:  HTML to XHTML change.  Lowercase tags.
	* footer.ihtml:  Likewise.
	* header.ihtml:  Likewise.
	* index.html:  Likewise.
	* status.html:  Likewise.
	* thanks.html:  Likewise.


Index: download.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/download.html,v
retrieving revision 1.13
diff -u -3 -p -r1.13 download.html
--- download.html	2001/02/20 00:43:57	1.13
+++ download.html	2001/09/17 22:58:16
@@ -1,53 +1,53 @@
-<HTML>
-<HEAD>
- <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
- <TITLE>Standard C++ Library v3</TITLE>
-<LINK REL=StyleSheet HREF="lib3styles.css">
+<html>
+<head>
+ <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
+ <title>Standard C++ Library v3</title>
+<link REL=StyleSheet HREF="lib3styles.css">
 <!-- $Id: download.html,v 1.13 2001/02/20 00:43:57 pme Exp $ -->
-</HEAD>
-<BODY>
+</head>
+<body>
 
 <!--#include virtual="/libstdc++/header.ihtml"-->
 
 
-<H3>Getting the sources by FTP or CVS</H3>
+<h3>Getting the sources by FTP or CVS</h3>
 
 <!-- The <URL:foo> syntax is the standard way of writing such things.  No
      link to the FTP site is given directly, encouraging mirror usage.
 -->
-<P>Get the snapshot archive via FTP from
-   <TT>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt;</TT>.
+<p>Get the snapshot archive via FTP from
+   <code>&lt;URL:ftp://gcc.gnu.org/pub/gcc/libstdc++/&gt;</code>.
    You will almost certainly need to use one of the 
-   <A HREF="http://gcc.gnu.org/mirrors.html";>mirror sites</A>
+   <a href="http://gcc.gnu.org/mirrors.html";>mirror sites</a>
    due to the extremely heavy load on the main server.
-</P>
+</p>
 
-<P>The master CVS repository for libstdc++-v3 is now a part of the gcc
-   repository.  As such, checking out the <TT>gcc</TT> module includes
+<p>The master CVS repository for libstdc++-v3 is now a part of the gcc
+   repository.  As such, checking out the <code>gcc</code> module includes
    the current libstdc++-v3 development sources.  To check out
-   libstdc++-v3 only, use <TT>libstdc++-v3</TT> instead of <TT>gcc</TT>
+   libstdc++-v3 only, use <code>libstdc++-v3</code> instead of <code>gcc</code>
    as the module.
-</P>
-   <UL>
-     <LI>Read-only CVS repository is available by anonymous CVS.  Directions 
-         are <A HREF="http://gcc.gnu.org/cvs.html";>here</A>.  You can also
+</p>
+   <ul>
+     <li>Read-only CVS repository is available by anonymous CVS.  Directions 
+         are <a href="http://gcc.gnu.org/cvs.html";>here</a>.  You can also
          use anonymous CVS from one of the mirrors of the CVS repository.
-     <LI>Read-write CVS repository is available by authorized CVS via SSH.
-         Directions are <A HREF="http://gcc.gnu.org/cvswrite.html";>here</A>.
-   </UL>
-<P>Once you have the GCC sources checked out over CVS, you can use the
-   <CODE>contrib/gcc_update</CODE> script to retrieve the latest changes, and
+     <li>Read-write CVS repository is available by authorized CVS via SSH.
+         Directions are <a href="http://gcc.gnu.org/cvswrite.html";>here</a>.
+   </ul>
+<p>Once you have the GCC sources checked out over CVS, you can use the
+   <code>contrib/gcc_update</code> script to retrieve the latest changes, and
    automatically update the timestamps of certain files.  With the
    timestamps updated, you won't need autoconf or the other tools (unless
    you make changes, obviously).
-</P>
+</p>
 
-<P>You can also
-<A HREF="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/libstdc++-v3?cvsroot=gcc";>browse 
-   the CVS repository over the web</A>.
-</P>
+<p>You can also
+<a href="http://gcc.gnu.org/cgi-bin/cvsweb.cgi/libstdc++-v3?cvsroot=gcc";>browse 
+   the CVS repository over the web</a>.
+</p>
 
 
 <!--#include virtual="/libstdc++/footer.ihtml"-->
-</BODY>
-</HTML>
+</body>
+</html>
Index: footer.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/footer.ihtml,v
retrieving revision 1.3
diff -u -3 -p -r1.3 footer.ihtml
--- footer.ihtml	2000/12/04 02:03:56	1.3
+++ footer.ihtml	2001/09/17 22:58:16
@@ -2,7 +2,7 @@
 
 <!-- ####################################################### -->
 
-</TD></TR></TABLE></TD></TR></TABLE>
+</td></tr></table></td></tr></table>
 
 <!-- possible hooks here -->
 
Index: header.ihtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/header.ihtml,v
retrieving revision 1.9
diff -u -3 -p -r1.9 header.ihtml
--- header.ihtml	2001/01/28 23:25:00	1.9
+++ header.ihtml	2001/09/17 22:58:16
@@ -5,33 +5,33 @@
      and the second is another table (hork).  That second table
      contains the actual "text" of the page.
 -->
-<TABLE>
-  <TR><TD VALIGN="TOP" ALIGN="LEFT">
-  <P><SPAN CLASS="tocheader">libstdc++</SPAN> v3</P>
-  </TD></TR><TR><TD VALIGN="TOP" bgcolor="#EEEEEE">
+<table>
+  <tr><td VALIGN="TOP" ALIGN="LEFT">
+  <p><SPAN CLASS="tocheader">libstdc++</SPAN> v3</p>
+  </td></tr><tr><td VALIGN="TOP" bgcolor="#EEEEEE">
 
 
 <!-- TOC (Navigation bar thingy) -->
-<TABLE CELLSPACING=10>
-    <TR><TD COLSPAN=2></TD></TR>
+<table CELLSPACING=10>
+    <tr><td COLSPAN=2></td></tr>
 
-    <TR><TD COLSPAN=2>
-    <A HREF="index.html">Home</A><BR>
-    <A HREF="status.html">Status</A><BR>
-    <A HREF="download.html">Downloading</A><BR>
-    <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html";>FAQ</A>
-(<A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.txt";>text</A>)<BR>
-    <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html";>Documentation</A><BR>
-    <A HREF="../lists.html">Mailing Lists</A><BR>
-    <A HREF="thanks.html">Contributors</A><BR>
-    <A HREF="../readings.html">Links</A><BR>
-    </TD></TR>
+    <tr><td COLSPAN=2>
+    <a href="index.html">Home</a><br>
+    <a href="status.html">Status</a><br>
+    <a href="download.html">Downloading</a><br>
+    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html";>FAQ</a>
+(<a href="http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.txt";>text</a>)<br>
+    <a href="http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html";>Documentation</a><br>
+    <a href="../lists.html">Mailing Lists</a><br>
+    <a href="thanks.html">Contributors</a><br>
+    <a href="../readings.html">Links</a><br>
+    </td></tr>
 
 
-</TABLE></TD><TD></TD><TD>
+</table></td><td></td><td>
     <!-- Why another table for the actual stuff?  See JSM's insightful
          comments in the source of sources.redhat.com.
      -->
-    <TABLE><TR><TD>
+    <table><tr><td>
 
 <!-- ####################################################### -->
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v
retrieving revision 1.15
diff -u -3 -p -r1.15 index.html
--- index.html	2001/09/17 15:51:48	1.15
+++ index.html	2001/09/17 22:58:16
@@ -1,33 +1,33 @@
-<HTML>
-<HEAD>
- <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
- <TITLE>Standard C++ Library v3</TITLE>
-<LINK REL=StyleSheet HREF="lib3styles.css">
+<html>
+<head>
+ <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
+ <title>Standard C++ Library v3</title>
+<link REL=StyleSheet HREF="lib3styles.css">
 <!-- $Id: index.html,v 1.15 2001/09/17 15:51:48 pme Exp $ -->
-</HEAD>
-<BODY>
+</head>
+<body>
 
 <!--#include virtual="/libstdc++/header.ihtml"-->
 
 
-<H2>What... is your name?</H2>
+<h2>What... is your name?</h2>
 
-<P>The GNU Standard C++ Library v3, or libstdc++-2.90.x/2.9x.  Also,
+<p>The GNU Standard C++ Library v3, or libstdc++-2.90.x/2.9x.  Also,
    libstdc++-v3 is the most common nickname.  Since the release of GCC 3.0,
    the library snapshots/tarballs/etc will have a major version number
    of 3 rather than 2.
-</P>
+</p>
 
-<H2>What... is your quest?</H2>
+<h2>What... is your quest?</h2>
 
-<P>This is an ongoing project to implement the ISO 14882 Standard
+<p>This is an ongoing project to implement the ISO 14882 Standard
    C++ Library as described in chapters 17 through 27 and Annex D.
-   <STRONG>Participation is welcome!</STRONG>
-</P>
+   <strong>Participation is welcome!</strong>
+</p>
 
-<H2>What... is the airspeed velocity of an unladen swallow?</H2>
+<h2>What... is the airspeed velocity of an unladen swallow?</h2>
 
-<P><A HREF="http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html";>African or European?</A></P>
+<p><a href="http://www.stone-dead.asn.au/movies/holy-grail/scene-23.html";>African or European?</a></p>
 <!-- Anyone who hasn't seen Holy Grail shouldn't be programming... how can you
      understand procedural logic if you haven't seen the witch-burning scene?
      (Replace 'scene-23' with 'scene-05' for the transcript of that scene.)
@@ -36,51 +36,51 @@
      works send an email to pedwards/pme (check the archives for an address).
 -->
 
-<HR>
+<hr>
 
-<H3>News</H3>
+<h3>News</h3>
 
-<DL>
- <DT>2001-06-18
- <DD> First major compiler release using libstdc++-v3 by default,
-   <A HREF="http://gcc.gnu.org/gcc-3.0/gcc-3.0.html";>GCC 3.0</A>.
- <DT>2001-04-06
- <DD> Eleventh snapshot release, <A HREF="download.html">libstdc++-2.92.tar.gz</A>.
- <DT>2000-11-17
- <DD> Tenth snapshot release, libstdc++-2.91.tar.gz.
- <DT>2000-11-12
- <DD> Officially
-   <A HREF="http://gcc.gnu.org/ml/gcc/2000-11/msg00522.html";>made 
-   libstdc++-v3 the default C++ library</A>.
- <DT>2000-04-21
- <DD> Officially merged library sources into GCC.
- <DT>2000-03-24 
- <DD> Ninth snapshot release, libstdc++-2.90.8.tar.gz.
- <DT>1999-12-21
- <DD> Eighth snapshot release, libstdc++-2.90.7.tar.gz.
- <DT>1999-08-04
- <DD> Seventh snapshot release, libstdc++-2.90.6.tar.gz.
- <DT>1999-05-18
- <DD> Sixth snapshot release, libstdc++-2.90.5.tar.gz.
- <DT>1999-03-19
- <DD> Fifth snapshot release, libstdc++-2.90.4.tar.gz. 
- <DT>1998-12-31
- <DD> Fourth snapshot release, libstdc++-2.90.3.tar.gz.
- <DT>1998-11-04
- <DD> Design, feature checklist and readme documents updated.  Also see
+<dl>
+ <dt>2001-06-18
+ <dd> First major compiler release using libstdc++-v3 by default,
+   <a href="http://gcc.gnu.org/gcc-3.0/gcc-3.0.html";>GCC 3.0</a>.
+ <dt>2001-04-06
+ <dd> Eleventh snapshot release, <a href="download.html">libstdc++-2.92.tar.gz</a>.
+ <dt>2000-11-17
+ <dd> Tenth snapshot release, libstdc++-2.91.tar.gz.
+ <dt>2000-11-12
+ <dd> Officially
+   <a href="http://gcc.gnu.org/ml/gcc/2000-11/msg00522.html";>made 
+   libstdc++-v3 the default C++ library</a>.
+ <dt>2000-04-21
+ <dd> Officially merged library sources into GCC.
+ <dt>2000-03-24 
+ <dd> Ninth snapshot release, libstdc++-2.90.8.tar.gz.
+ <dt>1999-12-21
+ <dd> Eighth snapshot release, libstdc++-2.90.7.tar.gz.
+ <dt>1999-08-04
+ <dd> Seventh snapshot release, libstdc++-2.90.6.tar.gz.
+ <dt>1999-05-18
+ <dd> Sixth snapshot release, libstdc++-2.90.5.tar.gz.
+ <dt>1999-03-19
+ <dd> Fifth snapshot release, libstdc++-2.90.4.tar.gz. 
+ <dt>1998-12-31
+ <dd> Fourth snapshot release, libstdc++-2.90.3.tar.gz.
+ <dt>1998-11-04
+ <dd> Design, feature checklist and readme documents updated.  Also see
       new &quot;Notes&quot; section.
- <DT>1998-10-30
- <DD> Third snapshot release, libstdc++-2.90.2.tar.gz.
- <DT>1998-07-31
- <DD><A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/DESIGN";>Design
+ <dt>1998-10-30
+ <dd> Third snapshot release, libstdc++-2.90.2.tar.gz.
+ <dt>1998-07-31
+ <dd><a href="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/DESIGN";>Design
      document available</a>
- <DT>1998-07-24
- <DD> Second snapshot release, libstdc++-2.90.1.tar.gz. 
- <DT>1998-07-15
- <DD> First snapshot release.
-</DL>
+ <dt>1998-07-24
+ <dd> Second snapshot release, libstdc++-2.90.1.tar.gz. 
+ <dt>1998-07-15
+ <dd> First snapshot release.
+</dl>
 
 
 <!--#include virtual="/libstdc++/footer.ihtml"-->
-</BODY>
-</HTML>
+</body>
+</html>
Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/status.html,v
retrieving revision 1.14
diff -u -3 -p -r1.14 status.html
--- status.html	2001/06/25 20:12:35	1.14
+++ status.html	2001/09/17 22:58:16
@@ -1,69 +1,69 @@
-<HTML>
-<HEAD>
- <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
- <TITLE>Standard C++ Library v3</TITLE>
-<LINK REL=StyleSheet HREF="lib3styles.css">
+<html>
+<head>
+ <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
+ <title>Standard C++ Library v3</title>
+<link REL=StyleSheet HREF="lib3styles.css">
 <!-- $Id: status.html,v 1.14 2001/06/25 20:12:35 pme Exp $ -->
-</HEAD>
-<BODY>
+</head>
+<body>
 
 <!--#include virtual="/libstdc++/header.ihtml"-->
 
 
-<H3>Status</H3>
+<h3>Status</h3>
 
-<HR>
-<P><STRONG>If you have downloaded GCC 3.0, STOP.  You have the most
+<hr>
+<p><strong>If you have downloaded GCC 3.0, STOP.  You have the most
    recent libstdc++-v3 code available.  All library snapshots are older
-   than the code contained in GCC 3.0.</STRONG>  We will continue to
+   than the code contained in GCC 3.0.</strong>  We will continue to
    roll library snapshots on a pseudo-independant basis (at least, that's
    the plan).  Once we have released another snapshot, superceding the
    version in GCC 3.0, this paragraph will be replaced with that information.
-</P>
-<HR>
+</p>
+<hr>
 
-<P>Compiling this library requires sources of a recent version of GCC.
+<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-05-14</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
+   <a href="http://gcc.gnu.org/mirrors.html";>GCC mirror site</a> under the
    snapshots directory as &quot;2001-05-14/gcc[-g++]-20010514.tar.gz&quot;,
    or via CVS using the &quot;gcc_ss_20010514&quot; checkout tag.
-</P>
+</p>
 
-<P>The most recent version of this library that will build with
-   <A HREF="http://gcc.gnu.org/gcc-2.95/gcc-2.95.2.html";>GCC 2.95.2</A>
+<p>The most recent version of this library that will build with
+   <a href="http://gcc.gnu.org/gcc-2.95/gcc-2.95.2.html";>GCC 2.95.2</a>
    is the ninth snapshot release,
-   <A HREF="download.html">libstdc++-2.90.8.tar.gz</A>.
-</P>
+   <a href="download.html">libstdc++-2.90.8.tar.gz</a>.
+</p>
 
-<P>If you are using
-   <A HREF="http://gcc.gnu.org/gcc-2.95/gcc-2.95.3.html";>GCC 2.95.3</A>,
-   then the most recent usable version of this library is <EM>still</EM>
+<p>If you are using
+   <a href="http://gcc.gnu.org/gcc-2.95/gcc-2.95.3.html";>GCC 2.95.3</a>,
+   then the most recent usable version of this library is <em>still</em>
    the ninth snapshot release,
-   <A HREF="download.html">libstdc++-2.90.8.tar.gz</A>, <EM>and</EM> you
+   <a href="download.html">libstdc++-2.90.8.tar.gz</a>, <em>and</em> you
    will need to apply
-   <A HREF="libstdc++-2.90.8-compat-gcc-2.95.3.diff">this patch</A> to
+   <a href="libstdc++-2.90.8-compat-gcc-2.95.3.diff">this patch</a> to
    mirror the changes made in gcc/glibc.
-</P>
+</p>
 
-<P>New things that work are in the latest
-   <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/RELEASE-NOTES";>release notes</A>.
-</P>
+<p>New things that work are in the latest
+   <a href="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/RELEASE-NOTES";>release notes</a>.
+</p>
 
-<P>Known problems and bugs, which will force us to actually keep this
+<p>Known problems and bugs, which will force us to actually keep this
    file up-to-date, can be found in <A
-   HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/BUGS";>bugs</A>.
-</P>
+   HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/BUGS";>bugs</a>.
+</p>
 
-<P>Things that need to be done and are looking for volunteers can be found
-   in: <A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/TODO";>pick me</A>.
-</P>
+<p>Things that need to be done and are looking for volunteers can be found
+   in: <a href="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/TODO";>pick me</a>.
+</p>
 
-<P>This release has been tested with CVS gcc on the following
+<p>This release has been tested with CVS gcc on the following
    platforms.  The configuration of --enable-debug (using -O0) was tested.
    Here are the results for snapshots 2.N:
-</P>
+</p>
 
 <TABLE CELLSPACING=4 CELLPADDING=1>
 
@@ -159,11 +159,11 @@
 </TABLE>
 
 
-<P>Note 2: All Solaris toolchains were configured with --with-gnu-ld
+<p>Note 2: All Solaris toolchains were configured with --with-gnu-ld
 --with-gnu-as --with-gcc. (That's a lot of --with's...)
-</P>
+</p>
 
 
 <!--#include virtual="/libstdc++/footer.ihtml"-->
-</BODY>
-</HTML>
+</body>
+</html>
Index: thanks.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/thanks.html,v
retrieving revision 1.14
diff -u -3 -p -r1.14 thanks.html
--- thanks.html	2001/06/13 14:53:31	1.14
+++ thanks.html	2001/09/17 22:58:16
@@ -1,147 +1,147 @@
-<HTML>
-<HEAD>
- <META NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
- <TITLE>Standard C++ Library v3</TITLE>
-<LINK REL=StyleSheet HREF="lib3styles.css">
+<html>
+<head>
+ <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
+ <title>Standard C++ Library v3</title>
+<link REL=StyleSheet HREF="lib3styles.css">
 <!-- $Id: thanks.html,v 1.14 2001/06/13 14:53:31 pme Exp $ -->
-</HEAD>
-<BODY>
+</head>
+<body>
 
 <!--#include virtual="/libstdc++/header.ihtml"-->
 
 
 
-<H3 CLASS="centered">Contributors</H3>
+<h3 CLASS="centered">Contributors</h3>
 
-<P>
+<p>
    <!-- This little ditty was ripped wholesale from Anthony Green's
         paragraph on the GCJ Credits page.  -->
    Many people contribute to the libstdc++-v3 project,
    and in many different capacities.  Any omissions -- and there probably
    are many --
-   in this list are accidental.  <B>Feel free</B> to contact <A
-   HREF="mailto:pme@sources.redhat.com";>pme@sources.redhat.com</A>
+   in this list are accidental.  <strong>Feel free</strong> to contact
+   <a href="mailto:pme@gcc.gnu.org";>pme@gcc.gnu.org</a>
    if you have been left out or some of your contributions are not listed.
    Please keep this list in alphabetical order.
 
    <!--
          Latest update 2001-06-12, more or less.
    -->
-<UL>
+<ul>
 
-  <LI>J. David Anglin for threading-related fixes and improvements.
+  <li>J. David Anglin for threading-related fixes and improvements.
 
-  <LI>Michael Cook for cleanup patches to reduce warnings.
+  <li>Michael Cook for cleanup patches to reduce warnings.
 
-  <LI>Russell Davidson for fstream and stringstream fixes.
+  <li>Russell Davidson for fstream and stringstream fixes.
 
-  <LI>Gabriel Dos Reis for contributing the valarray implementation,
+  <li>Gabriel Dos Reis for contributing the valarray implementation,
       taming g++ diagnostic messages involving templates, maintaining
       the numerics library (including that pesky &lt;limits&gt; :-), and
       keeping up-to-date anything to do with numbers.
 
-  <LI>Ulrich Drepper for all kinds of C interface issues, contributing
+  <li>Ulrich Drepper for all kinds of C interface issues, contributing
       and maintaining complex&lt;&gt;, sanity checking and disbursement, 
       configuration architecture, libio maintenance, early math work.
 
-  <LI>David Edelsohn for doing the entire AIX port with his bare hands.
+  <li>David Edelsohn for doing the entire AIX port with his bare hands.
 
-  <LI>Kevin Ediger for the floating point formatting of num_put::do_put.
+  <li>Kevin Ediger for the floating point formatting of num_put::do_put.
 
-  <LI>Phil Edwards for configuration hackery, documentation maintainer,
+  <li>Phil Edwards for configuration hackery, documentation maintainer,
       chief breaker of the web pages, and the occasional iostream bugfix.
 
-  <LI>Mark Elbrecht for configuration support for locales and
+  <li>Mark Elbrecht for configuration support for locales and
       fstream-related fixes.
 
-  <LI>Vadim Egorov for fixes in strings, streambufs, and iostreams.
+  <li>Vadim Egorov for fixes in strings, streambufs, and iostreams.
 
-  <LI>Nicolai Josuttis for additional documentation.
+  <li>Nicolai Josuttis for additional documentation.
 
-  <LI>Ryszard Kabatek for many, many bugfixes and optimizations of strings,
+  <li>Ryszard Kabatek for many, many bugfixes and optimizations of strings,
       especially member functions, and for auto_ptr fixes.
 
-  <LI>Brendan Kehoe for a lot of early work in just about every part of
+  <li>Brendan Kehoe for a lot of early work in just about every part of
       the library.
 
-  <LI>Mumit Khan for massive porting work to Cygwin/Mingw32.
+  <li>Mumit Khan for massive porting work to Cygwin/Mingw32.
 
-  <LI>Benjamin Kosnik for, well, everything.
+  <li>Benjamin Kosnik for, well, everything.
 
-  <LI>Martin v. Loewis for namespace patches and fixes, and tons of
+  <li>Martin v. Loewis for namespace patches and fixes, and tons of
       assistance with the compiler merges.
 
-  <LI>Philip Martin for lots of string and vector iterator fixes and
+  <li>Philip Martin for lots of string and vector iterator fixes and
       improvements, and string clean up and testsuites.
 
-  <LI>Alfred Minarik for string and ios bugfixes, and turning the entire
+  <li>Alfred Minarik for string and ios bugfixes, and turning the entire
       testsuite namespace-compatible.
 
-  <LI>Jason Molenda for keeping all the machines running.  Doing all
+  <li>Jason Molenda for keeping all the machines running.  Doing all
       this work on scrap paper and the backs of envelopes would have
       been... difficult.
 
-  <LI>Nathan Myers for architecture and authorship through the first 
+  <li>Nathan Myers for architecture and authorship through the first 
        three snapshots, including implementation of locale infrastructure, 
        string, shadow C headers, and the initial project documentation 
        (DESIGN, CHECKLIST, and so forth).  Later, more work on MT-safe 
        string and shadow headers.
 
-  <LI>Felix Natter for documentation on porting.
+  <li>Felix Natter for documentation on porting.
 
-  <LI>Alexandre Oliva for keeping libtool issues sane and happy.
+  <li>Alexandre Oliva for keeping libtool issues sane and happy.
 
-  <LI>Gerald &quot;Jerry&quot; Pfeifer for lots of help on merging with
+  <li>Gerald &quot;Jerry&quot; Pfeifer for lots of help on merging with
       the main GCC project.
 
-  <LI>Loren James Rittle for threading fixes, thread-related configury
+  <li>Loren James Rittle for threading fixes, thread-related configury
       changes, and solutions to really tricky I/O problems.
 
-  <LI>Chip Salzenberg for patches and improvements to locales, traits,
+  <li>Chip Salzenberg for patches and improvements to locales, traits,
       Makefiles, libio, libtool hackery, and &quot;long long&quot; support.
 
-  <LI>Peter Schmid for constant testing, and header file tweaks.
+  <li>Peter Schmid for constant testing, and header file tweaks.
 
-  <LI>Kenny Simpson for prompting fixes due to defect reports from the
+  <li>Kenny Simpson for prompting fixes due to defect reports from the
       LWG (thereby keeping us in line with updates from the ISO).
 
-  <LI>Scott Snyder for queue, iterator, istream, and string fixes and
+  <li>Scott Snyder for queue, iterator, istream, and string fixes and
       testsuite entries.
 
-  <LI>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.
+  <li>Petter Urkedal for CXXFLAGS, math, and algorithms fixes.
 
-  <LI>Brent Verner for work with the cshadow files and their associated
+  <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
+  <li>Stephen M. Webb for time and effort on making shadow files work
       with the tricky Solaris 8+ headers, and for pushing the build-time
       header tree.
 
-</UL></P>
+</UL></p>
 
-<P>We'd also like to thank the folks who have contributed time and
+<p>We'd also like to thank the folks who have contributed time and
    energy in testing libstdc++-v3, especially those sending in testsuite
    evaluations and documentation corrections:
 
-<UL>
+<ul>
 
-  <LI>David Billinghurst
-  <LI>David Gilbert
-  <LI>Levente Farkas 
-  <LI>J&uuml;rgen Freyh
-  <LI>James Kanze
-  <LI>llewelly <!-- Honest, that's the only name in the messages. -->
-  <LI>George Talbot
-  <LI>Carlo Wood
+  <li>David Billinghurst
+  <li>David Gilbert
+  <li>Levente Farkas 
+  <li>J&uuml;rgen Freyh
+  <li>James Kanze
+  <li>llewelly <!-- Honest, that's the only name in the messages. -->
+  <li>George Talbot
+  <li>Carlo Wood
 
-</UL></P>
+</ul></p>
 
-<P>It couldn't be done without you!</P>
+<p>It couldn't be done without you!</p>
 
 
 
 <!--#include virtual="/libstdc++/footer.ihtml"-->
-</BODY>
-</HTML>
+</body>
+</html>
 
 


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