summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7a45a8deb36..762b18eb409 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,27 @@
+2001-09-19 Benjamin Kosnik <bkoz@redhat.com>
+
+ Implement std::time_put.
+ * include/bits/locale_facets.h: Include time_members.h.
+ (__timepunct): New.
+ (time_put): Implement.
+ * include/bits/locale_facets.tcc (do_put): Put generic versions here.
+ * include/bits/localefwd.h: Bump number of facets.
+ * config/locale/time_members_generic.h: New file.
+ * config/locale/time_members_gnu.h: New file.
+ * config/locale/c_locale_generic.h: Include clocale.
+ * src/locale-inst.cc: Add use_facet instantiations for __timepunct.
+ * src/locale.cc: Add __timepunct initializations.
+ * src/localename.cc (locale::_Impl::_Impl(string, size_t)): Same.
+ * include/Makefile.am (stamp-target): Add time_members.h.
+ * include/Makefile.in: Regenerate.
+ * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add CTIME_H.
+ * aclocal.m4: Regenerate.
+ * configure: Regenerate.
+ * testsuite/22_locale/time_put.cc: New file.
+ * testsuite/22_locale/time_put_members_char.cc: New file.
+
+ * docs/html/22_locale/locale.html: Add note.
+
2001-09-17 Phil Edwards <pme@gcc.gnu.org>
* docs/html/configopts.html: HTML to XHTML change. Lowercase tags.