Age | Commit message (Expand) | Author | Files | Lines |
2005-06-27 | documentation.html: Add link for policy based associative containers docs. | Benjamin Kosnik | 1 | -0/+497 |
2005-06-23 | re PR libstdc++/22109 (/home/dave/opt/gnu/bin/ld: BFD 2.16.91 20050612 intern... | Jakub Jelinek | 1 | -0/+21 |
2005-06-20 | re PR libstdc++/22111 (libstdc++ abi_check) | Benjamin Kosnik | 1 | -0/+14 |
2005-06-17 | [multiple changes] | Paolo Carlini | 1 | -0/+13 |
2005-06-17 | * docs/html/21_strings/gotw29a.txt: Update code to corrected version. | Jonathan Wakely | 1 | -0/+4 |
2005-06-17 | [multiple changes] | Benjamin Kosnik | 1 | -0/+77 |
2005-06-15 | hashtable: Trivial formatting fixes. | Paolo Carlini | 1 | -0/+6 |
2005-06-14 | re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) | Tom Tromey | 1 | -0/+8 |
2005-06-08 | re PR libstdc++/21955 (std::stringbuf vs. in_avail) | Benjamin Kosnik | 1 | -0/+18 |
2005-06-07 | acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex tests. | Benjamin Kosnik | 1 | -0/+6 |
2005-06-07 | s390.md: ("UNSPECV_MB", "UNSPECV_CAS"): New constants. | Adrian Straetling | 1 | -0/+5 |
2005-06-07 | PR libstdc++/21770 (cont: __gnu_debug::string) | Paolo Carlini | 1 | -0/+7 |
2005-06-07 | PR libstdc++/21770 (cont: debug-mode) | Paolo Carlini | 1 | -0/+12 |
2005-06-06 | [multiple changes] | Paolo Carlini | 1 | -0/+32 |
2005-06-06 | stl_function.h: ... | Peter Doerfler | 1 | -0/+4 |
2005-06-06 | stl_function.h: Fix typo in comment. | Peter Doerfler | 1 | -0/+4 |
2005-06-05 | acinclude.m4 ([GLIBCXX_ENABLE_C99]): Check clog, clogf, clogl too for ac_c99_... | Paolo Carlini | 1 | -0/+6 |
2005-06-03 | re PR libstdc++/21770 (rebinding allocator::value type vs. container::value_t... | Paolo Carlini | 1 | -0/+50 |
2005-06-02 | re PR c++/21280 (#pragma interface, templates, and "inline function used but ... | Nathan Sidwell | 1 | -0/+6 |
2005-05-31 | PR libstdc++/20534 (contd) | Paolo Carlini | 1 | -0/+10 |
2005-05-30 | std_complex.h (log(const complex<_Tp>&)): When _GLIBCXX_USE_C99_COMPLEX, forw... | Paolo Carlini | 1 | -0/+5 |
2005-05-28 | revert: re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnatura... | Paolo Carlini | 1 | -0/+20 |
2005-05-27 | abi.html: Mention 3.4.0 as the current baseline; add a notice about the confi... | Paolo Carlini | 1 | -0/+5 |
2005-05-27 | re PR libstdc++/21674 (basic_string vs debug_mode) | Benjamin Kosnik | 1 | -0/+1 |
2005-05-27 | test.html: Mention PCH_CXXFLAGS. | Mark Mitchell | 1 | -0/+7 |
2005-05-27 | misc-inst.cc: Remove unnecessary included files. | Theodore Papadopoulo | 1 | -0/+4 |
2005-05-27 | c++config: Remove extern template use when in debug mode, disable for non-wea... | Benjamin Kosnik | 1 | -0/+5 |
2005-05-27 | re PR libstdc++/20534 (Erroneous #include of <cassert>) | Benjamin Kosnik | 1 | -0/+19 |
2005-05-26 | re PR libstdc++/13943 (call of overloaded `llabs(int)' is ambiguous) | Paolo Carlini | 1 | -0/+11 |
2005-05-26 | linker-map.gnu: Add linkage support for no extern templates. | Benjamin Kosnik | 1 | -0/+11 |
2005-05-25 | basic_string.h (_Rep::_M_set_length_and_sharable): Use, consistently, traits_... | Paolo Carlini | 1 | -0/+5 |
2005-05-25 | atomicity.h: Use the builtins for atomic memory operations. | Paolo Carlini | 1 | -0/+7 |
2005-05-24 | [multiple changes] | Paolo Carlini | 1 | -0/+130 |
2005-05-24 | allocator.h: Change ___glibcxx_base_allocator to __glibcxx_base_allocator. | Benjamin Kosnik | 1 | -0/+10 |
2005-05-24 | [multiple changes] | Paolo Carlini | 1 | -0/+40 |
2005-05-23 | debug.html: Explain that _GLIBXX_DEBUG_PEDANTIC had to be defined for pedanti... | Jonathan Wakely | 1 | -0/+5 |
2005-05-20 | stubs.c: Also implement fabsf/fabsl if not present in the system libraries. | Jan Beulich | 1 | -0/+5 |
2005-05-20 | stl_algo.h (__rotate<_RandomAccessIterator>): Don't qualify __tmp as const, _... | Paolo Carlini | 1 | -0/+8 |
2005-05-19 | * libsupc++/unwind-cxx.h: Revert gcc_unreachable change. | Richard Henderson | 1 | -0/+4 |
2005-05-19 | basic_string.h (operator[]): Allow s[s.size()] in debug mode, but not pedanti... | Jonathan Wakely | 1 | -0/+5 |
2005-05-19 | unwind-compat.c: Include tconfig.h and tsystem.h. | Jan Beulich | 1 | -0/+6 |
2005-05-18 | re PR libstdc++/19495 (basic_string::_M_rep() can produce an unnaturally alig... | Paolo Carlini | 1 | -0/+17 |
2005-05-18 | 2.cc: Adjust dg-require-namedlocale. | Paolo Carlini | 1 | -0/+13 |
2005-05-18 | testsuite_hooks.cc: Remove try_named_locale. | Paolo Carlini | 1 | -0/+356 |
2005-05-17 | unwind-dw2-fde-glibc.c (base_from_cb_data, [...]): Use gcc_assert and gcc_unr... | Nathan Sidwell | 1 | -0/+4 |
2005-05-16 | install.html: Update list of required named locales, add "es_ES". | Paolo Carlini | 1 | -0/+5 |
2005-05-13 | 1.cc: Use initialization instead of copying as the string is used only once. | Magnus Fromreide | 1 | -0/+8 |
2005-05-13 | create_testsuite_files: Fix. | Benjamin Kosnik | 1 | -0/+4 |
2005-05-13 | numeric_limits.cc (dg-options): Add -mieee to options on sh*-*-*. | Kaz Kojima | 1 | -0/+5 |
2005-05-10 | * include/debug/debug.h: Fix typo in macro name. | Jonathan Wakely | 1 | -0/+4 |