aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_std
AgeCommit message (Expand)AuthorFilesLines
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-0/+35
2022-01-03Update copyright years.Jakub Jelinek19-19/+19
2021-01-04Update copyright years.Jakub Jelinek19-19/+19
2020-01-01Update copyright years.Jakub Jelinek19-19/+19
2019-01-01Update copyright years.Jakub Jelinek19-19/+19
2018-01-03Update copyright years.Jakub Jelinek19-19/+19
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-10/+3
2017-01-01Update copyright years.Jakub Jelinek19-19/+19
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely1-1/+1
2016-01-04Update copyright years.Jakub Jelinek19-19/+19
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao3-4/+4
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-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 Jelinek18-18/+18
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-3/+15
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford18-18/+18
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/+8
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-12cstdlib (at_quick_exit, quick_exit): Provide in C++11 mode.Paolo Carlini1-0/+28
2013-02-11cstdlib (at_quick_exit, quick_exit): Do not declare.Paolo Carlini1-10/+0
2013-02-11linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New.Jason Merrill1-0/+10
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford18-39/+18
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek10-10/+10
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-5/+11
2012-03-02cstdio: Remove extraneous extern.Benjamin Kosnik1-1/+1
2012-03-02re PR libstdc++/51785 (gets not anymore declared)Benjamin Kosnik1-1/+5
2011-08-12cmath (fmod(_Tp, _Up)): Add.Paolo Carlini1-0/+7
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik12-72/+75
2010-09-27cmath (__pow_helper): Remove.Paolo Carlini2-72/+0
2010-08-17re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...Paolo Carlini1-3/+3
2010-08-16re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...Paolo Carlini2-7/+8
2010-06-08re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ...Paolo Carlini1-1/+7
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini6-16/+4
2010-02-04re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik18-35/+36
2010-01-14cstring (memchr): Forward to the builtin.Paolo Carlini1-9/+10
2009-07-23cmath (abs(_Tp)): Add.Paolo Carlini1-6/+12
2009-04-22cstdlib (abort, [...]): Mark noreturn throw ().Jan Hubicka3-13/+15
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek19-290/+195
2009-01-30cstring (memchr, [...]): Provide inlines only if __CORRECT_ISO_CPP_STRING_H_P...Ulrich Drepper2-20/+14
2008-05-26tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.Paolo Carlini1-4/+1
2008-05-23cmath (fpclassify): Use __builtin_fpclassify.Paolo Carlini1-10/+3
2007-11-26re PR libstdc++/25913 (Client's isnormal function is broken by cmath)Paolo Carlini1-74/+80
2007-05-272007-05-27 Paolo Carlini <pcarlini@suse.de>Paolo Carlini1-2/+2
2007-04-08re PR libstdc++/31511 (/usr/include/c++/bits/cmath.tcc: no match for ternary ...Alexey Beshenov1-2/+3
2006-12-07Makefile.am (std_headers_rename): Remove.Benjamin Kosnik18-0/+0
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik18-78/+82
2006-09-18type_traits.h: New.Benjamin Kosnik1-24/+42