aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2005-09-0223465.cc: Reduce maximum size and lf.Paolo Carlini2-2/+7
2005-09-01std_cmath.h: Declare C99 functions and helper functions as inline.Benjamin Kosnik1-1/+1
2005-09-01std_cmath.h: Declare C99 functions and helper functions as inline.Benjamin Kosnik2-34/+39
2005-09-01libstdc++.exp (check_v3_target_cxa_atexit): Fix comment.Benjamin Kosnik2-2/+9
2005-09-01libstdc++.exp (check_v3_target_cxa_atexit): New.Benjamin Kosnik19-145/+553
2005-08-31re PR libstdc++/23632 (std::vector<bool> in combination with debug mode fails...Paolo Carlini3-2/+50
2005-08-30PR libstdc++/23578 (cont)Paolo Carlini2-0/+14
2005-08-3023528.cc: New.Paolo Carlini2-0/+47
2005-08-29stl_map.h (class map): ...Paolo Carlini2-1/+5
2005-08-29stl_map.h (class map): Add missing % in comment.Paolo Carlini2-1/+5
2005-08-29PR libstdc++/23578 (DR 464 [Ready])Paolo Carlini8-0/+201
2005-08-26PR libstdc++/20534 (contd)Benjamin Kosnik5-25/+38
2005-08-26check_compile (UNIQUE_ID): New.Benjamin Kosnik2-2/+10
2005-08-26re PR libstdc++/23081 (Finish the implementation of tr1::array)Paolo Carlini8-58/+407
2005-08-25hashtable: Use __throw_exception_again, not naked throw, in the catch clauses.Paolo Carlini2-5/+11
2005-08-24re PR libstdc++/23550 (char_traits requirements/1.cc test bad math)Lawrence Lim3-14/+30
2005-08-24re PR libstdc++/23465 (Assignment fails on TR1 unordered containers)Paolo Carlini3-13/+87
2005-08-23re PR libstdc++/23462 (27_io/basic_filebuf/sgetn/char/[12]-i[no].cc execution...Kelley Cook2-1/+6
2005-08-23re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types)Thomas Kho2-1/+7
2005-08-231.cc: XFAIL on darwin8.Geoffrey Keating3-0/+11
2005-08-19atomicity.h: Replace broken generic code with current copy of generic/atomici...J"orn Rennecke2-44/+33
2005-08-17All files: Update FSF address.Kelley Cook2845-2914/+2918
2005-08-09c99_classification_macros_c.cc: xfail on *-*-darwin*.Andrew Pinski2-2/+7
2005-08-03configure.ac: Don't use GCC_NO_EXECUTABLES or clear GLIBCXX_IS_NATIVE on Darw...Geoffrey Keating4-27/+63
2005-08-03acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT_ancilliary): Print status messages.Geoffrey Keating3-0/+127
2005-07-30make_exports.pl: Pass --strip-underscores to c++filt.Andrew Pinski2-1/+5
2005-07-29re PR libstdc++/22284 (ia64 exception handling broken)H.J. Lu2-1/+7
2005-07-28* include/std/std_valarray.h: Fix grammar in comments.Volker Reichelt2-17/+21
2005-07-27Index: gcc/ChangeLogGeoffrey Keating12-131/+392
2005-07-25re PR libstdc++/23053 (Const-correctness issue in TR1 hashtable)Dave Odell3-4/+50
2005-07-252005-07-25 Paolo Carlini <pcarlini@suse.de>Paolo Carlini1-1/+1
2005-07-25re PR libstdc++/22515 (operator>>(istream, string/CharT*) can be faster)Paolo Carlini8-4/+459
2005-07-20streambuf.tcc (xsgetn, xsputn): Use streamsize instead of size_t.Paolo Carlini3-12/+18
2005-07-18ctype_members.cc (do_is(mask, wchar_t)): Speed-up for the common case of mask...Paolo Carlini2-11/+32
2005-07-15PR libstdc++/21193 (float, double, long double)Paolo Carlini2-8/+77
2005-07-13PR libstdc++/21193 (string & wstring)Paolo Carlini2-31/+84
2005-07-11ostream.tcc (basic_ostream<>::operator<<(long), [...]): Don't deal with oct a...Paolo Carlini8-49/+319
2005-07-07tree_order_statistics_join.cc: Change map_t to map_type.David Edelsohn2-4/+9
2005-07-05Add class __versa_string, a versatile "basic_string-type" class...Paolo Carlini20-120/+4903
2005-07-01[multiple changes]Paolo Carlini3-12/+68
2005-06-30* include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hppUlrich Weigand2-2/+10
2005-06-29PR libstdc++/21244 (cont^2)Paolo Carlini2-10/+18
2005-06-29basic_string.h, [...]: Fix Doxygen comments that use wrong parameter and func...Jonathan Wakely3-17/+22
2005-06-29lwg-active.html, [...]: Import Revision 37.Paolo Carlini4-2914/+1706
2005-06-292005-06-29 Paolo Carlini <pcarlini@suse.de>Paolo Carlini1-1/+1
2005-06-29re PR libstdc++/22131 (std::num_get fails for input with invalid groups)Paolo Carlini12-142/+577
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook2-0/+315
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook16-306/+550
2005-06-27re PR libstdc++/22102 ([DR233] Implement resolution of DR 233)Paolo Carlini2-18/+65
2005-06-27documentation.html: Add link for policy based associative containers docs.Benjamin Kosnik399-1459/+64037