Makefile.am: Remove RCS Id strings.
authorStan Shebs <shebs@apple.com>
Thu, 27 Sep 2001 00:48:01 +0000 (00:48 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Thu, 27 Sep 2001 00:48:01 +0000 (00:48 +0000)
        * include/Makefile.am: Remove RCS Id strings.
        * src/Makefile.am: Ditto.
        * docs/doxygen/run_doxygen: Ditto.
        * docs/html/configopts.html: Ditto.
        * docs/html/documentation.html: Ditto.
        * docs/html/explanations.html: Ditto.
        * docs/html/install.html: Ditto.
        * docs/html/17_intro/howto.html: Ditto.
        * docs/html/18_support/howto.html: Ditto.
        * docs/html/19_diagnostics/howto.html: Ditto.
        * docs/html/20_util/howto.html: Ditto.
        * docs/html/21_strings/howto.html: Ditto.
        * docs/html/22_locale/howto.html: Ditto.
        * docs/html/23_containers/howto.html: Ditto.
        * docs/html/24_iterators/howto.html: Ditto.
        * docs/html/25_algorithms/howto.html: Ditto.
        * docs/html/26_numerics/howto.html: Ditto.
        * docs/html/27_io/howto.html: Ditto.
        * docs/html/ext/howto.html: Ditto.
        * docs/html/ext/sgiexts.html: Ditto.
        * docs/html/faq/index.html: Ditto.
        * docs/html/faq/index.txt: Ditto.

From-SVN: r45836

23 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/doxygen/run_doxygen
libstdc++-v3/docs/html/17_intro/howto.html
libstdc++-v3/docs/html/18_support/howto.html
libstdc++-v3/docs/html/19_diagnostics/howto.html
libstdc++-v3/docs/html/20_util/howto.html
libstdc++-v3/docs/html/21_strings/howto.html
libstdc++-v3/docs/html/22_locale/howto.html
libstdc++-v3/docs/html/23_containers/howto.html
libstdc++-v3/docs/html/24_iterators/howto.html
libstdc++-v3/docs/html/25_algorithms/howto.html
libstdc++-v3/docs/html/26_numerics/howto.html
libstdc++-v3/docs/html/27_io/howto.html
libstdc++-v3/docs/html/configopts.html
libstdc++-v3/docs/html/documentation.html
libstdc++-v3/docs/html/explanations.html
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/docs/html/ext/sgiexts.html
libstdc++-v3/docs/html/faq/index.html
libstdc++-v3/docs/html/faq/index.txt
libstdc++-v3/docs/html/install.html
libstdc++-v3/include/Makefile.am
libstdc++-v3/src/Makefile.am

index e7106a9f46f4c900c09af20a95762aad88d9e566..5fc8051ac5395924a002a44b2045d10503af2b74 100644 (file)
@@ -1,3 +1,28 @@
+2001-09-26  Stan Shebs  <shebs@apple.com>
+
+       * include/Makefile.am: Remove RCS Id strings.
+       * src/Makefile.am: Ditto.
+       * docs/doxygen/run_doxygen: Ditto.
+       * docs/html/configopts.html: Ditto.
+       * docs/html/documentation.html: Ditto.
+       * docs/html/explanations.html: Ditto.
+       * docs/html/install.html: Ditto.
+       * docs/html/17_intro/howto.html: Ditto.
+       * docs/html/18_support/howto.html: Ditto.
+       * docs/html/19_diagnostics/howto.html: Ditto.
+       * docs/html/20_util/howto.html: Ditto.
+       * docs/html/21_strings/howto.html: Ditto.
+       * docs/html/22_locale/howto.html: Ditto.
+       * docs/html/23_containers/howto.html: Ditto.
+       * docs/html/24_iterators/howto.html: Ditto.
+       * docs/html/25_algorithms/howto.html: Ditto.
+       * docs/html/26_numerics/howto.html: Ditto.
+       * docs/html/27_io/howto.html: Ditto.
+       * docs/html/ext/howto.html: Ditto.
+       * docs/html/ext/sgiexts.html: Ditto.
+       * docs/html/faq/index.html: Ditto.
+       * docs/html/faq/index.txt: Ditto.
+       
 2001-09-25  Phil Edwards  <pme@gcc.gnu.org>
 
        * testsuite/21_strings/c_strings.cc (test01, test02):  Increase
index 8af7be37c76c448daed9aa154471c287882a9c3d..6bd83f024b3cd5597aa37cc17e13c94185b80185 100644 (file)
@@ -5,7 +5,6 @@
 # Synopsis:  run_doxygen --mode=[user|maint]  v3srcdir  v3builddir
 #
 # Originally hacked together by Phil Edwards <pme@sources.redhat.com>
-# $Id: run_doxygen,v 1.5 2001/06/11 13:04:07 pme Exp $
 
 
 # We can check now that the version of doxygen is >= this variable.
@@ -75,7 +74,7 @@ parse_options() {
         blank=
         Id=is
         echo You expect this dinky script to track a version?  Okay, here
-        echo it $Id: run_doxygen,v 1.5 2001/06/11 13:04:07 pme Exp $blank
+        echo it $Id: run_doxygen,v 1.6 2001/07/11 19:35:47 pme Exp $blank
         exit 0
         ;;
       *)
index 5d638a1c42f61075e9c1fc5eebee1427929386f0..6fd234b2255099751c233db9d7e9098db7b6bd77 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 17</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.7 2001/09/15 00:41:10 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.7 2001/09/15 00:41:10 pme Exp $
 </em></p>
 
 
index fd9c08ad31d2f9d03381ed6785238b3633f80929..11c7d40ec4aa383e657f96e902d63d1bbcbee82b 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 18</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.4 2001/09/15 00:41:11 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.4 2001/09/15 00:41:11 pme Exp $
 </em></p>
 
 
index 0cd031a833145a03b5aeccc75d0dc0e1306b353f..141e5c0cee4dc7e169a5570f6eef5d17e3a3ab3c 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 19</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.5 2001/09/15 00:41:11 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.5 2001/09/15 00:41:11 pme Exp $
 </em></p>
 
 
index b07f195772f42e9aab542aef57f66cc708a6c1b6..38bcb3e6a3860649ca9e5ebebbc7ad1b4dc45e77 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 20</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.5 2001/09/17 23:24:39 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.5 2001/09/17 23:24:39 pme Exp $
 </em></p>
 
 
index bf47e406c413ae8fec705fd2f5160e9664190caf..836538955a6b055512a25b601c8ec77c8e9bbe7b 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 21</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.3 2001/04/03 00:26:55 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.3 2001/04/03 00:26:55 pme Exp $
 </em></p>
 
 
index ec9bf0a5da743148da95ae22f8928666b5c347c5..7504bee1b44d10018f95afb034ba635558c7c84c 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 22</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.5 2001/09/15 00:41:11 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.5 2001/09/15 00:41:11 pme Exp $
 </em></p>
 
 
index 0d1454cdf9d6a45664f1e83c64114bf0a5d50538..b5d3d3c85f31ccbe7983cde37b03fc7a9d70cabc 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 23</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.9 2001/09/17 23:24:39 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.9 2001/09/17 23:24:39 pme Exp $
 </em></p>
 
 
index 9cdabd7be3a397ab6512d1edb2b25de86b3529fb..a2820347d5965aee482f3060c5b6cc0177c78cf2 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 24</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.3 2001/05/30 21:55:01 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.3 2001/05/30 21:55:01 pme Exp $
 </em></p>
 
 
index 6676eb423a8335721e2aaed68670aa22a83bb815..c724af57c1e66d66c83232f453578c27d5b429e3 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 25</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.5 2001/09/17 23:24:39 pme Exp $ -->
 </head>
 <body>
 
@@ -97,7 +96,6 @@
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.5 2001/09/17 23:24:39 pme Exp $
 </em></p>
 
 
index 04562b9cedf5348ed4658ae68ab4fb715fae1d2a..9a90f27d08c4a8e8fa492d86cb29e83a62ada03b 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 26</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.3 2001/05/30 21:55:03 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.3 2001/05/30 21:55:03 pme Exp $
 </em></p>
 
 
index 9edab19b849f431a09614dcb2f1d72a447ccfade..0a3c47bc313fb20f4269123aa4b264d51502c64d 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Chapter 27</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.8 2001/07/18 21:37:06 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.8 2001/07/18 21:37:06 pme Exp $
 </em></p>
 
 
index 9a5b71fe8e440755a4adaec555443073a9e91ac8..e6391e9a5da47270e66865e4ac6113f0dc8659bc 100644 (file)
@@ -7,7 +7,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 configure options</title>
 <link REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: configopts.html,v 1.13 2001/08/08 02:48:58 bkoz Exp $ -->
 </head>
 <body>
 
@@ -216,7 +215,8 @@ options</a></h1>
 
 <hr>
 <P CLASS="fineprint"><em>
-$Id: configopts.html,v 1.13 2001/08/08 02:48:58 bkoz Exp $
+Comments and suggestions are welcome, and may be sent to
+<a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
 </em></p>
 
 
index 6d5da262bc80c74f14750ea25dbeabf53157365b..c5e30b5d7531d5e3ade6ec6cdb8003cd9dd70657 100644 (file)
@@ -3,7 +3,6 @@
  <meta NAME="KEYWORDS" CONTENT="libstdc++, homepage, home, g++, libg++, STL">
  <title>Standard C++ Library v3</title>
 <link REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: documentation.html,v 1.5 2001/06/15 22:57:30 pme Exp $ -->
 </head>
 <body>
 
index 076454f9b13d74b25ead32950e6d21a7626544ce..8cf34166bcc7abe3bbecb98a9b421d629642211e 100644 (file)
@@ -7,7 +7,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>Explanatory notes about libstdc++-v3 design</title>
 <link REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: explanations.html,v 1.1 2001/07/09 19:37:01 pme Exp $ -->
 </head>
 <body>
 
@@ -66,7 +65,8 @@ design</a></h1>
 
 <hr>
 <P CLASS="fineprint"><em>
-$Id: explanations.html,v 1.1 2001/07/09 19:37:01 pme Exp $
+Comments and suggestions are welcome, and may be sent to
+<a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
 </em></p>
 
 
index df730c05305b55ddec0b2e6526d0c1651cbf93bf..f27c31ddfe66328323f8fd0d82ffabbf083926ef 100644 (file)
@@ -8,7 +8,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 HOWTO:  Extensions</title>
 <link REL=StyleSheet HREF="../lib3styles.css">
-<!-- $Id: howto.html,v 1.6 2001/09/17 23:24:40 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: howto.html,v 1.6 2001/09/17 23:24:40 pme Exp $
 </em></p>
 
 
index e1b019656c11b7cf74f80497eb4b03f9df31cdc3..cd948873a94d9f31ca626c15e79498db172a6b62 100644 (file)
@@ -7,7 +7,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>SGI extensions to the library in libstdc++-v3</title>
 <link REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: explanations.html,v 1.2 2001/09/17 23:24:38 pme Exp $ -->
 </head>
 <body>
 
@@ -26,7 +25,7 @@ libstdc++-v3</a></h1>
    for a description).  Not every chapter may have extensions, and the
    extensions may come and go.  Also, this page is incomplete because the
    author is pressed for time.  Check back often; the latest change was on
