summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/isnormal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* 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-05-301-5/+10
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - add long double signbitmartynas2008-12-091-1/+10
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-11/+1
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-0/+45