Age | Commit message (Expand) | Author | Files | Lines |
2005-01-17 | re PR libstdc++/19433 (set, multiset, map, multimap misuse hint on insert) | Paolo Carlini | 1 | -0/+17 |
2005-01-16 | rope: Qualify calls to std::copy() by sequence_buffer. | Jonathan Wakely | 1 | -0/+5 |
2005-01-16 | re PR libstdc++/19322 (std::isnan<>() is broken on FreeBSD) | Lorenz Minder | 1 | -0/+8 |
2005-01-15 | * config/os/aix/os_defines.h (_G_USING_THUNKS): Delete. | David Edelsohn | 1 | -0/+4 |
2005-01-14 | re PR libstdc++/19422 (assoc. containers: ctor taking range is O(n log n) eve... | Paolo Carlini | 1 | -0/+8 |
2005-01-13 | configure.host (darwin): On darwin8 or later, no need to build libstdc++ with... | Geoffrey Keating | 1 | -0/+5 |
2005-01-13 | user.cfg.in: Set HAVE_DOT back to YES. | Jonathan Wakely | 1 | -0/+4 |
2005-01-13 | c99_classification_macros_c++.cc: Re-enable commented-out test for double type. | Paolo Carlini | 1 | -0/+5 |
2005-01-11 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): In case more tha... | Paolo Carlini | 1 | -0/+12 |
2005-01-11 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): Revert 2005-01-0... | Paolo Carlini | 1 | -0/+15 |
2005-01-11 | type_traits: Implement alignment_of and aligned_storage. | Paolo Carlini | 1 | -0/+12 |
2005-01-10 | Makefile.in: Regenerate. | Paolo Carlini | 1 | -0/+14 |
2005-01-07 | acinclude.m4: Remove CCODECVT_H. | Benjamin Kosnik | 1 | -0/+19 |
2005-01-06 | fstream.tcc: Remove unnecessary qualifications for uglified data members of b... | Benjamin Kosnik | 1 | -0/+7 |
2005-01-06 | 2005-01-05 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 1 | -0/+19 |
2005-01-05 | 9507.cc: Remove child process. | Mark Mitchell | 1 | -0/+5 |
2005-01-05 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): At the end, firs... | Paolo Carlini | 1 | -0/+12 |
2005-01-04 | testsuite_hooks.cc: Use __throw_exception_again instead of just throw. | Mark Mitchell | 1 | -0/+3 |
2005-01-04 | testsuite_hooks.cc: Update coypright and follow style guidelines. | Mark Mitchell | 1 | -0/+17 |
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 | 1 | -0/+30 |
2005-01-03 | istream.tcc (ignore(streamsize), [...]): Reset _M_gcount to numeric_limits<st... | Paolo Carlini | 1 | -0/+9 |
2005-01-03 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): Avoid _M_gcount ... | Paolo Carlini | 1 | -0/+11 |
2005-01-02 | stl_algobase.h (mismatch): Correct concept check. | Chris Jefferson | 1 | -0/+4 |
2005-01-01 | 13189.cc: Fix, first include testsuite_hooks.h, to know whether including ext... | Paolo Carlini | 1 | -0/+6 |
2005-01-01 | 1.cc: Fix, null-terminate array1 at the outset. | Paolo Carlini | 1 | -6705/+4 |
2004-12-31 | type_traits (is_member_function_pointer): Provide a workaround for c++/19076,... | Paolo Carlini | 1 | -0/+34 |
2004-12-30 | type_traits: Add has_trivial_copy, has_trivial_assign, has_nothrow_copy, has_... | Paolo Carlini | 1 | -0/+23 |
2004-12-30 | vector.tcc (erase(iterator, iterator), [...]): Qualify all calls to std::copy(). | Jonathan Wakely | 1 | -0/+6 |
2004-12-30 | Minimal fixes for -fno-exceptions. | Paolo Carlini | 1 | -0/+11 |
2004-12-29 | type_traits: Add has_nothrow_constructor. | Paolo Carlini | 1 | -0/+8 |
2004-12-28 | configure.host (aix4*|aix5*): Add atomic_word_dir. | David Edelsohn | 1 | -0/+5 |
2004-12-27 | Add memory barriers to the double-checked locking used for static initializat... | Jason Merrill | 1 | -0/+28 |
2004-12-27 | type_traits: Rework the _DEFINE_SPEC* macros. | Paolo Carlini | 1 | -0/+4 |
2004-12-26 | type_traits (__is_enum_helper): Slightly simplify, make __convert non template. | Paolo Carlini | 1 | -0/+5 |
2004-12-26 | type_traits: Implement is_pod, has_trivial_constructor, and has_trivial_destr... | Paolo Carlini | 1 | -0/+17 |
2004-12-25 | type_traits (is_enum): Minor tweak. | Paolo Carlini | 1 | -0/+4 |
2004-12-25 | type_traits: Implement is_enum (usual caveats about the nasty consequences of... | Paolo Carlini | 1 | -0/+14 |
2004-12-24 | type_traits: Add missing undef. | Paolo Carlini | 1 | -0/+4 |
2004-12-24 | type_traits: Implement is_member_object_pointer, is_member_function_pointer. | Paolo Carlini | 1 | -0/+20 |
2004-12-22 | type_traits_fwd.h: New, forward declarations. | Paolo Carlini | 1 | -0/+7 |
2004-12-20 | 1.cc: New. | Paolo Carlini | 1 | -0/+48 |
2004-12-19 | 9561.cc: New. | Paolo Carlini | 1 | -0/+70 |
2004-12-19 | bitmap_allocator.h: Make doxygen style comments for internal functions and cl... | Dhruv Matani | 1 | -0/+5 |
2004-12-19 | allocator.html: Correct link. | Dhruv Matani | 1 | -0/+6 |
2004-12-16 | re PR target/18997 (Segmentation Violation in pthread_getspecific) | Danny Smith | 1 | -0/+6 |
2004-12-16 | type_traits: Implement add_const, add_volatile, and add_cv. | Paolo Carlini | 1 | -0/+11 |
2004-12-16 | type_traits: Implement is_function. | Paolo Carlini | 1 | -0/+13 |
2004-12-13 | type_traits (extent): Minor tweak (i.e., public). | Paolo Carlini | 1 | -0/+4 |
2004-12-12 | type_traits: Minor tweak. | Paolo Carlini | 1 | -0/+6 |