summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation of copysignl(), a long double version of copysign().stefanf2004-05-074-4/+57
* Add an MLINK for fabsl().stefanf2004-05-071-1/+1
* The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments'stefanf2004-05-061-8/+11
* Make sure that symbols are declared in math.h iff the appropriatedas2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beendas2004-04-251-6/+1
* Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO,bde2004-03-121-0/+6
* Fix a problem where libm compiled under 5.X would depend on featuresdas2003-10-272-2/+8
* Better safe than clever.des2003-10-251-2/+5
* Document fabsl(3).des2003-10-251-6/+19
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-252-3/+11
* Connect fabsl.c to the build.des2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them alldes2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.des2003-10-231-0/+37
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fixed some style bugs (misplacement and misformatting of some commented-outbde2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-2326-80/+32
* No longer need the internal __get_hw_float() function.peter2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-233-6/+21
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-2/+2
* AMD64 support (another IEEEFP platform)peter2003-04-301-1/+1
* Fix braino in definition of isfinite().das2003-04-041-1/+1
* mdoc(7) police: Nits.ru2003-03-021-7/+7
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-262-9/+38
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-123-12/+32
* Implement C99's signbit() macro.mike2003-02-111-0/+2
* Implement fpclassify():mike2003-02-081-0/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* english(4) police.schweikh2002-12-271-1/+1
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-2/+5
* Remove duplicate declaration.markm2002-10-231-1/+0
* Fixed a last-minute editing error in previous commit. nfs and/or cvsbde2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentbde2002-10-011-0/+0
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-5/+2
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-2/+5
* e_pow.c:bde2002-06-172-2/+2
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-28129-141/+282
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-28141-1502/+5
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2820-191/+38
* Spread the word of PowerPC.benno2002-05-211-1/+2
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-5/+2
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.bde2002-03-266-24/+42
* Fixed some bugs in the description of plain gamma() (and gammaf()).bde2002-03-261-19/+19
* Fixed some minor style bugs.bde2002-03-261-2/+2
* Remove __P() usage.obrien2002-03-215-189/+190
* Fix SCM ID's.obrien2002-03-213-9/+7
* We need an frexp() function.obrien2002-03-011-1/+1
* Add ifdef sparc64.jake2002-01-021-1/+1
* Fix style bugs (mostly remove 'extern' from function prototypes)phantom2001-12-132-202/+206
* * remove reference to m68k-dependent sourcesphantom2001-12-131-7/+1
* Grammar nit.ru2001-11-211-1/+1
OpenPOWER on IntegriCloud