Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an explanatory comment to lib/libc/gen/isnan.c about the fix to make | dim | 2012-11-11 | 1 | -0/+5 |
* | Only define isnan, isnanf, __isnan and __isnanf in libc.so, not in | dim | 2012-11-10 | 1 | -0/+2 |
* | Remove __isnanl() to avoid conflicting with the same function in libm. | das | 2004-09-24 | 1 | -10/+0 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 1 | -0/+67 |