-   $Date$ (UTC).
+   $Date: 2001/09/25 23:51:16 $ (UTC).
 </p>
 
 <p>Descriptions range from the scanty to the verbose.  You should also check
@@ -225,7 +224,8 @@ libstdc++-v3</a></h1>
 
 <hr>
 <P CLASS="fineprint"><em>
-$Id: explanations.html,v 1.2 2001/09/17 23:24:38 pme Exp $
+Comments and suggestions are welcome, and may be sent to
+<a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
 </em></p>
 
 
index 503490ddf0feb55ac9f79442ba20a8c68dd6adcd..e64ed4e55843a5ea3d7700410215f848d658b982 100644 (file)
@@ -9,7 +9,6 @@
   ** Locations of "the most recent snapshot is the Nth" text are 
   ** answers 1_1, 1_4, 4_1, 5_6.
 -->
-<!-- $Id: index.html,v 1.11 2001/09/17 23:24:40 pme Exp $ -->
 </head>
 <body>
 
@@ -698,7 +697,6 @@ HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html">speculation</a>.
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: index.html,v 1.11 2001/09/17 23:24:40 pme Exp $
 </em></p>
 
 
index bf9656d58938b4c56597c351e125ed266fc4ccac..0f23d68825bdac683c6bbf1bf49f0ca92d3ef56a 100644 (file)
@@ -546,7 +546,6 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff
 
    Comments  and  suggestions  are  welcome,  and  may be sent to [80]the
    mailing list.
