summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Don't use MANDEPEND and MANSRC.ru2001-03-261-2/+0
* .St -ansiC -> .St -isoCru2001-02-2615-15/+15
* mdoc(7) police: Change -filled displays (which just happenru2001-02-072-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-015-8/+9
* Prepare for mdoc(7)NG.ru2000-12-292-2/+1
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
* mdoc(7) police: Er macro usage cleanup.ru2000-11-223-3/+3
* mdoc(7) police: Nm -> Fn where appropriate.ru2000-11-202-4/+4
* Fix #include orderbrian2000-10-151-1/+1
* Removed bogus 'l' suffixes in FP register to register instructions.bde2000-06-066-8/+8
* MFS: Add a "magic" comment to help fixincludes realize it doesn't need toobrien2000-03-271-0/+2
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-022-2/+4
* style fixphantom1999-11-091-5/+8
* $Id$ -> $FreeBSD$peter1999-08-28217-217/+217
* Disable building with alpha software completion options until we upgradedfr1998-12-241-2/+3
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-1/+2
* There is no alpha asm code like on i386, so all the functions thatjb1998-05-101-1/+28
* Back out last changepst1998-04-231-2/+2
* Fix cabs and cabsf definitions to be prototypes.pst1998-04-221-3/+3
* Add alpha support. m68k crept in too. Oops. 8-)jb1998-02-201-1/+16
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-041-1/+10
* PR: 5489danny1998-01-151-5/+5
* This is the only alpha math source that NetBSD has.jb1998-01-102-0/+90
* Hide the declaration of `struct exception' from C++, since it conflictsbde1997-08-311-1/+5
* Fixed minor bugs related to the addition of gammaf.bde1997-07-131-3/+3
* Fixed wrong mnemonic `setnel' that gas happened to generate correct objectbde1997-04-301-2/+2
* Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be usedbde1997-04-151-4/+5
* Fixed synopsis. Some float functions claimed to have the same name asbde1997-03-193-6/+6
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for thebde1997-03-0912-33/+33
* Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.bde1997-03-0924-48/+48
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largebde1997-03-051-8/+8
* Revert $FreeBSD$ to $Id$peter1997-02-22215-215/+215
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.bde1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Select between the generic math functions and the i387-specific onesbde1997-02-1625-56/+110
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadbde1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking thejkh1997-02-151-0/+1
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).bde1997-02-151-2/+4
* Sort cross references.wosch1997-01-2013-33/+33
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14208-208/+208
* Delete -D_POSIX_MODE and -D_MULTI_LIBM from CFLAGS. They never had any effectwollman1997-01-081-2/+2
* comma typoswosch1996-12-231-3/+3
* Removed references to nonexistent functions log2() and log2f().bde1996-12-181-3/+1
* Fixed fiddling with the control word. Use the stack space reserved forbde1996-12-142-12/+12
* Clean up the FPU stack before returning. One stack slot was leaked onbde1996-12-142-2/+4
* consistancy fixuppeter1996-08-301-2/+2
OpenPOWER on IntegriCloud