| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 1 | -0/+2 |
| 2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2022-10-03 | libstdc++: Mark headers that must be hosted as such [PR103626] | Arsen Arsenović | 1 | -0/+2 |
| 2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2021-04-09 | libstdc++: Fix even more doxygen markup for group close commands | Jonathan Wakely | 1 | -1/+1 |
| 2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2017-07-23 | re PR libstdc++/81064 (Inline namespace regression) | François Dumont | 1 | -3/+3 |
| 2017-01-26 | PR libstdc++/70607 revert recent changes to <tr1/complex> | Jonathan Wakely | 1 | -1/+11 |
| 2017-01-25 | PR libstdc++/70607 make proj(T) and conj(T) return complex<T> | Jonathan Wakely | 1 | -11/+1 |
| 2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2016-02-23 | libstdc++/69893 make <tr1/cmath> work with C++11 | Jonathan Wakely | 1 | -5/+7 |
| 2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
| 2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
| 2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -2/+1 |
| 2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 1 | -4/+4 |
| 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-02-12 | [multiple changes] | Jonathan Wakely | 1 | -2/+13 |
| 2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 1 | -1/+5 |
| 2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 1 | -18/+324 |
| 2010-02-21 | complex (proj): Change return type per DR 1137. | Paolo Carlini | 1 | -2/+12 |
| 2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -15/+10 |
| 2008-06-12 | complex (pow(const complex<>&, int)): Do not define in C++0x mode, per DR 844. | Paolo Carlini | 1 | -5/+0 |
| 2008-05-26 | cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550. | Paolo Carlini | 1 | -2/+20 |
| 2008-05-22 | complex (proj(const std::complex<>&), proj(_Tp)): Add per DR 781. | Paolo Carlini | 1 | -2/+11 |
| 2007-06-13 | cmath: Tweak includes. | Paolo Carlini | 1 | -2/+0 |
| 2007-05-31 | re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) | Paolo Carlini | 1 | -359/+26 |
| 2007-03-04 | acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global. | Benjamin Kosnik | 1 | -5/+5 |
| 2006-12-05 | localefwd.h: Consistent @file placement... | Benjamin Kosnik | 1 | -1/+1 |
| 2006-03-10 | cmath: Add atan2 and pow bits; add using declarations. | Paolo Carlini | 1 | -0/+14 |
| 2006-01-25 | cctype: New. | Paolo Carlini | 1 | -6/+6 |
| 2006-01-13 | complex (arg, [...]): Add, implementing TR1, 8.1.9. | Paolo Carlini | 1 | -7/+99 |
| 2006-01-10 | complex: New file... | Paolo Carlini | 1 | -0/+303 |