Age | Commit message (Expand) | Author | Files | Lines |
2007-02-02 | c++config: Consistent macro guards for config includes. | Benjamin Kosnik | 13 | -29/+44 |
2007-02-01 | re PR libstdc++/14493 (std::bad_alloc::what() does not explain what happened) | Paolo Carlini | 12 | -18/+137 |
2007-02-01 | eh_alloc.cc (__cxa_free_exception): Don't refer to the emergency_buffer using... | Ben Elliston | 2 | -3/+9 |
2007-01-30 | re PR libstdc++/30571 (Use of C++0x keywords in libstdc++-v3 headers) | Benjamin Kosnik | 15 | -67/+207 |
2007-01-29 | stl_uninitialized.h (uninitialized_copy(const char*, const char*, char*), [..... | Paolo Carlini | 2 | -18/+7 |
2007-01-29 | enc_filebuf.h: Resurrect, update. | Benjamin Kosnik | 31 | -5791/+1424 |
2007-01-28 | locale_facets.tcc (num_get<>::do_get(iter_type, iter_type, ios_base&, ios_bas... | Paolo Carlini | 4 | -13/+26 |
2007-01-26 | re PR libstdc++/30586 (Namespace pollution in c++ headers) | Paolo Carlini | 3 | -2/+33 |
2007-01-25 | streambuf_iterator.h (istreambuf_iterator<>::equal): Simplify. | Nathan Myers | 2 | -5/+6 |
2007-01-24 | deque.tcc (deque<>::erase(iterator, iterator)): Fix condition. | Steve LoBasso | 3 | -2/+61 |
2007-01-24 | eh_personality.cc (PERSONALITY_FUNCTION): Replace _Unwind_Word with _uleb128_... | Andrew Pinski | 2 | -1/+6 |
2007-01-24 | PR libstdc++/29722 continued | Benjamin Kosnik | 3 | -3/+18 |
2007-01-24 | unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an... | Andreas Krebbel | 2 | -11/+17 |
2007-01-22 | stl_algobase.h (__fill_aux(unsigned char*, unsigned char*, const unsigned cha... | Paolo Carlini | 2 | -26/+21 |
2007-01-21 | PR libstdc++/30449 (fill, fill_n) | Paolo Carlini | 4 | -48/+292 |
2007-01-18 | basic_string.h (basic_string<>::_S_compare): Add. | Paolo Carlini | 6 | -17/+63 |
2007-01-16 | type_traits.h: Fix __glibcxx_max macro. | Ian Lance Taylor | 3 | -4/+17 |
2007-01-15 | valarray (valarray<>::cshift): Fix typo. | Paolo Carlini | 2 | -2/+6 |
2007-01-14 | stl_algobase.h (fill_n(char*, _Size, const signed char&)): Fix signature. | Paolo Carlini | 3 | -1/+49 |
2007-01-13 | atomicity.h (__exchange_and_add): Don't use ordered store. | John David Anglin | 2 | -4/+8 |
2007-01-13 | re PR libstdc++/14991 (stream::attach(int fd) porting entry out-of-date) | Paolo Carlini | 3 | -818/+22 |
2007-01-12 | PR libstdc++/30416 (continued) | Paolo Carlini | 2 | -11/+25 |
2007-01-12 | re PR libstdc++/30416 (SIGSEGV in valarray::cshift(n) on empty array) | Paolo Carlini | 3 | -37/+239 |
2007-01-06 | 2007-01-06 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2007-01-06 | re PR libstdc++/30365 (No possibility to disable large file support (LFS)) | Paolo Carlini | 4 | -5866/+5952 |
2007-01-06 | random (gamma_distribution): Fix typo in formula. | Matthias Klose | 3 | -2/+7 |
2007-01-05 | Revert revision 120457. | Ben Elliston | 2 | -6/+1 |
2007-01-05 | strstream.cc (strstreambuf::seekoff): Add parentheses around truth expression... | Ben Elliston | 2 | -1/+6 |
2006-12-29 | re PR libstdc++/30226 (FAIL: abi_check) | Paolo Carlini | 2 | -1/+24 |
2006-12-28 | array (array<>::_M_at): Remove. | Paolo Carlini | 2 | -29/+20 |
2006-12-22 | DR 541, [WP]. | Paolo Carlini | 5 | -5/+61 |
2006-12-16 | howto.html: Fix typos. | Ralf Wildenhues | 12 | -32/+46 |
2006-12-14 | re PR c++/19564 (-Wparentheses does not work with the C++ front-end) | Ian Lance Taylor | 8 | -30/+60 |
2006-12-12 | re PR libstdc++/28265 (iconv-related errors while building a cross-compiler f... | Benjamin Kosnik | 3 | -452/+7 |
2006-12-12 | re PR libstdc++/26497 (libstdc++-v3: configure: test: -lt: unary operator exp... | Benjamin Kosnik | 4 | -68/+257 |
2006-12-11 | re PR libstdc++/28125 (Cannot build cross compiler for Solaris: configure: er... | Benjamin Kosnik | 4 | -935/+321 |
2006-12-11 | traits.hpp: Qualify types. | Richard Guenther | 5 | -14/+21 |
2006-12-10 | valarray-inst.cc (__gslice_to_index): Optimize performance. | Paolo Carlini | 3 | -24/+81 |
2006-12-08 | testsuite_hooks.cc (set_memory_limits): Don't set RLIMIT_AS below 16MB on x86... | Jakub Jelinek | 2 | -0/+15 |
2006-12-07 | Makefile.am (std_headers_rename): Remove. | Benjamin Kosnik | 69 | -278/+287 |
2006-12-05 | localefwd.h: Consistent @file placement... | Benjamin Kosnik | 196 | -281/+966 |
2006-12-05 | DR 543, [Ready]. | Paolo Carlini | 5 | -12/+79 |
2006-12-05 | tuple: Consistent include guards. | Benjamin Kosnik | 4 | -6/+12 |
2006-12-04 | PR libstdc++/29989 (again) | Paolo Carlini | 3 | -0/+33 |
2006-12-04 | tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking... | Eric Botcazou | 2 | -2/+44 |
2006-12-03 | re PR libstdc++/29989 (missed #undef min/max in <limits>) | Paolo Carlini | 2 | -3/+5 |
2006-12-02 | acinclude.m4: Allow OPTIMIZE_CXXFLAGS to be set by configure.host. | Howard Hinnant | 4 | -2/+14 |
2006-12-02 | mt_allocator.h (__pool_base::_M_get_align): Remove redundant const qualifier ... | Paolo Carlini | 2 | -1/+6 |
2006-11-29 | throw_allocator.h: Consistent @file markup. | Benjamin Kosnik | 97 | -185/+662 |
2006-11-26 | PR libstdc++/29385 (2nd part, based on an idea by Ion Gaztanaga) | Paolo Carlini | 6 | -23/+585 |