Age | Commit message (Expand) | Author | Files | Lines |
2009-07-29 | configure.xml: Consistent placement of ABI-changing options, clarify --enable... | Benjamin Kosnik | 1 | -19/+22 |
2009-07-23 | lwg-closed.html: Update to R65. | Paolo Carlini | 4 | -11635/+39902 |
2009-07-22 | valarray (valarray<>::operator=(const valarray<>&), [...]): Implement resolut... | Paolo Carlini | 1 | -0/+6 |
2009-07-21 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 60 | -272/+251 |
2009-07-21 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 72 | -358/+373 |
2009-07-20 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 64 | -276/+276 |
2009-07-20 | intro.xml: Escape '&', validate. | Benjamin Kosnik | 126 | -318/+325 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 1 | -0/+6 |
2009-06-23 | user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*. | Benjamin Kosnik | 1 | -0/+5 |
2009-05-12 | status_cxx200x.xml: Note missing constexpr for random number engines... | Edward Smith-Rowland | 1 | -29/+29 |
2009-05-12 | exception: Include nested_exception.h in C++0x mode. | Jonathan Wakely | 1 | -2/+1 |
2009-04-24 | authors.xml: Add space. | Benjamin Kosnik | 8 | -12/+29 |
2009-04-16 | html: Regenerate, remove un-needed. | Benjamin Kosnik | 52 | -11913/+0 |
2009-04-15 | html: Regenerate. | Benjamin Kosnik | 110 | -188/+7221 |
2009-04-15 | status_cxx1998.xml: Update to new table style. | Benjamin Kosnik | 18 | -6024/+1081 |
2009-04-15 | status_cxxtr1.xml: Update to new table style. | Benjamin Kosnik | 2 | -836/+344 |
2009-04-15 | spine.xml: Remove unused license entity, update copyright year. | Benjamin Kosnik | 20 | -1235/+1593 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2 | -16/+80 |
2009-04-07 | Makefile.am (${pch1a_output}): Use gnu++0x flags instead of debug. | Benjamin Kosnik | 3 | -11/+10 |
2009-03-17 | appendix_contributing.xml: Add docbook style sheet version information. | Benjamin Kosnik | 123 | -454/+769 |
2009-03-16 | faq.xml: Fix link to setup documentation. | Paolo Carlini | 1 | -2/+2 |
2009-03-11 | faq.xml: Fix links to implementation status pages. | Paolo Carlini | 1 | -2/+3 |
2009-02-21 | user.cfg.in: Tweaks. | Benjamin Kosnik | 2 | -97/+33 |
2009-02-19 | doxygroups.cc: Move algorithm groups into algorithmfwd.h. | Benjamin Kosnik | 2 | -227/+245 |
2009-01-15 | re PR libstdc++/32666 (FAIL: abi_check hppa) | Benjamin Kosnik | 2 | -7/+1 |
2009-01-15 | acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove. | Chris Fairles | 1 | -10/+12 |
2008-12-23 | stdheader.cc: Add cstdlib include. | Benjamin Kosnik | 2 | -144/+383 |
2008-12-06 | re PR libstdc++/38421 (libstdc++-v3/include/tr1/ell_integral.tcc contains __e... | Paolo Carlini | 1 | -0/+3 |
2008-11-24 | re PR libstdc++/38244 (bitset initialization from 0 rejected.) | Paolo Carlini | 1 | -7/+0 |
2008-09-26 | configure: Regenerate for new libtool. | Peter O'Gorman | 1 | -3/+15 |
2008-09-24 | bitset: Adjust comment to reflect DR 853. | Paolo Carlini | 1 | -0/+6 |
2008-09-23 | Implement DR 396 [Ready]. | Paolo Carlini | 1 | -0/+6 |
2008-09-23 | PR libstdc++/37391 continued. | Benjamin Kosnik | 2 | -36/+31 |
2008-09-23 | PR libstdc++/32422, DR 23 [Ready in R60] | Paolo Carlini | 1 | -0/+6 |
2008-09-22 | re PR libstdc++/37391 (examples not accessible online (non existing URLs)) | Benjamin Kosnik | 104 | -182/+155 |
2008-09-22 | user.cfg.in: Define _GLIBCXX_HAS_GTHREADS for mutex, condition_variable, and ... | Benjamin Kosnik | 1 | -0/+1 |
2008-09-22 | lwg-closed.html: Update to Revision R59. | Paolo Carlini | 4 | -4652/+9197 |
2008-09-13 | thread: New. | Chris Fairles | 1 | -0/+1 |
2008-09-09 | abi.xml: Update for new releases. | Benjamin Kosnik | 22 | -160/+238 |
2008-09-04 | * doc/xml/manual/locale.xml: Fix typo. | Jonathan Wakely | 1 | -1/+1 |
2008-09-04 | gnu.ver: Also export __once_functor_lock... | Paolo Carlini | 1 | -1/+0 |
2008-08-31 | configure.ac (RPATH_ENVVAR): Use PATH on Windows. | Aaron W. LaFramboise | 1 | -0/+1 |
2008-08-28 | Makefile.am: Edit xml file list. | Benjamin Kosnik | 36 | -759/+783 |
2008-08-24 | acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME]): Improve documentation. | Paolo Carlini | 1 | -9/+9 |
2008-08-24 | acinclude.m4 ([GLIBCXX_CHECK_GETTIMEOFDAY]): Change to use GCC_TRY_COMPILE_OR... | Paolo Carlini | 1 | -1/+21 |
2008-08-01 | acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Reinstate clock_gettime search,... | Paolo Bonzini | 1 | -0/+1 |
2008-07-24 | re PR libstdc++/36924 (mt_allocator/deallocate_local_thread-5.cc and ext/mt_... | Paolo Carlini | 1 | -1/+0 |
2008-07-23 | acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Define GLIBCXX_LIBS. | Chris Fairles | 1 | -0/+1 |
2008-07-16 | user.cfg.in: Add complex, ratio, intializer_list. | Benjamin Kosnik | 2 | -6/+14 |
2008-07-15 | chrono: New, as per N2661. | Chris Fairles | 1 | -1/+2 |