| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-09-28 | unique_ptr.h (unique_ptr<_Tp[]>::template<typename U> void reset(U)): Add as ... | Paolo Carlini | 4 | -57/+114 |
| 2008-09-28 | mutex (try_lock): Implement generic try_lock. | Chris Fairles | 13 | -10/+388 |
| 2008-09-26 | configure: Regenerate for new libtool. | Peter O'Gorman | 11 | -507/+1428 |
| 2008-09-24 | bitset: Adjust comment to reflect DR 853. | Paolo Carlini | 4 | -2/+14 |
| 2008-09-23 | 37547.cc: Return void to avoid warnings. | Chris Fairles | 4 | -3/+9 |
| 2008-09-23 | Implement DR 396 [Ready]. | Paolo Carlini | 6 | -49/+323 |
| 2008-09-23 | chrono: If _GLIBCXX_USE_MONOTONIC_CLOCK is defined... | Chris Fairles | 12 | -76/+254 |
| 2008-09-23 | re PR libstdc++/37624 (22_locale/num_get/get/char/10.cc) | Paolo Carlini | 3 | -15/+26 |
| 2008-09-23 | PR libstdc++/37391 continued. | Benjamin Kosnik | 3 | -37/+39 |
| 2008-09-23 | locale_facets.tcc (__pad<>::_S_pad): Don't use const by value parameters. | Paolo Carlini | 3 | -4/+8 |
| 2008-09-23 | 2008-09-22 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
| 2008-09-23 | PR libstdc++/32422, DR 23 [Ready in R60] | Paolo Carlini | 17 | -154/+308 |
| 2008-09-22 | re PR libstdc++/37391 (examples not accessible online (non existing URLs)) | Benjamin Kosnik | 105 | -182/+160 |
| 2008-09-22 | user.cfg.in: Define _GLIBCXX_HAS_GTHREADS for mutex, condition_variable, and ... | Benjamin Kosnik | 2 | -225/+231 |
| 2008-09-22 | lwg-closed.html: Update to Revision R59. | Paolo Carlini | 5 | -4652/+9204 |
| 2008-09-21 | stl_algo.h (minmax(initializer_list<>): Use make_pair, consistently with the ... | Paolo Carlini | 2 | -1/+6 |
| 2008-09-19 | re PR libstdc++/37470 (parallel/base.h log2 conflicts with math.h) | Johannes Singler | 5 | -12/+21 |
| 2008-09-18 | shared_ptr.h (__shared_count<>:: __shared_count(_Ptr, _Deleter), [...]): Qual... | Paolo Carlini | 2 | -4/+12 |
| 2008-09-17 | re PR libstdc++/37547 ([c++0x] minmax with initializer_list gives incorrect r... | Paolo Carlini | 13 | -36/+179 |
| 2008-09-16 | [multiple changes] | Paolo Carlini | 16 | -1/+732 |
| 2008-09-13 | 1.cc: Join thread before program exits. | Chris Fairles | 5 | -9/+29 |
| 2008-09-13 | thread: New. | Chris Fairles | 1 | -0/+1 |
| 2008-09-13 | thread: New. | Chris Fairles | 31 | -4/+1854 |
| 2008-09-10 | ctype.cc (use_facet<ctype<char> >, [...]): Remove specializations. | Paolo Carlini | 5 | -31/+24 |
| 2008-09-10 | ctype_members.cc (ctype<char>::_M_narrow_init, [...]): Don't define here. | Paolo Carlini | 5 | -124/+50 |
| 2008-09-10 | re PR libstdc++/37455 (Code bloat for ostream.widen('\n')) | Paolo Carlini | 6 | -38/+140 |
| 2008-09-09 | abi.xml: Update for new releases. | Benjamin Kosnik | 23 | -160/+244 |
| 2008-09-09 | 2008-09-09 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
| 2008-09-09 | cinttypes: Restore __STDC_FORMAT_MACRO after inclusion of <inttypes.h>. | Paolo Carlini | 4 | -5/+42 |
| 2008-09-09 | (GLIBCXX_CHECK_STANDARD_LAYOUT): Fix compile check | Andreas Schwab | 3 | -15/+9 |
| 2008-09-07 | acinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Check wcstoimax and wcstoumax, define... | Paolo Carlini | 6 | -7/+108 |
| 2008-09-05 | [multiple changes] | Paolo Carlini | 3 | -0/+75 |
| 2008-09-05 | Convert ChangeLog files to UTF-8. | Jakub Jelinek | 3 | -4/+4 |
| 2008-09-04 | re PR libstdc++/36962 ([C++0x] Add constructors / assignment operators from u... | Jonathan Wakely | 17 | -893/+2061 |
| 2008-09-04 | * doc/xml/manual/locale.xml: Fix typo. | Jonathan Wakely | 2 | -1/+5 |
| 2008-09-04 | acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Tidy checks in case of POSIX threads. | Paolo Carlini | 3 | -8/+24 |
| 2008-09-04 | mutex (once_flag): Construct __gthread_once_t in a temporary variable before ... | Chris Fairles | 2 | -2/+10 |
| 2008-09-04 | gnu.ver: Also export __once_functor_lock... | Paolo Carlini | 10 | -13/+39 |
| 2008-09-03 | acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Fix typo in last commit, check _POSI... | Paolo Carlini | 3 | -2/+10 |
| 2008-09-03 | acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Check _POSIX_TIMERS too. | Paolo Carlini | 3 | -2/+7 |
| 2008-09-03 | condition_variable: Use new deleted ctors. | Chris Fairles | 4 | -0/+272 |
| 2008-09-03 | condition_variable: Use new deleted ctors. | Chris Fairles | 12 | -0/+876 |
| 2008-09-03 | condition_variable: Use new deleted ctors. | Chris Fairles | 69 | -191/+3065 |
| 2008-09-01 | type_traits (__make_unsigned_selector<>): Consider enums of size smaller than... | Mark Mitchell | 6 | -17/+39 |
| 2008-08-31 | configure.ac (RPATH_ENVVAR): Use PATH on Windows. | Aaron W. LaFramboise | 11 | -2/+33 |
| 2008-08-30 | 2.cc: Constrain iterations when testing on a simultor. | Mark Mitchell | 2 | -1/+12 |
| 2008-08-28 | typedef.cc: Rename to .../typedefs.cc. | Paolo Carlini | 9 | -0/+19 |
| 2008-08-28 | acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): New. | Chris Fairles | 5 | -4/+150 |
| 2008-08-28 | Makefile.am: Edit xml file list. | Benjamin Kosnik | 38 | -762/+799 |
| 2008-08-27 | hashtable (_Hashtable<>): Add missing pointer and const_pointer typedefs. | Paolo Carlini | 10 | -0/+395 |