summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/gen/fpclassify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-48/+0
* Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(),guenther2015-10-271-2/+5
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-9/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Trick lint into recording the right prototypes in the llib-lc.lnmartynas2011-07-021-3/+8
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - add long double signbitmartynas2008-12-091-1/+6
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-0/+43