summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/frexp.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
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-0/+79
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-79/+0
* 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
* ditto frexpl and ldexplmartynas2008-12-091-1/+9
* zap remaining rcsid.espie2005-08-081-5/+1
* Replace broken frexp() with a working one from FreeBSD. There'smillert2005-02-011-0/+70