summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLogGCC Administrator2013-04-121-0/+4
* streambuf (basic_streambuf): Use injected class name instead of non-standard ...Jonathan Wakely2013-02-272-9/+14
* thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely2012-12-173-1/+57
* iterator_tracker.h (operator++): Fix returning dangling reference.Jonathan Wakely2012-11-082-2/+8
* *: Fix copying permission statements.Jonathan Wakely2012-11-02157-156/+160
* Add test for "C" locale, add sanity checks in case of groupingH.J. Lu2012-09-272-9/+55
* re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...Jonathan Wakely2012-07-228-9/+189
* re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowi...Jonathan Wakely2012-07-073-4/+11
* re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely2012-07-053-20/+104
* re PR libstdc++/53678 (namespace pollution on NetBSD)Jörg Sonnenberger2012-06-203-4/+37
* Fix PR52822 by explicitly checking for object identity before move-assigning.Jeffrey Yasskin2012-04-124-3/+79
* Makefile.am (TEST_GCC_EXEC_PREFIX): New.Terry Guo2012-04-093-0/+7
* re PR libstdc++/52433 ([C++11] debug mode iterators need to move)Jonathan Wakely2012-03-083-2/+93
* Mark ChangeLogGCC Administrator2012-03-011-0/+4
* PR libstdc++/52317 (cont)Paolo Carlini2012-02-2121-20/+124
* re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini2012-02-2125-448/+260
* re PR libstdc++/52309 ([c++0x] unordered_set illegally requires value_type::o...Paolo Carlini2012-02-203-2/+37
* re PR libstdc++/51795 (linear_congruential_engine doesn't work correctly)Paolo Carlini2012-02-013-6/+22
* shared_ptr.h: Default copy ctor and assignment.Chase Douglas2012-01-035-4/+18
* re PR libstdc++/51711 (regex.h contains incorrect code)Paolo Carlini2011-12-304-1/+71
* re PR libstdc++/51626 ([C++0x] can't use C++98 allocators with -std=c++0x)Jonathan Wakely2011-12-213-3/+95
* remove_unsigned_integer_neg.cc: Adjust dg-error line numbers.Jonathan Wakely2011-12-195-4/+12
* cmath: Update copyright years.Jonathan Wakely2011-12-193-2/+8
* backport: re PR libstdc++/51083 (TR1 [tr.c99.cmath.over] and C++11 [cmplx.ove...Jonathan Wakely2011-12-197-33/+288
* re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely2011-12-193-4/+106
* re PR libstdc++/51540 (doxygen documentation for partial_sum misleading)Jonathan Wakely2011-12-182-6/+12
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-202-6/+10
* re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini2011-11-1619-0/+386
* re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite())Jason Dick2011-11-152-2/+8
* re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel2011-11-025-13/+128
* Mark ChangeLogGCC Administrator2011-10-261-0/+4
* locale_facets.tcc: Revert unintended change in the last commit.Paolo Carlini2011-10-061-2/+6
* re PR libstdc++/48698 (gnu-versioned-namespace problems)Benjamin Kosnik2011-10-059-74/+95
* [multiple changes]Paolo Carlini2011-09-309-13/+125
* re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini2011-09-278-109/+434
* re PR libstdc++/50510 ([C++0x] transposed variable names in std::seed_seq::ge...John Salmon2011-09-242-2/+7
* re PR libstdc++/50509 ([C++0x] incorrect code in std::seed_seq::generate)John Salmon2011-09-242-2/+7
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): rearrange to consistent...Paolo Carlini2011-09-022-4/+9
* re PR libstdc++/50268 ([C++0x] bitset doesn't sanitize input)Paolo Carlini2011-09-023-2/+115
* algo.h: Trivial uglification fixes.Paolo Carlini2011-07-311-0/+4
* re PR libstdc++/49925 ([C++0x] ADL bug mixing boost::shared_ptr and std::make...Paolo Carlini2011-07-314-10/+17
* Backport r176845.Jeffrey Yasskin2011-07-272-7/+11
* backport: re PR libstdc++/49293 (22_locale/time_get/get_weekday/char/38081-[1...Uros Bizjak2011-07-223-2/+30
* Mark ChangeLogGCC Administrator2011-06-271-0/+4
* gnu.ver: Correct last change, export instead at the existing @3.4.16.Paolo Carlini2011-05-265-8/+11
* gnu.ver: Export recently added basic_streambuf and basic_stringbuf symbols @3...Paolo Carlini2011-05-255-2/+22
* re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX ...Paolo Carlini2011-05-253-6/+11
* [multiple changes]Paolo Carlini2011-05-235-3/+131
* status_cxx200x.xml: Update to reflect current status and FDIS content.Jonathan Wakely2011-05-06100-961/+1133
* sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup.Ollie Wild2011-05-044-19/+36