[libstdc++ 1/3] I am moron, watch me grep

Phil Edwards pedwards@disaster.jaj.com
Thu Oct 4 12:58:00 GMT 2001


First of three documentation patches.

A few weeks back I did some automated changing of HTML to XHTML.  One of
the changes was from <TT> to <code>.  It turns out that while most of
changes were "protected" by enclosing the tags in <...>, for some reason
this one wasn't.  So the "TT" of "HTTP" was changed, giving us HcodeP-EQUIV
in the headers.  Sigh.

Applied to trunk.


2001-10-04  Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/17_intro/howto.html:  Fix mis-sed in header from 20010917.
	* docs/html/18_support/howto.html:  Likewise.
	* docs/html/19_diagnostics/howto.html:  Likewise.
	* docs/html/20_util/howto.html:  Likewise.
	* docs/html/21_strings/howto.html:  Likewise.
	* docs/html/22_locale/howto.html:  Likewise.
	* docs/html/23_containers/howto.html:  Likewise.
	* docs/html/24_iterators/howto.html:  Likewise.
	* docs/html/25_algorithms/howto.html:  Likewise.
	* docs/html/26_numerics/howto.html:  Likewise.
	* docs/html/27_io/howto.html:  Likewise.
	* docs/html/ext/howto.html:  Likewise.
	* docs/html/faq/index.html:  Likewise.  Spacing fix.


Index: docs/html/17_intro/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/17_intro/howto.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 howto.html
--- howto.html	2001/09/27 00:47:59	1.9
+++ howto.html	2001/10/04 19:51:59
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, gcc, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for libstdc++ chapter 17.">
Index: docs/html/18_support/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/18_support/howto.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 howto.html
--- howto.html	2001/09/27 00:47:59	1.6
+++ howto.html	2001/10/04 19:51:59
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 18.">
Index: docs/html/19_diagnostics/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/19_diagnostics/howto.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 howto.html
--- howto.html	2001/09/27 00:47:59	1.7
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 19.">
Index: docs/html/20_util/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/20_util/howto.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 howto.html
--- howto.html	2001/09/27 00:47:59	1.7
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 20.">
Index: docs/html/21_strings/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/21_strings/howto.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 howto.html
--- howto.html	2001/09/27 00:47:59	1.5
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 21.">
Index: docs/html/22_locale/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/22_locale/howto.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 howto.html
--- howto.html	2001/09/27 00:47:59	1.7
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 22.">
Index: docs/html/23_containers/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/23_containers/howto.html,v
retrieving revision 1.11
diff -u -3 -p -r1.11 howto.html
--- howto.html	2001/09/27 00:47:59	1.11
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 23.">
Index: docs/html/24_iterators/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/24_iterators/howto.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 howto.html
--- howto.html	2001/09/27 00:48:00	1.5
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 24.">
Index: docs/html/25_algorithms/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/25_algorithms/howto.html,v
retrieving revision 1.7
diff -u -3 -p -r1.7 howto.html
--- howto.html	2001/09/27 00:48:00	1.7
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 25.">
Index: docs/html/26_numerics/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/26_numerics/howto.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 howto.html
--- howto.html	2001/09/27 00:48:00	1.5
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 26.">
Index: docs/html/27_io/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/27_io/howto.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 howto.html
--- howto.html	2001/09/27 00:48:00	1.10
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="HOWTO for the libstdc++ chapter 27.">
Index: docs/html/ext/howto.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/ext/howto.html,v
retrieving revision 1.8
diff -u -3 -p -r1.8 howto.html
--- howto.html	2001/09/27 00:48:00	1.8
+++ howto.html	2001/10/04 19:52:00
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="AUTHOR" CONTENT="pme@gcc.gnu.org (Phil Edwards)">
    <meta NAME="KEYWORDS" CONTENT="HOWTO, libstdc++, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="Notes for the libstdc++ extensions.">
Index: docs/html/faq/index.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/faq/index.html,v
retrieving revision 1.13
diff -u -3 -p -r1.13 index.html
--- index.html	2001/09/27 00:48:00	1.13
+++ index.html	2001/10/04 19:52:00
@@ -1,6 +1,6 @@
 <html>
 <head>
-   <meta HcodeP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+   <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <meta NAME="KEYWORDS" CONTENT="libstdc++, libstdc++-v3, GCC, g++, libg++, STL">
    <meta NAME="DESCRIPTION" CONTENT="FAQ for the GNU libstdc++ effort.">
    <title>libstdc++-v3 FAQ</title>
@@ -591,7 +591,7 @@ http://clisp.cons.org/~haible/gccinclude
          those changes are being predicted by the library maintainers, and
          we add code to the library based on what the current proposed
          resolution specifies.  Those additions are listed in
-	 <a href="../ext/howto.html#5">the extensions page</a>.
+         <a href="../ext/howto.html#5">the extensions page</a>.
       </p>
       <li><p>Performance tuning.  Lots of performance tuning.  This too is
          already underway for post-3.0 releases, starting with memory



More information about the Gcc-patches mailing list