summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-04 18:24:07 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-04 18:24:07 +0000
commit15a891e5c02dcfea4b316e2e40d689c4e35067c5 (patch)
treed41f8764349f9bbcb4c305c30209766a61b81e73 /libstdc++-v3
parent2f2d132e16cac35004a8d5bd8dc23a579dc83251 (diff)
downloadgcc-15a891e5c02dcfea4b316e2e40d689c4e35067c5.tar.gz
2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page, add HTML comment about updating links if numbering changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62390 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/docs/html/27_io/howto.html5
2 files changed, 9 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ac010126b70..7f4ea1acab8 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-04 Jonathan Wakely <redi@gcc.gnu.org>
+
+ * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page,
+ add HTML comment about updating links if numbering changes.
+
2003-02-04 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/9538
diff --git a/libstdc++-v3/docs/html/27_io/howto.html b/libstdc++-v3/docs/html/27_io/howto.html
index 54c47549fec..c8538a6f639 100644
--- a/libstdc++-v3/docs/html/27_io/howto.html
+++ b/libstdc++-v3/docs/html/27_io/howto.html
@@ -392,7 +392,9 @@
}
</pre>
<p>Try it yourself! More examples can be found in 3.1.x code, in
- <code>include/ext/*_filebuf.h</code>.
+ <code>include/ext/*_filebuf.h</code>, and on
+ <a href="http://www.informatik.uni-konstanz.de/~kuehl/c++/iostream/">Dietmar
+ K&uuml;hl's IOStreams page</a>.
</p>
<hr />
@@ -695,6 +697,7 @@
<hr />
<h2><a name="11">Using FILE*s and file descriptors with IOStreams</a></h2>
+ <!-- referenced by ext/howto.html#2, update link if numbering changes -->
<p>The v2 library included non-standard extensions to construct
<code>std::filebuf</code>s from C stdio types such as
<code>FILE*</code>s and POSIX file descriptors.