aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/isinf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Fix __isinfl on architectures where double == long double. This is theAndrew Turner2015-05-291-3/+5
* Unbreak alpha: On alpha a long double is the same as a double andMarcel Moolenaar2004-07-101-0/+4
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-091-0/+66