Age | Commit message (Expand) | Author | Files | Lines |
2015-01-05 | Update copyright years. | Jakub Jelinek | 62 | -62/+62 |
2014-12-12 | re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __... | Jonathan Wakely | 2 | -7/+7 |
2014-12-01 | re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize... | Jonathan Wakely | 1 | -2/+2 |
2014-06-09 | beta_function.tcc: Fix spelling of include guard in comment. | Jonathan Wakely | 1 | -1/+1 |
2014-04-25 | re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi... | Jonathan Wakely | 1 | -2/+2 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 62 | -62/+62 |
2013-08-01 | re PR c++/54537 (undiagnosed using-declaration conflicting with used function) | Fabien ChĂȘne | 1 | -7/+12 |
2013-06-13 | modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove. | Paolo Carlini | 1 | -47/+0 |
2013-06-13 | re PR libstdc++/56430 (In __airy: return-statement with a value, in function ... | Ed Smith-Rowland | 1 | -8/+54 |
2013-02-20 | user.cfg.in: Set __cplusplus to 201103L. | Benjamin Kosnik | 2 | -6/+6 |
2013-02-09 | bessel_function.tcc (__cyl_bessel_ij_series): Code simplification. | François Dumont | 1 | -8/+2 |
2013-02-08 | re PR libstdc++/56216 (TR1 bessel functions bomb at x == 0!) | Edward Smith-Rowland | 11 | -131/+110 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 62 | -86/+62 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 27 | -27/+33 |
2012-11-14 | re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:... | Jonathan Wakely | 1 | -3/+2 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 3 | -15/+15 |
2012-11-07 | array (_GLIBCXX_THROW_OR_ABORT): Move... | Paolo Carlini | 2 | -18/+4 |
2012-03-14 | Remove obsolete Solaris 8 support | Rainer Orth | 1 | -3/+3 |
2012-02-13 | PR libstdc++/51798 continued | Richard Henderson | 1 | -3/+1 |
2012-02-10 | PR libstdc++/51798 continued. | Benjamin Kosnik | 1 | -4/+6 |
2011-12-04 | type_traits: Doxygen improvements. | Jonathan Wakely | 1 | -5/+4 |
2011-11-22 | functional (is_placeholder, [...]): Add partial specializations for cv-qualif... | Jonathan Wakely | 1 | -6/+170 |
2011-11-18 | re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret... | Harti Brandt | 1 | -2/+2 |
2011-11-15 | re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite()) | Jason Dick | 1 | -2/+2 |
2011-11-13 | cmath (atan2, [...]): Simplify constraining on the return type. | Paolo Carlini | 1 | -46/+9 |
2011-11-02 | re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch) | Richard B. Kreckel | 1 | -8/+3 |
2011-10-28 | complex (__complex_acosh): Just use '< _Tp()'. | Richard B. Kreckel | 1 | -1/+1 |
2011-10-27 | re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch) | Richard B. Kreckel | 1 | -0/+2 |
2011-08-18 | cmath: Extend/update comment. | Marc Glisse | 1 | -0/+3 |
2011-08-18 | Use Solaris prototypes if possible (PR libstdc++-v3/1773) | Marc Glisse | 1 | -0/+2 |
2011-05-20 | re PR c++/24163 (dependent Base class scope examined during unqualified name ... | Jason Merrill | 2 | -0/+5 |
2011-05-09 | re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex... | Paolo Carlini | 1 | -134/+123 |
2011-02-12 | [multiple changes] | Jonathan Wakely | 2 | -4/+33 |
2011-01-31 | c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED. | Benjamin Kosnik | 1 | -5/+5 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 36 | -65/+157 |
2011-01-21 | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 1 | -6/+2 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 16 | -16/+16 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 20 | -157/+159 |
2010-11-03 | cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ... | Paolo Carlini | 1 | -5/+1 |
2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 16 | -256/+5131 |
2010-10-04 | functional (function<>::swap): Use std::swap. | Paolo Carlini | 1 | -9/+3 |
2010-09-09 | re PR libstdc++/45613 (bits/random.h misses include guards) | Paolo Carlini | 1 | -0/+5 |
2010-06-03 | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 1 | -2/+3 |
2010-05-31 | re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ... | Jonathan Wakely | 1 | -4/+4 |
2010-05-27 | revert: re PR libstdc++/42832 (Revisit std::function for aliasing issues and ... | Jason Merrill | 1 | -10/+3 |
2010-05-21 | functional: Use std::__addressof. | Paolo Carlini | 2 | -5/+7 |
2010-03-19 | stl_algo.h (shuffle): Add, per D3056. | Paolo Carlini | 1 | -29/+6 |
2010-03-03 | functional_hash.h (_Fnv_hash_base<>::hash): Change to template. | Paolo Carlini | 1 | -33/+38 |
2010-02-23 | functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. | Paolo Carlini | 1 | -18/+20 |
2010-02-22 | functional_hash.h (hash<string>, [...]): Move, per DR 1182 to... | Paolo Carlini | 1 | -2/+2 |