diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:05:17 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-31 02:05:17 +0000 |
commit | 10b3bbc180da7adbe5b129f72c319f89b1f552a4 (patch) | |
tree | cd7570566e47f9d0b95a52e5806803684e1eaee8 /libstdc++-v3/ChangeLog-2001 | |
parent | 3276ae54f60fcb56ffa585b761fa5c897a2c6ac5 (diff) | |
download | gcc-10b3bbc180da7adbe5b129f72c319f89b1f552a4.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49358 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog-2001')
-rw-r--r-- | libstdc++-v3/ChangeLog-2001 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog-2001 b/libstdc++-v3/ChangeLog-2001 index 1c8e575af45..e7d658febc0 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, |