summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/gen/infinity.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-15/+0
| | | | lots of agreement.
* - add long double signbitmartynas2008-12-091-1/+4
| | | | | | | | | | | | | - make long double versions weak aliases to double versions, on archs where long doubles are 64 bits - no need to have two finites. finite() and finitef() are non-standard 3BSD obsolete versions of isfinite. remove from libm. make them weak_alias in libc to __isfinite and __isfinitef instead. similarly make 3BSD obsolete versions of isinf, isinff, isnan, isnanf weak_aliases to C99's __isinf, __isinff, __isnan, __isnanf - bump major ok millert@
* zap rcsid.espie2005-08-071-4/+1
| | | | okay deraadt@ (tested them all)
* Fresh infinity from NetBSD.hugh2000-10-101-4/+5
|
* Fix RCS idstholo1996-08-191-3/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+13