Age | Commit message (Expand) | Author | Files | Lines |
2006-01-15 | re PR libstdc++/25626 (Valarray vs non-POD) | Paolo Carlini | 3 | -7/+36 |
2006-01-15 | overloads_int.cc: Fix norm test, use casts everywhere. | Paolo Carlini | 2 | -23/+34 |
2006-01-14 | testsuite_tr1.h: Add missing include; use std::__are_same. | Paolo Carlini | 2 | -1/+7 |
2006-01-14 | overloads_int.cc: Fix wrong test (don't pick by mistake the (const complex<>&... | Paolo Carlini | 2 | -1/+13 |
2006-01-13 | complex (arg, [...]): Add, implementing TR1, 8.1.9. | Paolo Carlini | 8 | -8/+384 |
2006-01-13 | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Enable --gc-sections in more ca... | Benjamin Kosnik | 5 | -243/+329 |
2006-01-12 | crossconfig.m4: Add AC_DEFINE-s for HAVE_HYPOT, HAVE_ISINF, and HAVE_ISNAN fo... | Jan Beulich | 3 | -0/+21 |
2006-01-12 | acinclude.m4: Use -Wl,-z,relro if possible. | Benjamin Kosnik | 3 | -1/+169 |
2006-01-10 | complex: New file... | Paolo Carlini | 5 | -8/+375 |
2006-01-09 | re PR libstdc++/25658 (testsuite failure: 23_containers/deque/cons/assign/1.cc) | Paolo Carlini | 2 | -7/+13 |
2006-01-08 | PR libstdc++/22102 (insert as close to hint as possible) | Paolo Carlini | 10 | -2/+354 |
2006-01-06 | stl_tree.h (_Rb_tree<>::insert_unique): Rename to _M_insert_unique. | Paolo Carlini | 6 | -85/+95 |
2006-01-06 | stl_bvector.h (vector<bool>::erase(iterator, iterator)): Just use _M_erase_at... | Paolo Carlini | 5 | -309/+810 |
2006-01-06 | testsuite_hooks.h (test_tm(unsigned)): Change to take all the tm members. | Paolo Carlini | 55 | -71/+127 |
2006-01-06 | testsuite_hooks.h: Adjust Copyright dates. | Paolo Carlini | 2 | -2/+2 |
2006-01-06 | testsuite_hooks.h (test_tm(unsigned)): New. | Paolo Carlini | 55 | -106/+192 |
2006-01-04 | sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a... | Paolo Carlini | 42 | -52/+3619 |
2006-01-04 | sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a... | Paolo Carlini | 1 | -2/+65 |
2006-01-03 | stl_list.h (_List_base<>::_M_get_Node_allocator): Add. | Paolo Carlini | 8 | -33/+200 |
2006-01-03 | 1.cc: Initialize vars. | Paolo Carlini | 5 | -12/+19 |
2006-01-03 | libtool-ldflags: New script. | Mark Mitchell | 5 | -4/+19 |
2006-01-02 | re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies) | Paolo Carlini | 8 | -700/+327 |
2005-12-28 | lwg-active.html, [...]: Import Revision 40. | Paolo Carlini | 3 | -39/+352 |
2005-12-28 | testsuite_allocator.h (check_deallocate_null): Return true. | Chris Jefferson | 2 | -1/+6 |
2005-12-28 | [multiple changes] | Paolo Carlini | 24 | -190/+269 |
2005-12-26 | mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter. | Chris Jefferson | 50 | -120/+211 |
2005-12-24 | stl_algobase.h (fill(const _Deque_iterator&, const _Deque_iterator&, const _T... | Paolo Carlini | 3 | -0/+90 |
2005-12-20 | stl_deque.h (deque<>::resize, [...]): Avoid troubles with ADL, user defined o... | Paolo Carlini | 4 | -13/+91 |
2005-12-19 | c++config: Add in revised namespace associations. | Benjamin Kosnik | 312 | -1329/+2234 |
2005-12-18 | stl_algobase.h (__copy_normal::copy_n): Uglify to __copy_n. | Paolo Carlini | 3 | -107/+174 |
2005-12-18 | post: New. | Benjamin Kosnik | 29 | -137/+220 |
2005-12-18 | re PR libstdc++/25472 (--disable-hosted-libstdcxx does not work) | Benjamin Kosnik | 7 | -51/+110 |
2005-12-17 | stl_vector.h (vector(const vector&)): Use _M_get_Tp_allocator. | Paolo Carlini | 6 | -68/+377 |
2005-12-17 | valarray_after.h (_Expr<>::operator[](slice)): Don't assume the closure imple... | Gabriel Dos Reis | 2 | -9/+45 |
2005-12-16 | is_empty.cc: Fix class NonEmptyClassTwo. | Paolo Carlini | 2 | -1/+9 |
2005-12-15 | stl_vector.h (vector<>::_M_get_Tp_allocator): Change to return by ref and add... | Paolo Carlini | 3 | -2/+16 |
2005-12-15 | re PR libstdc++/25421 (catching exception from codecvt_byname() segfaults) | Paolo Carlini | 3 | -1/+75 |
2005-12-13 | c-cppbuiltin.c (builtin_define_float_constants): Add fp_cast parameter, pass ... | Carlos O'Donell | 2 | -4/+10 |
2005-12-11 | sso_string_base.h (__sso_string_base<>::_M_compare): Add... | Paolo Carlini | 4 | -3/+71 |
2005-12-09 | re PR libstdc++/25288 (std::list insert members should have no effects if an ... | Paolo Carlini | 4 | -56/+236 |
2005-12-08 | re PR libstdc++/24617 (vector vs __erase_at_end) | Paolo Carlini | 5 | -81/+303 |
2005-12-07 | configopts.html ([--enable-libstdcxx-allocator]): Mention the SGI pooled allo... | Paolo Carlini | 2 | -3/+8 |
2005-12-06 | basic_string.h (insert(iterator, _CharT), [...]): Avoid troubles with ADL, us... | Paolo Carlini | 5 | -3/+87 |
2005-12-05 | sso_string_base.h (__sso_string_base<>::_M_assign): Simplify, avoid pointless... | Paolo Carlini | 2 | -13/+18 |
2005-12-05 | sso_string_base.h (__sso_string_base<>::_M_reserve): Simplify. | Paolo Carlini | 2 | -2/+6 |
2005-12-05 | vstring.h (__versa_string<>::operator+, [...]): Move out of line... | Paolo Carlini | 5 | -301/+374 |
2005-12-01 | re PR testsuite/25193 (libstdc++ testsuite fails on cygwin) | David Billinghurst | 2 | -1/+7 |
2005-11-24 | PR libstdc++/24975 (basic_string) | Paolo Carlini | 2 | -1/+13 |
2005-11-22 | re PR libstdc++/24975 (Aliasing problems inside libstdc++) | Paolo Carlini | 4 | -35/+205 |
2005-11-22 | re PR libstdc++/23591 (exceptions in plugins in threads cause segmentation vi... | Benjamin Kosnik | 20 | -91/+403 |