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