This is the mail archive of the libstdc++-cvs@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libstdc++/ /ChangeLog its/localefwd.h rc/local ...


CVSROOT:	/cvs/libstdc++
Module name:	libstdc++
Changes by:	bkoz@sourceware.cygnus.com	00/04/18 16:22:59

Modified files:
	.              : ChangeLog 
	bits           : localefwd.h 
	src            : locale.cc localename.cc 
	stl/bits       : stl_config.h stl_deque.h stl_function.h 
	                 stl_iterator.h stl_list.h stl_map.h 
	                 stl_multimap.h stl_multiset.h stl_queue.h 
	                 stl_set.h stl_stack.h stl_string_fwd.h 
	                 stl_tree.h stl_vector.h 
	stl/ext        : hash_map hash_set ropeimpl.h slist 
	                 stl_bvector.h stl_rope.h 

Log message:
	2000-04-18  scott snyder  <snyder@fnal.gov>
	
	* stl/bits/stl_map.h (class map): Fix default for _Alloc template
	parameter.  Get rid of use of __STL_DEFAULT_ALLOCATOR and
	__STL_LIMITED_DEFAULT_TEMPLATES macros.
	* stl/bits/stl_multimap.h (class multimap): Likewise.  Get rid of
	use of __STL_DEPENDENT_DEFAULT_TMPL macro.
	
	2000-04-18  scott snyder  <snyder@fnal.gov>
	
	* stl/bits/stl_map.h (class map): Fix default for _Alloc template
	parameter.  Get rid of use of __STL_DEFAULT_ALLOCATOR and
	__STL_LIMITED_DEFAULT_TEMPLATES macros.
	* stl/bits/stl_multimap.h (class multimap): Likewise.  Get rid of
	use of __STL_DEPENDENT_DEFAULT_TMPL macro.
	
	2000-04-18  scott snyder  <snyder@fnal.gov>
	
	* stl/bits/stl_config.h (__STL_DEPENDENT_DEFAULT_TMPL): Deleted
	this macro.
	
	* stl/ext/hash_map (class hash_map, class hash_multimap): Get rid
	of use of __STL_DEPENDENT_DEFAULT_TMPL macro.
	* stl/ext/hash_set (class hash_set, class hash_multiset):
	Likewise.
	* stl/bits/stl_function.h (struct constant_unary_fun, struct
	constant_binary_fun): Likewise.
	* stl/bits/stl_queue.h (class queue, class priority_queue): Likewise.
	* stl/bits/stl_stack.h (class stack): Likewise.
	* stl/bits/stl_set.h (class set): Likewise.
	* stl/bits/stl_multiset.h (class multiset): Likewise.
	
	* stl/bits/stl_iterator.h (class reverse_bidirectional_iterator,
	class reverse_iterator): Get rid of use of
	__STL_LIMITED_DEFAULT_TEMPLATES macro.
	
	* stl/bits/stl_config.h (__STL_DEFAULT_ALLOCATOR): Deleted this
	macro.
	
	* stl/bits/stl_deque.h (class deque): Get rid of use of
	__STL_DEFAULT_ALLOCATOR macro.
	* stl/bits/stl_list.h (class list): Likewise.
	* stl/bits/stl_multiset.h (class multiset): Likewise.
	* stl/bits/stl_set.h (class set): Likewise.
	* stl/bits/stl_string_fwd.h (class basic_string): Likewise.
	* stl/bits/stl_tree.h (class _Rb_tree, class rb_tree): Likewise.
	* stl/bits/stl_vector.h (class vector): Likewise.
	* stl/ext/ropeimpl.h (rotate): Likewise.
	* stl/ext/hash_map (class hash_map, class hash_multimap):
	Likewise.
	* stl/ext/hash_set (class hash_set, class hash_multiset):
	Likewise.
	* stl/ext/slist (class slist): Likewise.
	* stl/ext/stl_bvector.h (class bit_vector): Likewise.
	* stl/ext/stl_rope.h (class rope): Likewise.
	* src/locale.cc (_Impl): Likewise.
	* src/localename.cc (_Impl): Likewise.
	* bits/localefwd.h (_Impl): Likewise.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/ChangeLog.diff?cvsroot=libstdc++&r1=1.504&r2=1.505
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/bits/localefwd.h.diff?cvsroot=libstdc++&r1=1.7&r2=1.8
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/locale.cc.diff?cvsroot=libstdc++&r1=1.39&r2=1.40
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/src/localename.cc.diff?cvsroot=libstdc++&r1=1.9&r2=1.10
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_config.h.diff?cvsroot=libstdc++&r1=1.26&r2=1.27
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_deque.h.diff?cvsroot=libstdc++&r1=1.14&r2=1.15
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_function.h.diff?cvsroot=libstdc++&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_iterator.h.diff?cvsroot=libstdc++&r1=1.19&r2=1.20
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_list.h.diff?cvsroot=libstdc++&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_map.h.diff?cvsroot=libstdc++&r1=1.7&r2=1.8
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_multimap.h.diff?cvsroot=libstdc++&r1=1.8&r2=1.9
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_multiset.h.diff?cvsroot=libstdc++&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_queue.h.diff?cvsroot=libstdc++&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_set.h.diff?cvsroot=libstdc++&r1=1.6&r2=1.7
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_stack.h.diff?cvsroot=libstdc++&r1=1.10&r2=1.11
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_string_fwd.h.diff?cvsroot=libstdc++&r1=1.12&r2=1.13
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_tree.h.diff?cvsroot=libstdc++&r1=1.12&r2=1.13
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/bits/stl_vector.h.diff?cvsroot=libstdc++&r1=1.18&r2=1.19
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/hash_map.diff?cvsroot=libstdc++&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/hash_set.diff?cvsroot=libstdc++&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/ropeimpl.h.diff?cvsroot=libstdc++&r1=1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/slist.diff?cvsroot=libstdc++&r1=1.3&r2=1.4
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/stl_bvector.h.diff?cvsroot=libstdc++&r1=1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/libstdc++/stl/ext/stl_rope.h.diff?cvsroot=libstdc++&r1=1.2&r2=1.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]