aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/c_std
Commit message (Collapse)AuthorAgeFilesLines
* Remove old contrib/libstdc++, unused since r358454Ed Maste2020-03-0219-2336/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358544
* libstdc++: remove getsEd Maste2019-09-011-2/+0
| | | | | | | Removed from libc in r351659 Notes: svn path=/head/; revision=351660
* Add isnan() and isinf() to the global namespace in libstdc++'s <cmath>.David Chisnall2013-07-231-0/+2
| | | | | | | | | | | | | The standard (n3242, section 17.6.1.1, paragraph 4) says that, because these are declared as macros in the C specification (even though they are implemented as functions in the C++ library) they should be in the global namespace. A surprising number of configure checks rely on this. It was broken by recent cleanups to math.h. Notes: svn path=/head/; revision=253563
* GCC 4.2.0 release C++ standard library and runtime support code.Alexander Kabaev2007-05-1919-299/+377
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169691
* Gcc 3.4.6 C++ support bits (as of 2006/08/25 #116475).Alexander Kabaev2006-08-261-33/+33
| | | | Notes: svn path=/vendor/gcc/dist/; revision=161653
* Gcc 3.4.2 20040728 C++ support bits.Alexander Kabaev2004-07-2818-495/+368
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132720
* Gcc 3.3.1-pre 2003-07-11 C++ support bits.Alexander Kabaev2003-07-114-23/+161
| | | | Notes: svn path=/vendor/gcc/dist/; revision=117397
* Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵Alexander Kabaev2002-09-011-7/+0
| | | | | | | 1-Sep-2002 00:00:01 EDT. Notes: svn path=/vendor/gcc/dist/; revision=102782
* Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoDavid E. O'Brien2002-05-2819-0/+2254
on 9-May-2002 15:57:15 EDT. Notes: svn path=/vendor/gcc/dist/; revision=97403