Age | Commit message (Expand) | Author | Files | Lines |
2013-05-02 | cstdio: Add comment about LWG 2249. | Paolo Carlini | 1 | -0/+1 |
2013-04-26 | cstdio (gets): Provide only in C++98 and C++11. | Paolo Carlini | 1 | -1/+5 |
2013-02-11 | cstdlib (at_quick_exit, quick_exit): Do not declare. | Paolo Carlini | 1 | -4/+22 |
2013-02-11 | linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New. | Jason Merrill | 1 | -0/+10 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 25 | -54/+25 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 8 | -8/+8 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 11 | -19/+19 |
2012-10-06 | re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m... | Paolo Carlini | 1 | -18/+1 |
2012-10-05 | re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab... | Marc Glisse | 1 | -5/+11 |
2012-10-05 | cstdlib: Remove redundant pasto code protected by __GXX_EXPERIMENTAL_CXX0X__. | Paolo Carlini | 4 | -61/+4 |
2012-03-14 | Remove obsolete Solaris 8 support | Rainer Orth | 1 | -26/+25 |
2012-03-02 | cstdio: Remove extraneous extern. | Benjamin Kosnik | 1 | -1/+1 |
2012-03-02 | re PR libstdc++/51785 (gets not anymore declared) | Benjamin Kosnik | 1 | -2/+5 |
2011-12-23 | * include/c_global/cinttypes: Update comments that refer to TR1. | Jonathan Wakely | 1 | -10/+4 |
2011-11-14 | cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi... | Paolo Carlini | 1 | -7/+7 |
2011-11-13 | cmath (atan2, [...]): Simplify constraining on the return type. | Paolo Carlini | 1 | -59/+13 |
2011-11-07 | acinclude.m4: Check for <stdalign.h> | Jonathan Wakely | 1 | -0/+44 |
2011-09-27 | re PR libstdc++/48698 (gnu-versioned-namespace problems) | Benjamin Kosnik | 1 | -2/+2 |
2011-08-18 | Use Solaris prototypes if possible (PR libstdc++-v3/1773) | Marc Glisse | 2 | -1/+52 |
2011-08-12 | cmath (fmod(_Tp, _Up)): Add. | Paolo Carlini | 1 | -2/+14 |
2011-08-01 | re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr) | Paolo Carlini | 1 | -4/+3 |
2011-07-27 | re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr) | Paolo Carlini | 1 | -271/+292 |
2011-05-09 | re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex... | Paolo Carlini | 1 | -136/+123 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 15 | -103/+102 |
2010-11-03 | cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ... | Paolo Carlini | 1 | -117/+1 |
2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 9 | -157/+1130 |
2010-09-27 | cmath (__pow_helper): Remove. | Paolo Carlini | 2 | -73/+0 |
2010-08-17 | re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ... | Paolo Carlini | 1 | -3/+3 |
2010-08-16 | re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ... | Paolo Carlini | 2 | -7/+8 |
2010-08-08 | cmath: Implement US 136. | Paolo Carlini | 1 | -0/+248 |
2010-06-08 | re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ... | Paolo Carlini | 1 | -1/+7 |
2010-06-03 | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 6 | -20/+4 |
2010-04-27 | re PR libstdc++/43865 (C++ in freestanding environment) | Jonathan Wakely | 1 | -2/+2 |
2010-02-10 | hashtable.h: Fold in include/tr1_impl/hashtable.h contents. | Paolo Carlini | 6 | -12/+12 |
2010-02-04 | re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) | Benjamin Kosnik | 18 | -35/+36 |
2010-01-14 | cstring (memchr): Forward to the builtin. | Paolo Carlini | 1 | -9/+9 |
2009-12-21 | atomic: Update to N3000. | Benjamin Kosnik | 1 | -848/+0 |
2009-11-06 | user.cfg.in: Adjust includes. | Benjamin Kosnik | 19 | -19/+19 |
2009-07-24 | cwchar (swprintf, vswprintf): Do not use if _GLIBCXX_HAVE_BROKEN_VSWPRINTF. | Joseph Myers | 1 | -0/+4 |
2009-07-23 | cmath (abs(_Tp)): Add. | Paolo Carlini | 1 | -0/+6 |
2009-04-22 | cstdlib (abort, [...]): Mark noreturn throw (). | Jan Hubicka | 3 | -13/+15 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 26 | -375/+245 |
2009-02-21 | user.cfg.in: Tweaks. | Benjamin Kosnik | 1 | -1/+8 |
2009-01-30 | cstring (memchr, [...]): Provide inlines only if __CORRECT_ISO_CPP_STRING_H_P... | Ulrich Drepper | 2 | -19/+14 |
2008-12-16 | cstdatomic: Remove assert include. | Benjamin Kosnik | 1 | -1/+0 |
2008-12-13 | atomic.cc: Revert last change. | Benjamin Kosnik | 1 | -0/+1 |
2008-12-12 | cstdatomic: Update to N2798. | Benjamin Kosnik | 1 | -3800/+546 |
2008-11-13 | re PR libstdc++/38000 (System header files not found once -isystem /usr/inclu... | Paolo Carlini | 21 | -46/+92 |
2008-06-21 | * include/c_global/climits, include/tr1/climits: Add parentheses. | Jonathan Wakely | 1 | -3/+3 |
2008-05-26 | cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550. | Paolo Carlini | 1 | -1/+4 |