aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_global
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely1-0/+40
2016-08-03Enable Mathematical Special Functions for C++17Jonathan Wakely1-1/+1
2016-02-23re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails)Bernd Edlinger2-0/+6
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin1-2/+2
2016-01-22Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenJonathan Wakely1-2/+4
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely4-0/+12
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely2-2/+8
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland1-0/+4
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely1-0/+8
2016-01-04Update copyright years.Jakub Jelinek26-26/+26
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth1-0/+93
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao3-6/+6
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland1-0/+77
2015-09-04Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely5-3/+12
2015-08-19cmath: Fix typo in comment.Paolo Carlini1-1/+1
2015-08-19cmath: Revert fix for libstdc++/58625...Paolo Carlini1-3/+3
2015-02-01re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Jonathan Wakely1-1/+1
2015-01-05Update copyright years.Jakub Jelinek25-25/+25
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-3/+16
2014-10-02ctgmath: Include <complex>.Jonathan Wakely1-0/+1
2014-01-23acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function.Bernhard Reutner-Fischer1-0/+2
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-11-01re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini1-0/+1
2013-10-06re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo1-2/+3
2013-06-24re PR libstdc++/57691 (freestanding libstdc++ has compile error)Bernd Edlinger1-2/+2
2013-06-11re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini1-0/+13
2013-05-02cstdio: Add comment about LWG 2249.Paolo Carlini1-0/+1
2013-04-26cstdio (gets): Provide only in C++98 and C++11.Paolo Carlini1-1/+5
2013-02-11cstdlib (at_quick_exit, quick_exit): Do not declare.Paolo Carlini1-4/+22
2013-02-11linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New.Jason Merrill1-0/+10
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford25-54/+25
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek8-8/+8
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill11-19/+19
2012-10-06re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...Paolo Carlini1-18/+1
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-5/+11
2012-10-05cstdlib: Remove redundant pasto code protected by __GXX_EXPERIMENTAL_CXX0X__.Paolo Carlini4-61/+4
2012-03-14Remove obsolete Solaris 8 supportRainer Orth1-26/+25
2012-03-02cstdio: Remove extraneous extern.Benjamin Kosnik1-1/+1
2012-03-02re PR libstdc++/51785 (gets not anymore declared)Benjamin Kosnik1-2/+5
2011-12-23* include/c_global/cinttypes: Update comments that refer to TR1.Jonathan Wakely1-10/+4
2011-11-14cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi...Paolo Carlini1-7/+7
2011-11-13cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini1-59/+13
2011-11-07acinclude.m4: Check for <stdalign.h>Jonathan Wakely1-0/+44
2011-09-27re PR libstdc++/48698 (gnu-versioned-namespace problems)Benjamin Kosnik1-2/+2
2011-08-18Use Solaris prototypes if possible (PR libstdc++-v3/1773)Marc Glisse2-1/+52
2011-08-12cmath (fmod(_Tp, _Up)): Add.Paolo Carlini1-2/+14
2011-08-01re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini1-4/+3
2011-07-27re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Paolo Carlini1-271/+292
2011-05-09re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini1-136/+123
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik15-103/+102