Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-11-22 | del_op.cc: Include c++config.h first. | Benjamin Kosnik | 21 | -30/+51 |
2005-11-21 | sso_string_base.h: Minor formatting and stylistic fixes. | Paolo Carlini | 4 | -38/+46 |
2005-11-18 | rc_string_base.h (__rc_string_base<>::_Rep): Avoid the anonymous struct exten... | Paolo Carlini | 7 | -154/+218 |
2005-11-17 | /Network/Servers/hills/Volumes/capanna/gkeating/l | Geoffrey Keating | 6 | -19/+68 |
2005-11-16 | unwind-arm.h: Reorder interface function declarations. | Nathan Sidwell | 4 | -21/+48 |
2005-11-15 | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Don't check for shared libgcc f... | Geoffrey Keating | 3 | -35/+29 |
2005-11-13 | [multiple changes] | Paolo Carlini | 1 | -2/+12 |
2005-11-13 | [multiple changes] | Paolo Carlini | 3 | -1/+30 |
2005-11-12 | re PR libstdc++/24808 (is_object fails to compile with incomplete types) | Paolo Carlini | 6 | -41/+169 |
2005-11-11 | re PR libstdc++/24799 (std::tr1::hash missing inheritance) | Paolo Carlini | 7 | -26/+169 |
2005-11-10 | enable_shared_from_this/not_shared.cc: Adjust, remove xfail. | Paolo Carlini | 4 | -33/+45 |
2005-11-10 | boost_shared_ptr.h (_Sp_counted_base::release, [...]): Protect barriers with ... | Paolo Carlini | 2 | -4/+10 |
2005-11-10 | boost_shared_ptr.h (_Sp_counted_base::release): Optimize by manually inlining... | Paolo Carlini | 2 | -8/+20 |
2005-11-10 | re PR libstdc++/22203 (std::numeric_limits<int>::traps is wrong on PPC) | Benjamin Kosnik | 12 | -350/+706 |
2005-11-09 | boost_shared_ptr.h: Trivial formatting fixes. | Paolo Carlini | 2 | -189/+187 |
2005-11-08 | libstdc++.exp (check_v3_target_debug_mode): Use exe as the executable extension. | Benjamin Kosnik | 7 | -25/+42 |
2005-11-06 | re PR libstdc++/18174 (documentation example for std::priority_queue usage) | Paolo Carlini | 2 | -6/+10 |
2005-11-05 | configure.host: Add | rs6000 to the cpu_defines_dir switch, consistently with... | Paolo Carlini | 2 | -1/+6 |
2005-11-05 | re PR libstdc++/22203 (std::numeric_limits<int>::traps is wrong on PPC) | Paolo Carlini | 15 | -3/+119 |
2005-11-03 | sso_string_base.h (__sso_string_base<>::_M_swap): Change the various traits_t... | Paolo Carlini | 2 | -10/+23 |
2005-11-02 | [multiple changes] | Paolo Carlini | 3 | -2/+16 |
2005-11-01 | re PR libstdc++/24595 (std::tr1::get_deleter not declared) | Paolo Carlini | 3 | -14/+60 |
2005-10-31 | .cvsignore are not needed for subversion, remove them. | Andreas Jaeger | 1 | -1/+0 |
2005-10-30 | re PR libstdc++/20213 (cassert header documentation wrong) | Paolo Carlini | 19 | -35/+80 |
2005-10-29 | re PR libstdc++/22087 (ctype<char> tables are offset by one on DJGPP) | Carey Evans | 3 | -12/+20 |
2005-10-28 | re PR libstdc++/24559 (Incorrect definition of wcspbrk in cwchar) | Paolo Carlini | 3 | -2/+40 |
2005-10-25 | lwg-active.html, [...]: Import Revision 39. | Paolo Carlini | 4 | -448/+1423 |
2005-10-21 | re PR libstdc++/24450 (Exception safety problem in messages/__timepunct) | Paolo Carlini | 4 | -17/+48 |
2005-10-20 | sso_string_base.h (_M_swap): Rewrite. | Paolo Carlini | 2 | -44/+56 |
2005-10-19 | rc_string_base.h (_S_terminal): Remove. | Paolo Carlini | 4 | -47/+43 |
2005-10-17 | re PR libstdc++/24244 (Problem with tr1::shared_ptr and pthreads_mutex_lock) | Jonathan Wakely | 2 | -1/+14 |
2005-10-15 | functional: Add missing #pragma GCC system_header. | Paolo Carlini | 2 | -0/+6 |
2005-10-14 | hashtable (hashtable::m_erase): Rename to erase_node. | Paolo Carlini | 2 | -37/+44 |
2005-10-13 | re PR libstdc++/23926 (libstdc++-v3 configure failed) | Richard Earnshaw | 3 | -4/+11 |
2005-10-13 | libstdc++.exp (libstdc++_init): Require native testing before setting v3-shar... | Hans-Peter Nilsson | 2 | -1/+6 |
2005-10-13 | howto.html: Use reference to ifstream when including iosfwd. | Joe Buck | 2 | -1/+6 |
2005-10-11 | re PR libstdc++/23926 (libstdc++-v3 configure failed) | Andrew Pinski | 3 | -2/+9 |
2005-10-11 | re PR libstdc++/13583 (__use_cache not threadsafe) | Ian Lance Taylor | 7 | -9/+56 |
2005-10-09 | PR libstdc++/24061 (issue 6.19) | Paolo Carlini | 12 | -146/+977 |
2005-10-08 | configure.in (arm-*-linux-gnueabi): Add to noconfigdirs target-libffi... | Kazu Hirata | 2 | -0/+9 |