gcc/libstdc++-v3/include/ext
Ralf Wildenhues 28dac70a08 auto_ptr.h: Fix comment typos.
2008-01-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
    
	* include/backward/auto_ptr.h: Fix comment typos.
	* include/bits/algorithmfwd.h: Likewise.
	* include/bits/basic_ios.h: Likewise.
	* include/bits/c++config: Likewise.
	* include/bits/char_traits.h: Likewise.
	* include/bits/codecvt.h: Likewise.
	* include/bits/gslice.h: Likewise.
	* include/bits/ios_base.h: Likewise.
	* include/bits/locale_facets.h: Likewise.
	* include/bits/locale_facets_nonio.tcc: Likewise.
	* include/bits/postypes.h: Likewise.
	* include/bits/sstream.tcc: Likewise.
	* include/bits/stl_algo.h: Likewise.
	* include/bits/stl_deque.h: Likewise.
	* include/bits/stl_iterator.h: Likewise.
	* include/bits/stl_iterator_base_types.h Likewise.
	* include/bits/stl_list.h: Likewise.
	* include/bits/stl_map.h: Likewise.
	* include/bits/stl_multimap.h: Likewise.
	* include/bits/stl_multiset.h: Likewise.
	* include/bits/stl_set.h: Likewise.
	* include/bits/stl_vector.h: Likewise.
	* include/bits/valarray_array.h: Likewise.
	* include/debug/safe_base.h: Likewise.
	* include/ext/bitmap_allocator.h: Likewise.
	* include/ext/codecvt_specializations.h Likewise.
	* include/ext/mt_allocator.h: Likewise.
	* include/ext/rc_string_base.h: Likewise.
	* include/ext/rope: Likewise.
	* include/parallel/checkers.h: Likewise.
	* include/parallel/find.h: Likewise.
	* include/parallel/multiseq_selection.h: Likewise.
	* include/parallel/partition.h: Likewise.
	* include/parallel/settings.h: Likewise.
	* include/std/bitset: Likewise.
	* include/std/complex: Likewise.
	* include/std/fstream: Likewise.
	* include/std/istream: Likewise.
	* include/std/limits: Likewise.
	* include/std/ostream: Likewise.
	* include/std/stdexcept: Likewise.
	* include/std/streambuf: Likewise.
	* include/tr1/bessel_function.tcc: Likewise.
	* include/tr1/cmath: Likewise.
	* include/tr1/ell_integral.tcc: Likewise.
	* include/tr1/hypergeometric.tcc: Likewise.
	* include/tr1/legendre_function.tcc: Likewise.
	* include/tr1_impl/random: Likewise.
	* include/tr1_impl/regex: Likewise.

From-SVN: r131982
2008-01-31 18:44:55 +00:00
..
pb_ds Convert ext/hash_map, set to tr1/functional, tr1/unordered_map, set. 2007-10-11 21:48:54 +00:00
algorithm stl_algo.h (is_sorted, [...]): Add. 2007-10-14 21:17:23 +00:00
array_allocator.h throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. 2007-10-27 00:41:21 +00:00
atomicity.h valarray-inst.cc, [...]: Fix comment typos. 2007-10-01 21:49:39 +01:00
bitmap_allocator.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
codecvt_specializations.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
concurrence.h gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for POSIX conditional variables. 2007-10-05 01:35:46 -04:00
debug_allocator.h re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) 2006-04-23 14:54:26 +00:00
enc_filebuf.h enc_filebuf.h: Resurrect, update. 2007-01-29 18:22:37 +00:00
functional PR libstdc++/28080 (partial) 2007-02-26 09:36:39 +00:00
iterator c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
malloc_allocator.h throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. 2007-10-27 00:41:21 +00:00
memory c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
mt_allocator.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
new_allocator.h throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. 2007-10-27 00:41:21 +00:00
numeric c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
numeric_traits.h stl_algobase.h (struct __lexicographical_compare): Add. 2007-11-16 23:41:55 +00:00
pod_char_traits.h pod_char_traits.h (char_traits<>::move): Use __builtin_memmove. 2007-05-11 18:58:08 +00:00
pool_allocator.h [multiple changes] 2008-01-18 08:16:51 +00:00
rb_tree c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
rc_string_base.h auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
rope auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
ropeimpl.h stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocator)): Change the last parameter to _Allocator&. 2007-05-04 15:06:46 +00:00
slist libstdc++.exp: Check CXXFLAGS. 2007-09-07 03:01:53 +00:00
sso_string_base.h vstring.h (__versa_string<>:: __versa_string(__versa_string&&), [...]): Add. 2007-10-16 15:20:09 +00:00
stdio_filebuf.h c++config: Add in revised namespace associations. 2005-12-19 00:56:05 +00:00
stdio_sync_filebuf.h PR libstdc++/28080 (final) 2007-03-11 12:03:34 +00:00
throw_allocator.h [multiple changes] 2007-12-10 13:53:10 +00:00
type_traits.h re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) 2007-05-31 23:37:56 +00:00
typelist.h typelist.h (type_to_type): Remove. 2006-09-28 01:23:58 +00:00
vstring_fwd.h PR libstdc++/28080 (partial) 2007-02-18 11:32:44 +00:00
vstring_util.h vstring.h (__versa_string<>:: __versa_string(__versa_string&&), [...]): Add. 2007-10-16 15:20:09 +00:00
vstring.h vstring.h (__versa_string<>::front, [...]): Add. 2007-10-17 00:46:27 +00:00
vstring.tcc cxxabi-internal.h: Remove, to be replaced by... 2007-05-08 02:50:32 -04:00