summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_std
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann2022-01-181-0/+35
* Update copyright years.Jakub Jelinek2022-01-0319-19/+19
* Update copyright years.Jakub Jelinek2021-01-0419-19/+19
* Update copyright years.Jakub Jelinek2020-01-0119-19/+19
* Update copyright years.Jakub Jelinek2019-01-0119-19/+19
* Update copyright years.Jakub Jelinek2018-01-0319-19/+19
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-10/+3
* Update copyright years.Jakub Jelinek2017-01-0119-19/+19
* libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely2016-09-301-1/+1
* Update copyright years.Jakub Jelinek2016-01-0419-19/+19
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-133-4/+4
* Add C++11 header <cuchar>.Edward Smith-Rowland2015-09-041-0/+77
* Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely2015-09-045-3/+12
* re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Jonathan Wakely2015-02-011-1/+1
* Update copyright years.Jakub Jelinek2015-01-0518-18/+18
* machmode.h (int_n_data_t): New.DJ Delorie2014-10-141-3/+15
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0218-18/+18
* re PR libstdc++/57691 (freestanding libstdc++ has compile error)Bernd Edlinger2013-06-241-2/+2
* re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini2013-06-111-0/+8
* cstdio: Add comment about LWG 2249.Paolo Carlini2013-05-021-0/+1
* cstdio (gets): Provide only in C++98 and C++11.Paolo Carlini2013-04-261-1/+5
* cstdlib (at_quick_exit, quick_exit): Provide in C++11 mode.Paolo Carlini2013-02-121-0/+28
* cstdlib (at_quick_exit, quick_exit): Do not declare.Paolo Carlini2013-02-111-10/+0
* linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New.Jason Merrill2013-02-111-0/+10
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0318-39/+18
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0410-10/+10
* re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse2012-10-051-5/+11
* cstdio: Remove extraneous extern.Benjamin Kosnik2012-03-021-1/+1
* re PR libstdc++/51785 (gets not anymore declared)Benjamin Kosnik2012-03-021-1/+5
* cmath (fmod(_Tp, _Up)): Add.Paolo Carlini2011-08-121-0/+7
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-3012-72/+75
* cmath (__pow_helper): Remove.Paolo Carlini2010-09-272-72/+0
* re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...Paolo Carlini2010-08-171-3/+3
* re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ...Paolo Carlini2010-08-162-7/+8
* re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ...Paolo Carlini2010-06-081-1/+7
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-036-16/+4
* re PR libstdc++/42460 (man page errors for generated libstdc++ man pages)Benjamin Kosnik2010-02-0418-35/+36
* cstring (memchr): Forward to the builtin.Paolo Carlini2010-01-141-9/+10
* cmath (abs(_Tp)): Add.Paolo Carlini2009-07-231-6/+12
* cstdlib (abort, [...]): Mark noreturn throw ().Jan Hubicka2009-04-223-13/+15
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0919-290/+195
* cstring (memchr, [...]): Provide inlines only if __CORRECT_ISO_CPP_STRING_H_P...Ulrich Drepper2009-01-302-20/+14
* tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.Paolo Carlini2008-05-261-4/+1
* cmath (fpclassify): Use __builtin_fpclassify.Paolo Carlini2008-05-231-10/+3
* re PR libstdc++/25913 (Client's isnormal function is broken by cmath)Paolo Carlini2007-11-261-74/+80
* 2007-05-27 Paolo Carlini <pcarlini@suse.de>Paolo Carlini2007-05-271-2/+2
* re PR libstdc++/31511 (/usr/include/c++/bits/cmath.tcc: no match for ternary ...Alexey Beshenov2007-04-081-2/+3
* Makefile.am (std_headers_rename): Remove.Benjamin Kosnik2006-12-0718-0/+0
* localefwd.h: Consistent @file placement...Benjamin Kosnik2006-12-0518-78/+82
* type_traits.h: New.Benjamin Kosnik2006-09-181-24/+42