summaryrefslogtreecommitdiff
path: root/lib/libc/gen/isnormal.c
AgeCommit message (Expand)Author
2013-07-03test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.Marc Espie
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2011-05-30Trick lint into recording the right prototypes in the llib-lc.lnMartynas Venckus
2008-12-10use sys/cdefs.h; pointed out by theoMartynas Venckus
2008-12-09- add long double signbitMartynas Venckus
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus