diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-03-01 22:32:23 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-03-01 22:32:23 +0000 |
commit | a810c64295caf69dafa6b9cba5e841bbcaff8fdb (patch) | |
tree | 74e1c8ab602b794be97addb5544428708eb39139 | |
parent | 913553ce1507d97ea9734721df1a96a3c27e2160 (diff) | |
download | gcc-a810c64295caf69dafa6b9cba5e841bbcaff8fdb.zip gcc-a810c64295caf69dafa6b9cba5e841bbcaff8fdb.tar.gz gcc-a810c64295caf69dafa6b9cba5e841bbcaff8fdb.tar.bz2 |
index.html: Update broken links.
2001-03-01 Phil Edwards <pme@sources.redhat.com>
* docs/html/faq/index.html: Update broken links.
* docs/html/faq/index.txt: Regenerated.
From-SVN: r40165
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.html | 8 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/faq/index.txt | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 377f09e..25e079d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-03-01 Phil Edwards <pme@sources.redhat.com> + + * docs/html/faq/index.html: Update broken links. + * docs/html/faq/index.txt: Regenerated. + 2001-02-28 Benjamin Kosnik <bkoz@redhat.com> libstdc++/2064 diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 84bdc10..e99c49c 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -9,7 +9,7 @@ ** 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.2 2001/01/23 17:02:27 pme Exp $ --> +<!-- $Id: index.html,v 1.3 2001/02/15 22:21:12 pme Exp $ --> </HEAD> <BODY> @@ -671,10 +671,10 @@ HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html">speculation</A>. <P>This is assuming that your idea of "multithreaded" is the same as ours... The general question of multithreading and libstdc++-v3 is addressed in the chapter-specific advice for -<A HREF="http://gcc.gnu.org/libstdc++/17_intro/howto.html#3">Library +<A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/howto.html#3">Library Introduction</A>. Threadsafe containers are covered in more detail in -<A HREF="http://gcc.gnu.org/libstdc++/23_containers/howto.html">the +<A HREF="http://gcc.gnu.org/onlinedocs/libstdc++/23_containers/howto.html">the Received Wisdom section on containers</A>. <!-- I have successfully evaded the topic; my work here is done- no, wait, I have to write those other sections... --> @@ -706,7 +706,7 @@ HREF="http://gcc.gnu.org/ml/libstdc++/1999/msg00084.html">speculation</A>. Comments and suggestions are welcome, and may be sent to <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:gdr@gcc.gnu.org">Gabriel Dos Reis</A>. -<BR> $Id: index.html,v 1.2 2001/01/23 17:02:27 pme Exp $ +<BR> $Id: index.html,v 1.3 2001/02/15 22:21:12 pme Exp $ </EM></P> diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index 5fb53e9..56404fb 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -561,7 +561,7 @@ http://clisp.cons.org/~haible/gccinclude-glibc-2.2-compat.diff Comments and suggestions are welcome, and may be sent to [81]Phil Edwards or [82]Gabriel Dos Reis. - $Id: index.html,v 1.2 2001/01/23 17:02:27 pme Exp $ + $Id: index.html,v 1.3 2001/02/15 22:21:12 pme Exp $ References @@ -640,8 +640,8 @@ References 73. http://www.sgi.com/Technology/STL/ 74. ../ext/howto.html 75. http://gcc.gnu.org/ml/libstdc++/1999-q3/msg00066.html - 76. http://gcc.gnu.org/libstdc++/17_intro/howto.html#3 - 77. http://gcc.gnu.org/libstdc++/23_containers/howto.html + 76. http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/howto.html#3 + 77. http://gcc.gnu.org/onlinedocs/libstdc++/23_containers/howto.html 78. http://www.ansi.org/ 79. http://webstore.ansi.org/ansidocstore/product.asp?sku=ISO%2FIEC+14882%2D1998 80. http://www.iso.ch/ |