Age | Commit message (Expand) | Author | Files | Lines |
2005-08-26 | PR libstdc++/20534 (contd) | Benjamin Kosnik | 5 | -25/+38 |
2005-08-26 | check_compile (UNIQUE_ID): New. | Benjamin Kosnik | 2 | -2/+10 |
2005-08-26 | re PR libstdc++/23081 (Finish the implementation of tr1::array) | Paolo Carlini | 8 | -58/+407 |
2005-08-25 | hashtable: Use __throw_exception_again, not naked throw, in the catch clauses. | Paolo Carlini | 2 | -5/+11 |
2005-08-24 | re PR libstdc++/23550 (char_traits requirements/1.cc test bad math) | Lawrence Lim | 3 | -14/+30 |
2005-08-24 | re PR libstdc++/23465 (Assignment fails on TR1 unordered containers) | Paolo Carlini | 3 | -13/+87 |
2005-08-23 | re PR libstdc++/23462 (27_io/basic_filebuf/sgetn/char/[12]-i[no].cc execution... | Kelley Cook | 2 | -1/+6 |
2005-08-23 | re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types) | Thomas Kho | 2 | -1/+7 |
2005-08-23 | 1.cc: XFAIL on darwin8. | Geoffrey Keating | 3 | -0/+11 |
2005-08-19 | atomicity.h: Replace broken generic code with current copy of generic/atomici... | J"orn Rennecke | 2 | -44/+33 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 2845 | -2914/+2918 |
2005-08-09 | c99_classification_macros_c.cc: xfail on *-*-darwin*. | Andrew Pinski | 2 | -2/+7 |
2005-08-03 | configure.ac: Don't use GCC_NO_EXECUTABLES or clear GLIBCXX_IS_NATIVE on Darw... | Geoffrey Keating | 4 | -27/+63 |
2005-08-03 | acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print status messages. | Geoffrey Keating | 3 | -0/+127 |
2005-07-30 | make_exports.pl: Pass --strip-underscores to c++filt. | Andrew Pinski | 2 | -1/+5 |
2005-07-29 | re PR libstdc++/22284 (ia64 exception handling broken) | H.J. Lu | 2 | -1/+7 |
2005-07-28 | * include/std/std_valarray.h: Fix grammar in comments. | Volker Reichelt | 2 | -17/+21 |
2005-07-27 | Index: gcc/ChangeLog | Geoffrey Keating | 12 | -131/+392 |
2005-07-25 | re PR libstdc++/23053 (Const-correctness issue in TR1 hashtable) | Dave Odell | 3 | -4/+50 |
2005-07-25 | 2005-07-25 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2005-07-25 | re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster) | Paolo Carlini | 8 | -4/+459 |
2005-07-20 | streambuf.tcc (xsgetn, xsputn): Use streamsize instead of size_t. | Paolo Carlini | 3 | -12/+18 |
2005-07-18 | ctype_members.cc (do_is(mask, wchar_t)): Speed-up for the common case of mask... | Paolo Carlini | 2 | -11/+32 |
2005-07-15 | PR libstdc++/21193 (float, double, long double) | Paolo Carlini | 2 | -8/+77 |
2005-07-13 | PR libstdc++/21193 (string & wstring) | Paolo Carlini | 2 | -31/+84 |
2005-07-11 | ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct a... | Paolo Carlini | 8 | -49/+319 |
2005-07-07 | tree_order_statistics_join.cc: Change map_t to map_type. | David Edelsohn | 2 | -4/+9 |
2005-07-05 | Add class __versa_string, a versatile "basic_string-type" class... | Paolo Carlini | 20 | -120/+4903 |
2005-07-01 | [multiple changes] | Paolo Carlini | 3 | -12/+68 |
2005-06-30 | * include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp | Ulrich Weigand | 2 | -2/+10 |
2005-06-29 | PR libstdc++/21244 (cont^2) | Paolo Carlini | 2 | -10/+18 |
2005-06-29 | basic_string.h, [...]: Fix Doxygen comments that use wrong parameter and func... | Jonathan Wakely | 3 | -17/+22 |
2005-06-29 | lwg-active.html, [...]: Import Revision 37. | Paolo Carlini | 4 | -2914/+1706 |
2005-06-29 | 2005-06-29 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2005-06-29 | re PR libstdc++/22131 (std::num_get fails for input with invalid groups) | Paolo Carlini | 12 | -142/+577 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 2 | -0/+315 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 16 | -306/+550 |
2005-06-27 | re PR libstdc++/22102 ([DR233] Implement resolution of DR 233) | Paolo Carlini | 2 | -18/+65 |
2005-06-27 | documentation.html: Add link for policy based associative containers docs. | Benjamin Kosnik | 399 | -1459/+64037 |
2005-06-23 | re PR libstdc++/22109 (/home/dave/opt/gnu/bin/ld: BFD 2.16.91 20050612 intern... | Jakub Jelinek | 6 | -100/+115 |
2005-06-20 | re PR libstdc++/22111 (libstdc++ abi_check) | Benjamin Kosnik | 14 | -86/+40 |
2005-06-18 | baseline_symbols.txt: Update. | Jakub Jelinek | 3 | -3239/+172 |
2005-06-17 | [multiple changes] | Paolo Carlini | 4 | -141/+119 |
2005-06-17 | * docs/html/21_strings/gotw29a.txt: Update code to corrected version. | Jonathan Wakely | 2 | -1/+9 |
2005-06-17 | [multiple changes] | Benjamin Kosnik | 34 | -17667/+2253 |
2005-06-15 | hashtable: Trivial formatting fixes. | Paolo Carlini | 4 | -1486/+1771 |
2005-06-14 | re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) | Tom Tromey | 10 | -41/+24 |
2005-06-08 | re PR libstdc++/21955 (std::stringbuf vs. in_avail) | Benjamin Kosnik | 11 | -51/+183 |
2005-06-07 | acinclude.m4 (GLIBCXX_ENABLE_C99): Use C++ compiler for complex tests. | Benjamin Kosnik | 3 | -12/+8 |
2005-06-07 | s390.md: ("UNSPECV_MB", "UNSPECV_CAS"): New constants. | Adrian Straetling | 2 | -14/+7 |