From 6e40349a8022adf431031492ebbb49184c775de9 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 4 Feb 2003 18:24:07 +0000 Subject: [PATCH] howto.html: Link to Dietmar Kuehl's IOStream page... 2002-02-04 Jonathan Wakely * docs/html/27_io/howto.html: Link to Dietmar Kuehl's IOStream page, add HTML comment about updating links if numbering changes. From-SVN: r62390 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/27_io/howto.html | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * 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 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 @@ }

Try it yourself! More examples can be found in 3.1.x code, in - include/ext/*_filebuf.h. + include/ext/*_filebuf.h, and on + Dietmar + Kühl's IOStreams page.


@@ -695,6 +697,7 @@

Using FILE*s and file descriptors with IOStreams

+

The v2 library included non-standard extensions to construct std::filebufs from C stdio types such as FILE*s and POSIX file descriptors.