add _DEFAULT_SOURCE wherever _BSD_SOURCE was used
[libc-test] / src / math / ldexpf.c
2013-08-12 Szabolcs Nagymath: fenv status flag fixes
2013-07-20 Szabolcs Nagynew test system
2012-11-13 Szabolcs Nagymath: fix the type of the return value
2012-11-12 Szabolcs Nagymath: add special case test vectors
2012-11-01 Szabolcs Nagymath: ldexp, modf, nearbyint, scalb are correctly rounded
2012-10-09 nszmath: add fenv pragma, relax the error check, simplify...
2012-10-09 nszmath: add some float f(float,int) and some float f...