Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-06-25 | libstdc++: Avoid intercepting exception in ostream::write | Jonathan Wakely | 1 | -1/+7 |
2021-06-25 | libstdc++: Implement LWG 581 for std:ostream::flush() | Jonathan Wakely | 1 | -13/+22 |
2021-06-25 | libstdc++: Fix exception handling in std::ostream seek functions | Jonathan Wakely | 1 | -55/+21 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -3/+1 |
2011-03-04 | Makefile.am (inst_sources): Make source instantion files conditional. | Benjamin Kosnik | 1 | -2/+1 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 1 | -2/+5 |
2011-01-15 | re PR libstdc++/36104 (gnu-versioned-namespace is broken) | Benjamin Kosnik | 1 | -2/+2 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 1 | -2/+2 |
2009-09-05 | revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ... | Benjamin Kosnik | 1 | -4/+4 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 1 | -4/+4 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 1 | -6/+6 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -13/+8 |
2009-02-03 | re PR libstdc++/25191 (exception_defines.h #defines try/catch) | Paolo Carlini | 1 | -28/+28 |
2009-01-03 | 2009-01-03 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -16/+1 |
2009-01-01 | re PR libstdc++/38678 ([DR XXX] istream::read() calls streambuf::sgetn()) | Paolo Carlini | 1 | -1/+16 |
2007-05-08 | cxxabi-internal.h: Remove, to be replaced by... | Jason Merrill | 1 | -1/+1 |
2007-05-07 | * include/bits/ostream.tcc (operator<<(char*)): Add __s. | Jason Merrill | 1 | -4/+4 |
2007-05-07 | re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p... | Jason Merrill | 1 | -19/+59 |
2007-04-24 | locale_facets.h (class collate, [...]): Move... | Paolo Carlini | 1 | -3/+0 |
2007-04-10 | PR libstdc++/28277 (partial: vstring bits) | Paolo Carlini | 1 | -33/+4 |
2007-03-03 | re PR libstdc++/31031 (ostream ambiguous operator&&) | Paolo Carlini | 1 | -0/+22 |
2007-02-27 | PR libstdc++/28080 (partial) | Paolo Carlini | 1 | -3/+2 |
2006-10-14 | ostream.tcc (operator<<(basic_ostream<>&, const char*)): Further fix for thro... | Paolo Carlini | 1 | -3/+6 |
2006-10-14 | ostream.tcc (operator<<(basic_ostream<>&, const char*)): Fix thinko in change... | Paolo Carlini | 1 | -5/+16 |
2006-10-13 | istream.tcc (operator>>(__istream_type& (*)(__istream_type&)), operator>>(__i... | Paolo Carlini | 1 | -35/+0 |
2006-10-13 | PR libstdc++/28277 (partial: ostream bits 2) | Paolo Carlini | 1 | -175/+26 |
2006-07-15 | PR libstdc++/28277 (partial: ostream bits 1) | Paolo Carlini | 1 | -8/+13 |
2006-01-24 | re PR libstdc++/25649 (Bogus "uninitialized" warning) | Paolo Carlini | 1 | -1/+29 |
2006-01-02 | re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies) | Paolo Carlini | 1 | -327/+23 |
2005-12-19 | c++config: Add in revised namespace associations. | Benjamin Kosnik | 1 | -3/+4 |
2005-09-15 | re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) | Paolo Carlini | 1 | -0/+142 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 1 | -1/+1 |
2005-07-11 | ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct a... | Paolo Carlini | 1 | -26/+3 |
2004-11-24 | doxygroups.cc: Add std::tr1 namespace. | Benjamin Kosnik | 1 | -0/+5 |
2004-05-22 | re PR libstdc++/12854 (libstdc++ vs. -Weffc++) | Benjamin Kosnik | 1 | -5/+2 |
2004-05-20 | istream.tcc (operator>>(basic_istream<>&, basic_string<>&)): Use a temporary ... | Paolo Carlini | 1 | -17/+23 |
2004-02-08 | Remove trailing whitespace (see ChangeLog for longwinded description). | Bernardo Innocenti | 1 | -58/+58 |
2003-12-02 | basic_ios.h (basic_ios::setstate): Revert. | Benjamin Kosnik | 1 | -13/+26 |
2003-11-27 | std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> pa... | Paolo Carlini | 1 | -1/+1 |
2003-11-27 | re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre... | Benjamin Kosnik | 1 | -171/+139 |