mirror of git://gcc.gnu.org/git/gcc.git
ChangeLog: Remove spurious white spaces and tabs.
2009-12-04 Paolo Carlini <paolo.carlini@oracle.com> * ChangeLog: Remove spurious white spaces and tabs. * ChangeLog-2007: Likewise. * ChangeLog-2006: Likewise. * ChangeLog-2005: Likewise. * ChangeLog-2004: Likewise. * ChangeLog-2003: Likewise. * ChangeLog-2002: Likewise. * ChangeLog-2000: Likewise. * ChangeLog-1999: Likewise. From-SVN: r154985
This commit is contained in:
parent
a4384badd7
commit
c21237d527
|
@ -734,7 +734,6 @@
|
||||||
* src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't use
|
* src/valarray-inst.cc (gslice::_Indexer::_Indexer): Don't use
|
||||||
valarray<size_t>::product. Use __valarray_product instead.
|
valarray<size_t>::product. Use __valarray_product instead.
|
||||||
|
|
||||||
|
|
||||||
1999-10-25 Benjamin Kosnik <bkoz@cygnus.com>
|
1999-10-25 Benjamin Kosnik <bkoz@cygnus.com>
|
||||||
|
|
||||||
* bits/std_ostream.h (ostream.inserters.char): Correctly pad output.
|
* bits/std_ostream.h (ostream.inserters.char): Correctly pad output.
|
||||||
|
|
|
@ -3812,10 +3812,12 @@
|
||||||
* testsuite/21_strings/char_traits/requirements/short/1.cc: Same.
|
* testsuite/21_strings/char_traits/requirements/short/1.cc: Same.
|
||||||
* testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc:
|
* testsuite/27_io/basic_istream/seekg/char/exceptions_badbit_throw.cc:
|
||||||
Same.
|
Same.
|
||||||
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_badbit_throw.cc: Same.
|
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/
|
||||||
|
exceptions_badbit_throw.cc: Same.
|
||||||
* testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc:
|
* testsuite/27_io/basic_ostream/seekp/char/exceptions_badbit_throw.cc:
|
||||||
Same.
|
Same.
|
||||||
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/exceptions_failbit_throw.cc: Same.
|
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/
|
||||||
|
exceptions_failbit_throw.cc: Same.
|
||||||
* testsuite/27_io/types/2.cc: Same.
|
* testsuite/27_io/types/2.cc: Same.
|
||||||
|
|
||||||
* testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Fix temporary
|
* testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Fix temporary
|
||||||
|
|
|
@ -1654,7 +1654,7 @@
|
||||||
crend): Likewise.
|
crend): Likewise.
|
||||||
* include/bits/stl_bvector.h (vector<bool>::cbegin, cend, crbegin,
|
* include/bits/stl_bvector.h (vector<bool>::cbegin, cend, crbegin,
|
||||||
crend): Likewise.
|
crend): Likewise.
|
||||||
* include/tr1_impl/hashtable (_Hashtable<>::cbegin, cend): Add.
|
* include/tr1_impl/hashtable (_Hashtable<>::cbegin, cend): Ad.
|
||||||
|
|
||||||
* testsuite/ext/vstring/requirements/citerators.cc: Add.
|
* testsuite/ext/vstring/requirements/citerators.cc: Add.
|
||||||
* testsuite/23_containers/unordered_map/requirements/citerators.cc:
|
* testsuite/23_containers/unordered_map/requirements/citerators.cc:
|
||||||
|
|
Loading…
Reference in New Issue