aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2007-06-17atomicity.h: Use __mcfisaa__...Nathan Sidwell
2007-06-13eh_arm.cc (__cxa_type_match): Handle foreign exceptions.Richard Earnshaw
2007-06-13cmath: Tweak includes.Paolo Carlini
2007-06-10testsuite_performance.h: Add cstring include for memset.Benjamin Kosnik
2007-06-09install.html: Adjust consistently with libstdc++/31717.Paolo Carlini
2007-06-08fstream: Add Table 92 in comment.Francesco Palagi
2007-06-06re PR libstdc++/32233 (warning in stl_vector.h:832)Paolo Carlini
2007-06-06debug.html: Correct link.Benjamin Kosnik
2007-06-062007-06-06 Benjamin Kosnik <bkoz@redhat.com>Benjamin Kosnik
2007-06-02type_traits (is_reference, [...]): Remove.Paolo Carlini
2007-06-02configure: Regenerate.Paolo Bonzini
2007-06-01what-big.cc: New.Benjamin Kosnik
2007-06-01throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of m...Benjamin Kosnik
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini
2007-05-31PR c++/32158 (libstdc++ bits)Paolo Carlini
2007-05-29aclocal.m4: Regenerate.Paolo Carlini
2007-05-28re PR libstdc++/31717 (libstdc++-v3 - Make fails with: ./c++locale.h:69: erro...Benjamin Kosnik
2007-05-272007-05-27 Paolo Carlini <pcarlini@suse.de>Paolo Carlini
2007-05-25c_locale.h (__convert_from_v): Fix typo.Paolo Carlini
2007-05-24concurrence.h: Use __GCC_HAVE_SYNC_COMPARE_AND_SWAP_*.Paolo Carlini
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-05-24c_locale.h (__convert_from_v): Only switch to the "C" locale if the current o...Paolo Carlini
2007-05-22testsuite_allocator.h (check_new): Assign false to new_called.Paolo Carlini
2007-05-21c_locale.h: Do not include <cstdarg>, use builtins.Paolo Carlini
2007-05-21re PR libstdc++/31621 (libstdc++ uses -xc++ which can cause exceptions to sho...Paolo Carlini
2007-05-20stl_algo.h: Shuffle the functions to better match the order in the standard.Paolo Carlini
2007-05-17c_locale.h: Do not include <libintl.h>.Paolo Carlini
2007-05-17acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add -g to compile flags, move...Benjamin Kosnik
2007-05-17typedefs.cc: Fix dg bits.Benjamin Kosnik
2007-05-17stl_algobase.h (mismatch): Move...Paolo Carlini
2007-05-17cmath: Guard special math with __GXX_EXPERIMENTAL_CXX0X__.Benjamin Kosnik
2007-05-17locale_facets.tcc (__pad<>::_S_pad): Minor tweaks, avoid unnecessary casts, d...Paolo Carlini
2007-05-16[multiple changes]Benjamin Kosnik
2007-05-16acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test co...Benjamin Kosnik
2007-05-16acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add a function to the test co...Benjamin Kosnik
2007-05-16abi.html: Update for gcc-4.1.2 and gcc-4.2.0.Benjamin Kosnik
2007-05-1517_hyperg/check_nan.cc: Add -mieee for sh.Kaz Kojima
2007-05-14testsuite_io.h: Only include <ios>.Paolo Carlini
2007-05-14allocator.h: Do not include cpp_type_traits.h.Paolo Carlini
2007-05-14postypes.h (class fpos<>): Remove redundant forward declaration.Paolo Carlini
2007-05-14postypes.h (class fpos<>): Remove redundant forward declaration.Paolo Carlini
2007-05-13stl_tempbuf.h (return_temporary_buffer(_Tp*)): Inline.Paolo Carlini
2007-05-13type_traitsfwd.h: Fix include guard typo.Paolo Carlini
2007-05-11pod_char_traits.h (char_traits<>::move): Use __builtin_memmove.Paolo Carlini
2007-05-11stdexcept: Remove extra spacing.Benjamin Kosnik
2007-05-1111.cc: Include <cstring>.Paolo Carlini
2007-05-09Remove conflict markerMark Mitchell
2007-05-09cxxabi.h (_GLIBCXX_NOTHROW): New macro.Mark Mitchell
2007-05-08type_traits (make_signed): Remove specializations for floating point types.Benjamin Kosnik
2007-05-08types_std_c++0x_neg.cc: New.Benjamin Kosnik