diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-16 17:16:04 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-16 17:16:04 +0000 |
commit | 9db626e9649774cafd62878416aee29648fb8885 (patch) | |
tree | 4f11e4dd5e735c7e172b833006ec9352f5a9d2b0 /libstdc++-v3/ChangeLog | |
parent | b321a57a315097c60d058fb02bc13d847ecac880 (diff) | |
download | gcc-9db626e9649774cafd62878416aee29648fb8885.tar.gz |
2006-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* docs/html/27_io/howto.html: Fix typos.
* docs/html/24_iterators/howto.html: Likewise.
* docs/html/18_support/howto.html: Likewise.
* docs/html/21_strings/howto.html: Likewise.
* docs/html/ext/howto.html: Likewise.
* docs/html/ext/ballocator_doc.html: Likewise.
* docs/html/17_intro/porting-howto.xml: Likewise.
* docs/html/17_intro/howto.html: Likewise.
* docs/html/22_locale/howto.html: Likewise.
* docs/html/faq/index.html: Likewise.
* docs/doxygen/tables.html: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119964 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5b692ea25d9..c89db7477e9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,17 @@ +2006-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * docs/html/27_io/howto.html: Fix typos. + * docs/html/24_iterators/howto.html: Likewise. + * docs/html/18_support/howto.html: Likewise. + * docs/html/21_strings/howto.html: Likewise. + * docs/html/ext/howto.html: Likewise. + * docs/html/ext/ballocator_doc.html: Likewise. + * docs/html/17_intro/porting-howto.xml: Likewise. + * docs/html/17_intro/howto.html: Likewise. + * docs/html/22_locale/howto.html: Likewise. + * docs/html/faq/index.html: Likewise. + * docs/doxygen/tables.html: Likewise. + 2006-12-13 Ian Lance Taylor <iant@google.com> PR c++/19564 |