Age | Commit message (Expand) | Author | Files | Lines |
2007-08-24 | acinclude.m4: Fix duplicate variable names. | Benjamin Kosnik | 3 | -10/+15 |
2007-08-24 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO for netbsd. | Benjamin Kosnik | 7 | -2/+179 |
2007-08-23 | system_error: New file. | Benjamin Kosnik | 39 | -32/+2022 |
2007-08-22 | Makefile.am (install-data-local): Remove pch-install rules. | Benjamin Kosnik | 11 | -454/+520 |
2007-08-17 | re PR testsuite/31884 (priority_queue_dijkstra.cc operates on deallocated mem... | Daniel Jacobowitz | 27 | -0/+87 |
2007-08-17 | typedefs_neg.cc: Adjust dg-error lines. | Paolo Carlini | 3 | -4/+10 |
2007-08-17 | re PR libstdc++/33098 ([c++0x] __is_convertible_helper in type_traits uses de... | Chris Fairles | 2 | -1/+8 |
2007-08-17 | re PR libstdc++/33084 (Small typo in valarray header) | Johannes Willkomm | 3 | -1/+56 |
2007-08-07 | Makefile.am (libstdc++-symbol.ver): Make sure the build tree copy of libstdc+... | Jim Blandy | 3 | -0/+8 |
2007-08-02 | DR 660, [Ready] in Toronto. | Paolo Carlini | 7 | -4803/+20356 |
2007-07-30 | re PR libstdc++/32908 (Miss lexicographical_compare random access override) | Paolo Carlini | 3 | -21/+133 |
2007-07-28 | Fix typo in log. | John David Anglin | 1 | -1/+1 |
2007-07-27 | re PR libstdc++/32907 (Inefficient operator== in std::string) | Paolo Carlini | 4 | -35/+47 |
2007-07-26 | Fixed abi_check for missing symbol size changes. | Stephen M. Webb | 2 | -2/+8 |
2007-07-25 | re PR libstdc++/31836 (FAIL: 27_io/basic_istream/extractors_arithmetic/char/1... | John David Anglin | 3 | -1/+17 |
2007-07-16 | re PR bootstrap/3456 (bootstrapping gcc-3.0 with threadmodel=posix fails on I... | Rainer Orth | 13 | -27/+44 |
2007-07-16 | ctype_base.h: Use the generic libstdc++ masks rather than MSVCRT defines. | Danny Smith | 3 | -22/+176 |
2007-07-12 | 2007-07-12 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -12/+13 |
2007-07-12 | all_bound.cc: Disambiguate uses of TR1/C++0x facilities. | Douglas Gregor | 28 | -56/+105 |
2007-07-10 | configure.ac: Check if $atomicity_dir is cpu/generic/atomicity_mutex instead ... | Bob Wilson | 3 | -2/+8 |
2007-07-10 | utility (identity, [...]): Add. | Paolo Carlini | 1 | -1/+25 |
2007-07-10 | utility (identity, [...]): Add. | Paolo Carlini | 9 | -0/+354 |
2007-07-09 | what-1.cc: Include <stdexcept>. | Paolo Carlini | 2 | -0/+5 |
2007-07-09 | stl_algo.h (search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2, _... | Jim Xochellis | 2 | -10/+15 |
2007-07-06 | libstdc++.exp (v3-build_support): Use env(AR) and env(RANLIB), not env(AR_FOR... | Hans-Peter Nilsson | 2 | -4/+9 |
2007-07-05 | re PR libstdc++/31957 (Build of compiler fails with 'error: #endif without #if') | Joerg Richter | 3 | -2/+12 |
2007-07-05 | stl_algo.h (search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2, _... | Jim Xochellis | 2 | -10/+13 |
2007-07-04 | re PR libstdc++/31518 (_GLIBCXX_DEBUG error message formatter line width not ... | Paolo Carlini | 8 | -7/+58 |
2007-07-02 | typedefs_neg.cc: Tweak line numbers. | Douglas Gregor | 6 | -7/+19 |
2007-07-02 | type_traits (__make_unsigned): Remove invalid wchar_t specialization. | Douglas Gregor | 2 | -8/+25 |
2007-06-29 | std_c++0x_neg.cc: Force C++98 mode. | Doug Gregor | 13 | -0/+13 |
2007-06-28 | re PR libstdc++/32509 (unable to explicitely configure with a given locale mo... | Paolo Carlini | 4 | -37/+51 |
2007-06-26 | testsuite_api.h: New. | Benjamin Kosnik | 17 | -0/+664 |
2007-06-26 | throw_allocator.h: Fixes for -fno-exceptions. | Benjamin Kosnik | 8 | -68/+100 |
2007-06-18 | stl_list.h: Rename guard macro consistently with file name. | Paolo Carlini | 20 | -61/+89 |
2007-06-17 | atomicity.h: Use __mcfisaa__... | Nathan Sidwell | 2 | -3/+8 |
2007-06-13 | eh_arm.cc (__cxa_type_match): Handle foreign exceptions. | Richard Earnshaw | 3 | -7/+22 |
2007-06-13 | cmath: Tweak includes. | Paolo Carlini | 7 | -57/+11 |
2007-06-10 | testsuite_performance.h: Add cstring include for memset. | Benjamin Kosnik | 2 | -1/+7 |
2007-06-09 | install.html: Adjust consistently with libstdc++/31717. | Paolo Carlini | 2 | -2/+7 |
2007-06-08 | fstream: Add Table 92 in comment. | Francesco Palagi | 2 | -3/+28 |
2007-06-06 | re PR libstdc++/32233 (warning in stl_vector.h:832) | Paolo Carlini | 4 | -2/+12 |
2007-06-06 | debug.html: Correct link. | Benjamin Kosnik | 1 | -0/+1 |
2007-06-06 | 2007-06-06 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 2 | -1/+6 |
2007-06-02 | type_traits (is_reference, [...]): Remove. | Paolo Carlini | 28 | -59/+828 |
2007-06-02 | configure: Regenerate. | Paolo Bonzini | 2 | -42/+52 |
2007-06-01 | what-big.cc: New. | Benjamin Kosnik | 13 | -47/+391 |
2007-06-01 | throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of m... | Benjamin Kosnik | 9 | -12/+362 |
2007-05-31 | re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) | Paolo Carlini | 125 | -10952/+13158 |
2007-05-31 | PR c++/32158 (libstdc++ bits) | Paolo Carlini | 8 | -75/+178 |