aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_compatibility
AgeCommit message (Expand)AuthorFilesLines
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely1-0/+2
2022-02-10libstdc++: Add atomic_fetch_xor to <stdatomic.h>Jonathan Wakely1-0/+2
2022-02-04libstdc++: Allow Clang to use <stdatomic.h> before C++23Jonathan Wakely1-0/+2
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-0/+8
2022-01-18libstdc++: Define <stdatomic.h> for C++23Jonathan Wakely1-0/+124
2022-01-03Update copyright years.Jakub Jelinek25-25/+25
2021-01-04Update copyright years.Jakub Jelinek25-25/+25
2020-01-01Update copyright years.Jakub Jelinek25-25/+25
2019-03-21In C++17 <math.h> should not put special functions in global namespaceJonathan Wakely1-1/+3
2019-03-05Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely1-0/+4
2019-01-01Update copyright years.Jakub Jelinek25-25/+25
2018-01-03Update copyright years.Jakub Jelinek25-25/+25
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely1-2/+2
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely1-1/+3
2017-01-01Update copyright years.Jakub Jelinek25-25/+25
2016-02-01Don't define guard macros when doing #include_next in math.h and stdlib.hBernd Edlinger2-11/+10
2016-01-26Fix build failure when wide character support is not availableAndris Pavenis1-0/+4
2016-01-22TR29124 C++ Special Math - <math.h> pulls funcs into global namespace.Edward Smith-Rowland1-2/+70
2016-01-20Add C++11 <cmath> overloads to the global namespaceJonathan Wakely1-0/+37
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely2-9/+24
2016-01-04Update copyright years.Jakub Jelinek25-25/+25
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao2-2/+2
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland1-0/+45
2015-01-05Update copyright years.Jakub Jelinek24-24/+24
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford24-24/+24
2013-02-13re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore)Marc Glisse1-1/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford24-25/+24
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek3-3/+3
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill6-9/+9
2012-08-13re PR libstdc++/54112 (including complex.h and complex fails in C++03)Marc Glisse1-4/+5
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik3-12/+9
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek3-3/+3
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini3-49/+116
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik1-37/+0
2009-12-21atomic: Update to N3000.Benjamin Kosnik1-186/+2
2009-10-16stdatomic.h: Include cstdatomic if __cplusplus.Benjamin Kosnik1-2/+5
2009-04-19stdatomic.h (__atomic_flag_for_address): Use _GLIBCXX_NOTHROW.Jan Hubicka1-1/+1
2009-04-18condition_variable.cc (condition_variable, [...]): Mark throw()Jan Hubicka1-3/+3
2009-04-18formater.h: Include bits/c++config.h.Jan Hubicka1-5/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek25-365/+240
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-1/+10
2008-12-12cstdatomic: Update to N2798.Benjamin Kosnik1-217/+44
2008-11-13re PR libstdc++/38000 (System header files not found once -isystem /usr/inclu...Paolo Carlini4-24/+117
2008-04-10[multiple changes]Benjamin Kosnik1-0/+387
2007-03-26complex.h: Without __GXX_EXPERIMENTAL_CXX0X__ include_next complex.h.Benjamin Kosnik6-6/+54
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik24-125/+458
2005-08-17All files: Update FSF address.Kelley Cook18-18/+18
2003-12-09iso646.h, [...]: Remove trailing whitespace.Bernardo Innocenti8-11/+11
2003-09-25re PR c++/6072 (3.2 g++ testsuite breakage on cygwin)Brad Spencer1-1/+9
2003-07-05Move from CPP to CXX.Benjamin Kosnik17-38/+38