| Commit message (Expand) | Author | Age | Files | Lines |
* | 2006-01-22 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2006-01-22 | 2 | -5469/+5468 |
* | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Verbose ld version reporting. | Benjamin Kosnik | 2006-01-20 | 3 | -22/+125 |
* | re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) | Joseph Myers | 2006-01-20 | 3 | -13/+25 |
* | Implement list::splice (and merge) bits of N1599 | Paolo Carlini | 2006-01-20 | 4 | -35/+214 |
* | re PR libstdc++/25797 (almost all libstdc++ tests fail) | H.J. Lu | 2006-01-19 | 3 | -11/+139 |
* | eh_personality.cc (PERSONALITY_FUNCTION): Use std::abort. | Paul Brook | 2006-01-18 | 2 | -2/+6 |
* | allocator.h: Include <bits/cpp_type_traits.h>. | Paolo Carlini | 2006-01-18 | 2 | -0/+6 |
* | [multiple changes] | Paolo Carlini | 2006-01-18 | 5 | -27/+51 |
* | re PR libstdc++/25797 (almost all libstdc++ tests fail) | Benjamin Kosnik | 2006-01-16 | 3 | -266/+278 |
* | re PR libstdc++/25626 (Valarray vs non-POD) | Paolo Carlini | 2006-01-15 | 3 | -7/+36 |
* | overloads_int.cc: Fix norm test, use casts everywhere. | Paolo Carlini | 2006-01-15 | 2 | -23/+34 |
* | testsuite_tr1.h: Add missing include; use std::__are_same. | Paolo Carlini | 2006-01-14 | 2 | -1/+7 |
* | overloads_int.cc: Fix wrong test (don't pick by mistake the (const complex<>&... | Paolo Carlini | 2006-01-14 | 2 | -1/+13 |
* | complex (arg, [...]): Add, implementing TR1, 8.1.9. | Paolo Carlini | 2006-01-13 | 8 | -8/+384 |
* | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Enable --gc-sections in more ca... | Benjamin Kosnik | 2006-01-13 | 5 | -243/+329 |
* | crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and HAVE_ISNAN fo... | Jan Beulich | 2006-01-12 | 3 | -0/+21 |
* | acinclude.m4: Use -Wl,-z,relro if possible. | Benjamin Kosnik | 2006-01-12 | 3 | -1/+169 |
* | complex: New file... | Paolo Carlini | 2006-01-10 | 5 | -8/+375 |
* | re PR libstdc++/25658 (testsuite failure: 23_containers/deque/cons/assign/1.cc) | Paolo Carlini | 2006-01-09 | 2 | -7/+13 |
* | PR libstdc++/22102 (insert as close to hint as possible) | Paolo Carlini | 2006-01-08 | 10 | -2/+354 |
* | stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. | Paolo Carlini | 2006-01-06 | 6 | -85/+95 |
* | stl_bvector.h (vector<bool>::erase(iterator, iterator)): Just use _M_erase_at... | Paolo Carlini | 2006-01-06 | 5 | -309/+810 |
* | testsuite_hooks.h (test_tm(unsigned)): Change to take all the tm members. | Paolo Carlini | 2006-01-06 | 55 | -71/+127 |
* | testsuite_hooks.h: Adjust Copyright dates. | Paolo Carlini | 2006-01-06 | 2 | -2/+2 |
* | testsuite_hooks.h (test_tm(unsigned)): New. | Paolo Carlini | 2006-01-06 | 55 | -106/+192 |
* | sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a... | Paolo Carlini | 2006-01-04 | 42 | -52/+3619 |
* | sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a... | Paolo Carlini | 2006-01-04 | 1 | -2/+65 |
* | stl_list.h (_List_base<>::_M_get_Node_allocator): Add. | Paolo Carlini | 2006-01-03 | 8 | -33/+200 |
* | 1.cc: Initialize vars. | Paolo Carlini | 2006-01-03 | 5 | -12/+19 |
* | libtool-ldflags: New script. | Mark Mitchell | 2006-01-03 | 5 | -4/+19 |
* | re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies) | Paolo Carlini | 2006-01-02 | 8 | -700/+327 |
* | lwg-active.html, [...]: Import Revision 40. | Paolo Carlini | 2005-12-28 | 3 | -39/+352 |
* | testsuite_allocator.h (check_deallocate_null): Return true. | Chris Jefferson | 2005-12-28 | 2 | -1/+6 |
* | [multiple changes] | Paolo Carlini | 2005-12-28 | 24 | -190/+269 |
* | mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. | Chris Jefferson | 2005-12-26 | 50 | -120/+211 |
* | stl_algobase.h (fill(const _Deque_iterator&, const _Deque_iterator&, const _T... | Paolo Carlini | 2005-12-24 | 3 | -0/+90 |
* | stl_deque.h (deque<>::resize, [...]): Avoid troubles with ADL, user defined o... | Paolo Carlini | 2005-12-20 | 4 | -13/+91 |
* | c++config: Add in revised namespace associations. | Benjamin Kosnik | 2005-12-19 | 312 | -1329/+2234 |
* | stl_algobase.h (__copy_normal::copy_n): Uglify to __copy_n. | Paolo Carlini | 2005-12-18 | 3 | -107/+174 |
* | post: New. | Benjamin Kosnik | 2005-12-18 | 29 | -137/+220 |
* | re PR libstdc++/25472 (--disable-hosted-libstdcxx does not work) | Benjamin Kosnik | 2005-12-18 | 7 | -51/+110 |
* | stl_vector.h (vector(const vector&)): Use _M_get_Tp_allocator. | Paolo Carlini | 2005-12-17 | 6 | -68/+377 |
* | valarray_after.h (_Expr<>::operator[](slice)): Don't assume the closure imple... | Gabriel Dos Reis | 2005-12-17 | 2 | -9/+45 |
* | is_empty.cc: Fix class NonEmptyClassTwo. | Paolo Carlini | 2005-12-16 | 2 | -1/+9 |
* | stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add... | Paolo Carlini | 2005-12-15 | 3 | -2/+16 |
* | re PR libstdc++/25421 (catching exception from codecvt_byname() segfaults) | Paolo Carlini | 2005-12-15 | 3 | -1/+75 |
* | c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass ... | Carlos O'Donell | 2005-12-13 | 2 | -4/+10 |
* | sso_string_base.h (__sso_string_base<>::_M_compare): Add... | Paolo Carlini | 2005-12-11 | 4 | -3/+71 |
* | re PR libstdc++/25288 (std::list insert members should have no effects if an ... | Paolo Carlini | 2005-12-09 | 4 | -56/+236 |
* | re PR libstdc++/24617 (vector vs __erase_at_end) | Paolo Carlini | 2005-12-08 | 5 | -81/+303 |