Age | Commit message (Expand) | Author | Files | Lines |
2005-01-09 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-08 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-07 | acinclude.m4: Remove CCODECVT_H. | Benjamin Kosnik | 10 | -271/+176 |
2005-01-07 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-06 | fstream.tcc: Remove unnecessary qualifications for uglified data members of b... | Benjamin Kosnik | 3 | -34/+41 |
2005-01-06 | 2005-01-05 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 6 | -61/+61 |
2005-01-06 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-05 | 9507.cc: Remove child process. | Mark Mitchell | 2 | -14/+11 |
2005-01-05 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): At the end, firs... | Paolo Carlini | 5 | -10/+155 |
2005-01-05 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-04 | testsuite_hooks.cc: Use __throw_exception_again instead of just throw. | Mark Mitchell | 2 | -4/+11 |
2005-01-04 | testsuite_hooks.cc: Update coypright and follow style guidelines. | Mark Mitchell | 14 | -31/+45 |
2005-01-04 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-04 | Fix typos | Mark Mitchell | 1 | -2/+2 |
2005-01-03 | configure.ac: Check for sys/ipc.h and sys/sem.h. | Mark Mitchell | 17 | -38/+208 |
2005-01-03 | istream.tcc (ignore(streamsize), [...]): Reset _M_gcount to numeric_limits<st... | Paolo Carlini | 3 | -6/+15 |
2005-01-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-03 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): Avoid _M_gcount ... | Paolo Carlini | 3 | -99/+155 |
2005-01-02 | stl_algobase.h (mismatch): Correct concept check. | Chris Jefferson | 2 | -4/+7 |
2005-01-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-01-01 | 13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext... | Paolo Carlini | 3 | -4/+10 |
2005-01-01 | 1.cc: Fix, null-terminate array1 at the outset. | Paolo Carlini | 4 | -6709/+6717 |
2005-01-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-31 | type_traits (is_member_function_pointer): Provide a workaround for c++/19076,... | Paolo Carlini | 15 | -74/+298 |
2004-12-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-30 | type_traits: Add has_trivial_copy, has_trivial_assign, has_nothrow_copy, has_... | Paolo Carlini | 11 | -0/+459 |
2004-12-30 | vector.tcc (erase(iterator, iterator), [...]): Qualify all calls to std::copy(). | Jonathan Wakely | 2 | -3/+9 |
2004-12-30 | Minimal fixes for -fno-exceptions. | Paolo Carlini | 4 | -7/+22 |
2004-12-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-29 | type_traits: Add has_nothrow_constructor. | Paolo Carlini | 4 | -0/+110 |
2004-12-29 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-28 | configure.host (aix4*|aix5*): Add atomic_word_dir. | David Edelsohn | 3 | -0/+50 |
2004-12-27 | Add memory barriers to the double-checked locking used for static initializat... | Jason Merrill | 10 | -18/+275 |
2004-12-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-27 | type_traits: Rework the _DEFINE_SPEC* macros. | Paolo Carlini | 2 | -53/+51 |
2004-12-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-26 | type_traits (__is_enum_helper): Slightly simplify, make __convert non template. | Paolo Carlini | 2 | -4/+8 |
2004-12-26 | type_traits: Implement is_pod, has_trivial_constructor, and has_trivial_destr... | Paolo Carlini | 8 | -0/+323 |
2004-12-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-25 | type_traits (is_enum): Minor tweak. | Paolo Carlini | 2 | -1/+5 |
2004-12-25 | type_traits: Implement is_enum (usual caveats about the nasty consequences of... | Paolo Carlini | 7 | -6/+252 |
2004-12-25 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-24 | type_traits: Add missing undef. | Paolo Carlini | 2 | -0/+5 |
2004-12-24 | type_traits: Implement is_member_object_pointer, is_member_function_pointer. | Paolo Carlini | 8 | -34/+370 |
2004-12-24 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-22 | type_traits_fwd.h: New, forward declarations. | Paolo Carlini | 5 | -83/+237 |
2004-12-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-21 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-12-20 | 1.cc: New. | Paolo Carlini | 41 | -15/+5079 |