Age | Commit message (Expand) | Author | Files | Lines |
2007-04-24 | locale_facets.h (class collate, [...]): Move... | Paolo Carlini | 4 | -10/+5 |
2007-04-23 | locale_facets.h (class time_base, [...]): Move... | Paolo Carlini | 4 | -5/+10 |
2007-04-13 | numeric_traits.h: Do not include <limits>. | Paolo Carlini | 1 | -1/+0 |
2007-04-11 | istream (class basic_istream<>): Remove unneded friend declarations. | Paolo Carlini | 1 | -8/+0 |
2007-04-11 | iosfwd: Do not include <bits/c++locale.h> and <bits/functexcept.h>. | Zack Weinberg | 1 | -2/+0 |
2007-04-10 | PR libstdc++/28277 (partial: vstring bits) | Paolo Carlini | 3 | -52/+14 |
2007-03-11 | PR libstdc++/28080 (final) | Paolo Carlini | 3 | -7/+6 |
2007-03-10 | PR libstdc++/28080 (partial) | Paolo Carlini | 1 | -328/+2 |
2007-03-06 | PR libstdc++/28080 (partial) | Paolo Carlini | 1 | -1/+0 |
2007-03-04 | acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global. | Benjamin Kosnik | 37 | -118/+497 |
2007-03-03 | PR libstdc++/28080 (partial) | Paolo Carlini | 7 | -25/+13 |
2007-02-27 | PR libstdc++/28080 (partial) | Paolo Carlini | 5 | -14/+23 |
2007-02-26 | PR libstdc++/28080 (partial) | Paolo Carlini | 6 | -42/+39 |
2007-02-18 | PR libstdc++/28080 (partial) | Paolo Carlini | 1 | -4/+4 |
2007-01-28 | locale_facets.tcc (num_get<>::do_get(iter_type, iter_type, ios_base&, ios_bas... | Paolo Carlini | 1 | -6/+6 |
2007-01-16 | type_traits.h: Fix __glibcxx_max macro. | Ian Lance Taylor | 1 | -2/+3 |
2007-01-15 | valarray (valarray<>::cshift): Fix typo. | Paolo Carlini | 1 | -2/+2 |
2007-01-12 | PR libstdc++/30416 (continued) | Paolo Carlini | 1 | -11/+19 |
2007-01-12 | re PR libstdc++/30416 (SIGSEGV in valarray::cshift(n) on empty array) | Paolo Carlini | 1 | -37/+42 |
2006-12-22 | DR 541, [WP]. | Paolo Carlini | 1 | -2/+12 |
2006-12-07 | Makefile.am (std_headers_rename): Remove. | Benjamin Kosnik | 29 | -0/+0 |
2006-12-05 | localefwd.h: Consistent @file placement... | Benjamin Kosnik | 26 | -60/+60 |
2006-11-29 | throw_allocator.h: Consistent @file markup. | Benjamin Kosnik | 11 | -11/+11 |
2006-10-13 | istream.tcc (operator>>(__istream_type& (*)(__istream_type&)), operator>>(__i... | Paolo Carlini | 2 | -37/+67 |
2006-10-13 | PR libstdc++/28277 (partial: ostream bits 2) | Paolo Carlini | 1 | -6/+44 |
2006-09-21 | hash_map: Remove forward declaration of equality operator... | Paolo Carlini | 1 | -12/+0 |
2006-09-18 | type_traits.h: New. | Benjamin Kosnik | 1 | -7/+9 |
2006-09-18 | re PR libstdc++/29063 (valarray does not undefine all temp macros) | Paolo Carlini | 1 | -0/+2 |
2006-08-09 | stl_bvector.h (vector<bool>::_M_copy_aligned): New. | Paolo Carlini | 1 | -2/+3 |
2006-07-16 | PR libstdc++/28277 (partial: valarray bits) | Paolo Carlini | 1 | -24/+39 |
2006-03-21 | re PR libstdc++/25482 (Specialize (overload) std::copy/find for streambuf ite... | Paolo Carlini | 1 | -9/+30 |
2006-02-19 | std_sstream.h (basic_stringbuf<>::setbuf): Simply clear the internal _M_strin... | Paolo Carlini | 1 | -2/+2 |
2006-02-17 | re PR libstdc++/26250 (stringbuf::overflow() fails to set egptr() same as epp... | Paolo Carlini | 1 | -31/+4 |
2006-02-10 | re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) | Paolo Carlini | 1 | -9/+10 |
2006-01-26 | std_bitset.h (bitset<>::_M_copy_to_string): Call the internal _Unchecked_set(... | Paolo Carlini | 1 | -2/+3 |
2006-01-24 | re PR libstdc++/25649 (Bogus "uninitialized" warning) | Paolo Carlini | 2 | -55/+7 |
2006-01-15 | re PR libstdc++/25626 (Valarray vs non-POD) | Paolo Carlini | 1 | -6/+6 |
2006-01-02 | re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies) | Paolo Carlini | 2 | -27/+117 |
2005-12-28 | [multiple changes] | Paolo Carlini | 1 | -11/+50 |
2005-12-19 | c++config: Add in revised namespace associations. | Benjamin Kosnik | 14 | -57/+68 |
2005-12-13 | c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass ... | Carlos O'Donell | 1 | -4/+5 |
2005-09-15 | re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) | Paolo Carlini | 1 | -24/+5 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 29 | -29/+29 |
2005-07-28 | * include/std/std_valarray.h: Fix grammar in comments. | Volker Reichelt | 1 | -17/+17 |
2005-07-25 | re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster) | Paolo Carlini | 2 | -4/+18 |
2005-07-11 | ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct a... | Paolo Carlini | 1 | -6/+6 |
2005-06-08 | re PR libstdc++/21955 (std::stringbuf vs. in_avail) | Benjamin Kosnik | 1 | -12/+24 |
2005-05-30 | std_complex.h (log(const complex<_Tp>&)): When _GLIBCXX_USE_C99_COMPLEX, forw... | Paolo Carlini | 1 | -5/+7 |
2005-05-10 | re PR libstdc++/18604 (Use of unqualified names conflict with names in global... | Paolo Carlini | 1 | -28/+37 |
2005-03-15 | re PR libstdc++/20352 (FAIL: 26_numerics/complex/pow.cc execution test) | Paolo Carlini | 1 | -0/+4 |