aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog-2001
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2002-01-31 02:05:17 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2002-01-31 02:05:17 +0000
commitf5d09ce7478b854fd1869a70841f8650a9a39b4b (patch)
treecd7570566e47f9d0b95a52e5806803684e1eaee8 /libstdc++-v3/ChangeLog-2001
parent8785985197496735946fb77807746420bc262da9 (diff)
downloadgcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.zip
gcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.tar.gz
gcc-f5d09ce7478b854fd1869a70841f8650a9a39b4b.tar.bz2
c_locale_gnu.cc: Same errno fixes as generic.
2002-01-30 Benjamin Kosnik <bkoz@redhat.com> * config/locale/c_locale_gnu.cc: Same errno fixes as generic. * ChangeLog-2001: Fix my spelling errors... * docs/html/17_intro/RELEASE-NOTES: Update. * docs/html/17_intro/TODO: Update. * README (file): Update. From-SVN: r49358
Diffstat (limited to 'libstdc++-v3/ChangeLog-2001')
-rw-r--r--libstdc++-v3/ChangeLog-20014
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog-2001 b/libstdc++-v3/ChangeLog-2001
index 1c8e575..e7d658f 100644
--- a/libstdc++-v3/ChangeLog-2001
+++ b/libstdc++-v3/ChangeLog-2001
@@ -21,7 +21,7 @@
* include/ext/stl_hashtable.h: Likewise.
* include/bits/stl_iterator_base_funcs.h: Move distance() extension...
* include/ext/iterator: to here. New file.
- * include/Makefile.am (ext_headers): Add new file, alphabatize.
+ * include/Makefile.am (ext_headers): Add new file, alphabetize.
* include/Makefile.in: Regenerate.
2001-12-31 Phil Edwards <pme@gcc.gnu.org>
@@ -273,7 +273,7 @@
2001-12-14 Benjamin Kosnik <bkoz@redhat.com>
- Clean up initialization and simplfy caching of underlying "C"
+ Clean up initialization and simplify caching of underlying "C"
default locale objects.
* src/localename.cc (locale::_Impl::_Impl(string, size_t):
Unconditionally create __clocale object for all named locales,