gcc/libstdc++-v3/include/bits
Benjamin Kosnik e08138aae3 Implement std::time_put.
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.

From-SVN: r45702
2001-09-20 08:30:01 +00:00
..
basic_file.h
basic_ios.h
basic_ios.tcc
basic_string.h backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
basic_string.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
boost_concept_check.h
c++config Daily bump. 2001-09-20 07:16:41 +00:00
char_traits.h
codecvt.h Implement std::messages. 2001-08-08 02:49:01 +00:00
concept_check.h
cpp_type_traits.h
fpos.h
fstream.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
functexcept.h
generic_shadow.h
gslice_array.h
gslice.h
indirect_array.h
ios_base.h
istream.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
limits_generic.h limits_generic.h (int): Set digits and digits10 appropriately for word size. 2001-07-23 12:41:03 -04:00
locale_facets.h Implement std::time_put. 2001-09-20 08:30:01 +00:00
locale_facets.tcc Implement std::time_put. 2001-09-20 08:30:01 +00:00
localefwd.h Implement std::time_put. 2001-09-20 08:30:01 +00:00
mask_array.h
ostream.tcc ostream.tcc (__pad_char): Change toplevel '__fmt' to '__adjust' to avoid shadowing in nested scope. 2001-08-13 12:59:38 +00:00
pthread_allocimpl.h
slice_array.h
slice.h
sstream.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
std_algorithm.h
std_bitset.h
std_complex.h 2001-08-10 Gunter Winkler gunter.winkler@mathematik.tu-chemnitz.de 2001-08-10 15:51:00 +00:00
std_deque.h
std_fstream.h
std_functional.h
std_iomanip.h
std_ios.h
std_iosfwd.h Implement std::money_put. 2001-09-10 01:00:27 +00:00
std_iostream.h c_locale_gnu.cc: Move facet info to separate files... 2001-08-28 06:19:35 +00:00
std_istream.h backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
std_iterator.h
std_limits.h std_limits.h (numeric_limits<float>::radix, [...]): Fix thinko. 2001-09-12 07:39:46 +00:00
std_list.h
std_locale.h
std_map.h
std_memory.h
std_numeric.h
std_ostream.h
std_queue.h
std_set.h
std_sstream.h std_sstream.h (basic_ostringstream): Fix ctor. 2001-08-24 18:52:03 +00:00
std_stack.h
std_stdexcept.h
std_streambuf.h
std_string.h
std_utility.h
std_valarray.h
std_vector.h
stl_algo.h stl_algo.h: Fix typos. 2001-07-20 01:17:13 +00:00
stl_algobase.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_alloc.h
stl_bvector.h
stl_construct.h
stl_deque.h
stl_function.h
stl_heap.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_iterator_base_funcs.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_iterator_base_types.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_iterator.h backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
stl_list.h
stl_map.h
stl_multimap.h
stl_multiset.h
stl_numeric.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_pair.h
stl_pthread_alloc.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_set.h
stl_stack.h
stl_tempbuf.h
stl_threads.h
stl_tree.h re PR libstdc++/3349 (bug in map::insert(p,t)) 2001-08-24 17:40:31 +00:00
stl_uninitialized.h All occurrences of the __value_type() and __distance_type() functions... 2001-07-18 17:09:02 +00:00
stl_vector.h
stream_iterator.h
streambuf_iterator.h
streambuf.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
stringfwd.h
type_traits.h
valarray_array.h
valarray_array.tcc
valarray_meta.h