aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* style fixAlexey Zelkin1999-11-091-5/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28217-217/+217
* Disable building with alpha software completion options until we upgradeDoug Rabson1998-12-241-2/+3
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-231-1/+2
* 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
* Add alpha support. m68k crept in too. Oops. 8-)John Birrell1998-02-201-1/+16
* Document the fpgetprec/fpsetprec functions in their man page.Jonathan Lemon1998-02-041-1/+10
* PR: 5489Daniel O'Callaghan1998-01-151-5/+5
* This is the only alpha math source that NetBSD has.John Birrell1998-01-102-0/+90
* Hide the declaration of `struct exception' from C++, since it conflictsBruce Evans1997-08-311-1/+5
* Fixed minor bugs related to the addition of gammaf.Bruce Evans1997-07-131-3/+3
* Fixed wrong mnemonic `setnel' that gas happened to generate correct objectBruce Evans1997-04-301-2/+2
* Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be usedBruce Evans1997-04-151-4/+5
* Fixed synopsis. Some float functions claimed to have the same name asBruce Evans1997-03-193-6/+6
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for theBruce Evans1997-03-0912-33/+33
* Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.Bruce Evans1997-03-0924-48/+48
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largeBruce Evans1997-03-051-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-22215-215/+215
* Split up the Bessel function wrapper files so that most wrapper functionsBruce Evans1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.Bruce Evans1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) toBruce Evans1997-02-202-11/+23
* Select between the generic math functions and the i387-specific onesBruce Evans1997-02-1625-56/+110
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadBruce Evans1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking theJordan K. Hubbard1997-02-151-0/+1
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).Bruce Evans1997-02-151-2/+4
* Sort cross references.Wolfram Schneider1997-01-2013-33/+33
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-14208-208/+208
* Delete -D_POSIX_MODE and -D_MULTI_LIBM from CFLAGS. They never had any effectGarrett Wollman1997-01-081-2/+2
* comma typosWolfram Schneider1996-12-231-3/+3
* Removed references to nonexistent functions log2() and log2f().Bruce Evans1996-12-181-3/+1
* Fixed fiddling with the control word. Use the stack space reserved forBruce Evans1996-12-142-12/+12
* Clean up the FPU stack before returning. One stack slot was leaked onBruce Evans1996-12-142-2/+4
* consistancy fixupPeter Wemm1996-08-301-2/+2
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-5/+3
* Made rintf() actually work. It was completely broken (when s_rint.cBruce Evans1996-08-282-6/+19
* Fix up the NAME lines forthe ceil and floor man pages to beMike Pritchard1996-08-212-4/+4
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-127-16/+16
* Clean up the FP stack before returning. The i387 exp() leaked an FPBruce Evans1996-06-011-1/+2
* Don't trash %ebp.Bruce Evans1996-02-251-2/+2
* Fixed some minor formatting problems to silence manck some more.Mike Pritchard1996-02-128-21/+13
* Correct one small typo in previous commit.Mike Pritchard1996-02-091-2/+2
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-091-12/+35
* Undo the the changes in the previous revision (MANSRC now works right again).Bruce Evans1995-10-221-7/+8
* Fixed use of too many args for `.Em'.Bruce Evans1995-10-221-10/+12
* Compress manual pages (if desired) in the obj directory ratherGarrett Wollman1995-10-021-7/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-30164-1064/+1064
* 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