| Commit message (Expand) | Author | Age | Files | Lines |
* | std_sstream.h (basic_stringbuf<>::setbuf): Simply clear the internal _M_strin... | Paolo Carlini | 2006-02-19 | 1 | -2/+2 |
* | re PR libstdc++/26250 (stringbuf::overflow() fails to set egptr() same as epp... | Paolo Carlini | 2006-02-17 | 1 | -31/+4 |
* | re PR libstdc++/26181 (istream::operator>>(streambuf*) fails to set eofbit) | Paolo Carlini | 2006-02-10 | 1 | -9/+10 |
* | std_bitset.h (bitset<>::_M_copy_to_string): Call the internal _Unchecked_set(... | Paolo Carlini | 2006-01-26 | 1 | -2/+3 |
* | re PR libstdc++/25649 (Bogus "uninitialized" warning) | Paolo Carlini | 2006-01-24 | 2 | -55/+7 |
* | re PR libstdc++/25626 (Valarray vs non-POD) | Paolo Carlini | 2006-01-15 | 1 | -6/+6 |
* | re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies) | Paolo Carlini | 2006-01-02 | 2 | -27/+117 |
* | [multiple changes] | Paolo Carlini | 2005-12-28 | 1 | -11/+50 |
* | c++config: Add in revised namespace associations. | Benjamin Kosnik | 2005-12-19 | 14 | -57/+68 |
* | c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass ... | Carlos O'Donell | 2005-12-13 | 1 | -4/+5 |
* | re PR libstdc++/23875 (operator<<(short) should not call operator<<(long), etc.) | Paolo Carlini | 2005-09-15 | 1 | -24/+5 |
* | All files: Update FSF address. | Kelley Cook | 2005-08-17 | 29 | -29/+29 |
* | * include/std/std_valarray.h: Fix grammar in comments. | Volker Reichelt | 2005-07-28 | 1 | -17/+17 |
* | re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster) | Paolo Carlini | 2005-07-25 | 2 | -4/+18 |
* | ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct a... | Paolo Carlini | 2005-07-11 | 1 | -6/+6 |
* | re PR libstdc++/21955 (std::stringbuf vs. in_avail) | Benjamin Kosnik | 2005-06-08 | 1 | -12/+24 |
* | std_complex.h (log(const complex<_Tp>&)): When _GLIBCXX_USE_C99_COMPLEX, forw... | Paolo Carlini | 2005-05-30 | 1 | -5/+7 |
* | re PR libstdc++/18604 (Use of unqualified names conflict with names in global... | Paolo Carlini | 2005-05-10 | 1 | -28/+37 |
* | re PR libstdc++/20352 (FAIL: 26_numerics/complex/pow.cc execution test) | Paolo Carlini | 2005-03-15 | 1 | -0/+4 |
* | type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoid... | Paolo Carlini | 2005-03-07 | 1 | -2/+8 |
* | std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR ... | Paolo Carlini | 2005-03-07 | 1 | -0/+12 |
* | std_complex.h: _GLIBCXX_USE_C99_COMPLEX_MATH to _GLIBCXX_USE_C99_COMPLEX. | Benjamin Kosnik | 2005-02-24 | 1 | -11/+11 |
* | cpp_type_traits.h: Rename _M_type fields to __value... | Paolo Carlini | 2005-02-01 | 1 | -1/+1 |
* | decl.c (build_enumerator): Do not issue duplicate error messages about invali... | Mark Mitchell | 2005-02-01 | 1 | -3/+3 |
* | cpp_type_traits.h: Add types to the structs thus making type_traits.h redunda... | Paolo Carlini | 2005-01-31 | 1 | -2/+2 |
* | acinclude.m4 ([GLIBCXX_ENABLE_C99]): Add ac_c99_complex to the final test for... | Paolo Carlini | 2005-01-26 | 1 | -10/+4 |
* | acinclude.m4 (GLIBCXX_ENABLE_C99): Test for complex math functions... | Benjamin Kosnik | 2005-01-25 | 1 | -21/+80 |
* | fstream.tcc: Remove unnecessary qualifications for uglified data members of b... | Benjamin Kosnik | 2005-01-06 | 1 | -8/+8 |
* | doxygroups.cc: Add std::tr1 namespace. | Benjamin Kosnik | 2004-11-24 | 29 | -61/+49 |
* | locale_facets.h (isspace, [...]): Add doxygen markup. | Benjamin Kosnik | 2004-11-23 | 3 | -135/+2 |
* | basic_string.h, [...]: Doxygen fixes. | Jonathan Wakely | 2004-11-21 | 4 | -5/+5 |
* | DR 434. | Paolo Carlini | 2004-11-18 | 1 | -6/+16 |
* | istream.tcc (getline(basic_istream<>&, basic_string<>&, _CharT)): Remove temp... | Paolo Carlini | 2004-11-17 | 1 | -1/+6 |
* | streambuf.tcc (__copy_streambufs): Provide a generic version of the function... | Paolo Carlini | 2004-11-15 | 1 | -0/+12 |
* | istream.tcc (getline(char_type*, streamsize, char_type), [...]): Restore a ge... | Paolo Carlini | 2004-11-08 | 1 | -4/+37 |
* | re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages) | Benjamin Kosnik | 2004-11-05 | 1 | -2/+1 |
* | std_memory.h (__get_temporary_buffer): Don't use INT_MAX... | Paolo Carlini | 2004-10-09 | 1 | -3/+5 |
* | [multiple changes] | Paolo Carlini | 2004-10-06 | 1 | -1/+7 |
* | sstream.tcc (seekpos): Minor rearrangement of two conditionals consistently w... | Paolo Carlini | 2004-10-01 | 1 | -8/+7 |
* | std_sstream.h (basic_stringbuf(ios_base::openmode)): Don't use _M_stringbuf_i... | Paolo Carlini | 2004-09-29 | 1 | -7/+5 |
* | re PR libstdc++/11722 ([3.4 only] Unbuffered filebuf::sgetn is slow) | Paolo Carlini | 2004-09-13 | 1 | -18/+1 |
* | std_fstream.h (class basic_ifstream, [...]): Add const overloads of is_open, ... | Paolo Carlini | 2004-08-13 | 1 | -5/+27 |
* | gslice.h: Trivial formatting fixes. | Paolo Carlini | 2004-07-08 | 1 | -85/+79 |
* | std_istream.h (ignore(streamsize __n = 1, int_type __delim = traits_type::eof... | Paolo Carlini | 2004-06-22 | 1 | -2/+13 |
* | std_complex.h (sin(const complex<_Tp>& __z)): Make this function return a value. | Jan van Dijk | 2004-06-10 | 1 | -8/+8 |
* | * include/std/std_complex.h (log): Tidy. | Gabriel Dos Reis | 2004-06-02 | 1 | -2/+5 |
* | std_complex.h (complex<_Tp>): Properly indent to follow C++STYLE. | Gabriel Dos Reis | 2004-05-30 | 1 | -166/+355 |
* | re PR libstdc++/12854 (libstdc++ vs. -Weffc++) | Benjamin Kosnik | 2004-05-22 | 2 | -7/+13 |
* | std_bitset.h: Minor formatting fixes. | Paolo Carlini | 2004-05-16 | 1 | -12/+12 |
* | std_bitset.h: Trivial formatting fixes. | Paolo Carlini | 2004-05-15 | 1 | -509/+565 |