aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTWarner Losh2003-02-261-4/+4
* o Implement C99 classification macros isfinite(), isinf(), isnan(),Mike Barcroft2003-02-123-12/+32
* Implement C99's signbit() macro.Mike Barcroft2003-02-111-0/+2
* Implement fpclassify():Mike Barcroft2003-02-081-0/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-311-2/+5
* Remove duplicate declaration.Mark Murray2002-10-231-1/+0
* Fixed a last-minute editing error in previous commit. nfs and/or cvsBruce Evans2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentBruce Evans2002-10-011-0/+0
* Revert previous commit to unbreak world until we figure out theArchie Cobbs2002-09-201-5/+2
* Fix a problem with the definition of HUGE_VAL causing the gcc warningArchie Cobbs2002-09-191-2/+5
* e_pow.c:Bruce Evans2002-06-172-2/+2
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-28129-141/+282
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-28141-1502/+5
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2819-187/+38
* Spread the word of PowerPC.Benno Rice2002-05-211-1/+2
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.Bruce Evans2002-03-261-0/+1
* Fixed some minor style bugs.Bruce Evans2002-03-261-2/+2
* Remove __P() usage.David E. O'Brien2002-03-213-172/+172
* Add ifdef sparc64.Jake Burkholder2002-01-021-1/+1
* Fix style bugs (mostly remove 'extern' from function prototypes)Alexey Zelkin2001-12-132-192/+196
* Port to ia64. Actually, just do like the alpha.Doug Rabson2001-10-081-1/+1
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyRuslan Ermilov2001-06-133-19/+20
* Fix #include orderBrian Somers2000-10-151-1/+1
* MFS: Add a "magic" comment to help fixincludes realize it doesn't need toDavid E. O'Brien2000-03-271-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28163-163/+163
* There is no alpha asm code like on i386, so all the functions thatJohn Birrell1998-05-101-1/+28
* Back out last changePaul Traina1998-04-231-2/+2
* Fix cabs and cabsf definitions to be prototypes.Paul Traina1998-04-221-3/+3
* Hide the declaration of `struct exception' from C++, since it conflictsBruce Evans1997-08-311-1/+5
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for theBruce Evans1997-03-0912-33/+33
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largeBruce Evans1997-03-051-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22163-163/+163
* Split up the Bessel function wrapper files so that most wrapper functionsBruce Evans1997-02-2012-176/+313
* Removed misplaced duplicate of comment about implementation details.Bruce Evans1997-02-201-22/+0
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-1624-48/+98
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14156-156/+156
* Made rintf() actually work. It was completely broken (when s_rint.cBruce Evans1996-08-282-6/+19
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-127-16/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-30161-1036/+1036
* Submitted by: J.T. Conklin <jtc@wimsey.com>Bruce Evans1995-04-076-10/+56
* Submitted by: J.T. Conklin <jtc@wimsey.com>Bruce Evans1995-04-072-4/+4
* Add missing z_abs. In BSD tradition this is in libm.a.L Jonas Olsson1994-11-111-0/+7
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-19162-0/+15965