-   $Id: index.html,v 1.11 2001/09/17 23:24:40 pme Exp $ 
 
 References
 
index c3627b462fd513f7519c3adc9d8953dc7cd9a34f..29e3893be947570374eb1e281514baa07064250e 100644 (file)
@@ -7,7 +7,6 @@
    <meta NAME="GENERATOR" CONTENT="vi and eight fingers">
    <title>libstdc++-v3 Installation Instructions</title>
 <link REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: install.html,v 1.6 2001/05/30 21:54:56 pme Exp $ -->
 </head>
 <body>
 
 <P CLASS="fineprint"><em>
 Comments and suggestions are welcome, and may be sent to
 <a href="mailto:libstdc++@gcc.gnu.org">the mailing list</a>.
-<br> $Id: install.html,v 1.6 2001/05/30 21:54:56 pme Exp $
 </em></p>
 
 
index 0750611557985c87943efc70b56fe34148e35bed..dd498befda23394e8580395328f415b2e5cac938 100644 (file)
@@ -21,8 +21,6 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.10 2001/09/10 18:13:16 bkoz Exp $
-
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1
 
index b1057fcb1493a98f83c0a9b7b314208b784cad73..26d63f16ae3de0b2db1ff28180ddb0fa76336b7f 100644 (file)
@@ -21,8 +21,6 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 ## USA.
 
-## $Id: Makefile.am,v 1.95 2001/08/18 02:53:13 bkoz Exp $
-
 AUTOMAKE_OPTIONS = 1.3 gnits
 MAINT_CHARSET = latin1