aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC:Bruce Evans2007-06-141-1/+1
* MFC (1.74: detach k_rem_pio2f.c from the build since it is now unused).Bruce Evans2007-06-141-1/+1
* MFC: (1.73: part of undeprecating logb*()).Bruce Evans2007-06-131-2/+2
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Fix truncl.3 MLINKSAndrey A. Chernov2005-04-171-1/+1
* Implement truncl() based on floorl().David Schultz2005-04-161-2/+2
* Add roundl(), lroundl(), and llroundl().David Schultz2005-04-081-5/+6
* Build exp2(), exp2f(), and related documentation.David Schultz2005-04-051-2/+3
* Implement and document remquo() and remquof().David Schultz2005-03-251-1/+3
* Document feenableexcept(), fedisableexcept(), and fegetexcept().David Schultz2005-03-161-1/+3
* - Remove s_ldexpf.c (now aliased to scalbn.)David Schultz2005-03-071-7/+12
* Un-document the non-extant exp10() and exp10f() functions.David Schultz2005-02-261-1/+1
* Remove another vestige of support for a non-IEEE libm.David Schultz2005-02-041-2/+0
* Move machine-dependent crud to its own makefile.David Schultz2005-02-041-22/+6
* Remove wrappers and other cruft intended to support SVID, mistakes inDavid Schultz2005-02-041-41/+4
* - Move the functions presently described in in ieee(3) to their ownDavid Schultz2005-01-271-11/+10
* Add fma() and fmaf(), which implement a fused multiply-add operation.David Schultz2005-01-221-2/+8
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.David Schultz2005-01-151-0/+2
* Import the subset of J.T. Conklin's single-precision x86-optimizedDavid Schultz2005-01-131-2/+4
* Implement and document ceill().Stefan Farfeleder2005-01-131-3/+4
* Hook up and document floorl().Stefan Farfeleder2005-01-121-2/+2
* Add MI implementations of [l]lrint[f]() and [l]lround[f]().David Schultz2005-01-111-4/+7
* Add and document ilogbl(), a long double version of ilogb().Stefan Farfeleder2004-10-111-2/+3
* Bump the library version numbers for the following libraries:Ken Smith2004-10-011-0/+1
* Add man pages for the cimag(), conj() and creal() functions.Stefan Farfeleder2004-08-071-2/+5
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromDavid Schultz2004-08-051-1/+1
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-191-3/+3
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-091-1/+2
* Add C99's nearbyint{,f}() functions as wrappers around rint().David Schultz2004-07-061-2/+3
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.David Schultz2004-06-301-4/+8
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsMarcel Moolenaar2004-06-241-3/+3
* Completely remove s_ilogb.S as the assembler implementation gives very littleStefan Farfeleder2004-06-201-1/+1
* Connect scalbln(), trunc(), and the associated documentation to the build.David Schultz2004-06-201-4/+6
* Add round(3) and roundf(3) and the associated documentation.David Schultz2004-06-071-2/+4
* Add fenv.h, fenv.c, and the associated documentation to the libmDavid Schultz2004-06-061-5/+12
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder2004-05-301-0/+4
* Add an implementation of copysignl(), a long double version of copysign().Stefan Farfeleder2004-05-071-2/+3
* Add an MLINK for fabsl().Stefan Farfeleder2004-05-071-1/+1
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sDag-Erling Smørgrav2003-10-251-2/+7
* Connect fabsl.c to the build.Dag-Erling Smørgrav2003-10-231-0/+2
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Fixed some style bugs (misplacement and misformatting of some commented-outBruce Evans2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-231-15/+7
* No longer need the internal __get_hw_float() function.Peter Wemm2003-07-231-1/+0
* Now that we do not need to do runtime detection for the broken defaultPeter Wemm2003-07-231-4/+7
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-5/+2
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.Bruce Evans2002-03-261-2/+4
* We need an frexp() function.David E. O'Brien2002-03-011-1/+1
* * remove reference to m68k-dependent sourcesAlexey Zelkin2001-12-131-7/+1
* Don't install manpage links for the nonexistent functions exp2(),Bruce Evans2001-10-031-2/+2