summaryrefslogtreecommitdiff
path: root/src/math/__fpclassifyl.c
AgeCommit message (Collapse)AuthorLines
2011-06-30fix error in previous ld80 fpclassify commitRich Felker-1/+1
2011-06-30catch invalid ld80 bit patterns and treat them as nanRich Felker-2/+2
this should not be necessary - the invalid bit patterns cannot be created except through type punning. however, some broken gnu software is passing them to printf and triggering dangerous stack-smashing, so let's catch them anyway...
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+16