aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.Bruce Evans2002-03-266-24/+42
* Fixed some bugs in the description of plain gamma() (and gammaf()).Bruce Evans2002-03-261-19/+19
* Fixed some minor style bugs.Bruce Evans2002-03-261-2/+2
* Remove __P() usage.David E. O'Brien2002-03-215-189/+190
* Fix SCM ID's.David E. O'Brien2002-03-213-9/+7
* We need an frexp() function.David E. O'Brien2002-03-011-1/+1
* Add ifdef sparc64.Jake Burkholder2002-01-021-1/+1
* Fix style bugs (mostly remove 'extern' from function prototypes)Alexey Zelkin2001-12-132-202/+206
* * remove reference to m68k-dependent sourcesAlexey Zelkin2001-12-131-7/+1
* Grammar nit.Ruslan Ermilov2001-11-211-1/+1
* mdoc(7) police: fixed bugs from rev. 1.15.Ruslan Ermilov2001-11-201-14/+14
* gamma(x) actually returns \log(|\Gamma(x)|), so correct the manDavid Malone2001-11-051-16/+28
* Match parenthesis and don't give names to return values.Dima Dorfman2001-10-151-3/+2
* Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting toBruce Evans2001-10-132-7/+7
* Fixed missing quoting of [-1, +1].Bruce Evans2001-10-132-2/+4
* Use ".Lb libm" where it will have an effect (not just in the zombie manBruce Evans2001-10-1326-0/+52
* Port to ia64. Actually, just do like the alpha.Doug Rabson2001-10-081-1/+1
* Don't install manpage links for the nonexistent functions exp2(),Bruce Evans2001-10-031-2/+2
* Removed .Nm's for the nonexistent functions exp2() and exp2f().Bruce Evans2001-10-031-2/+0
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0126-26/+26
* Add __FBSDID()s to libmMatthew Dillon2001-09-303-0/+9
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+1
* Tiny markup fix: `to' isn't a variableYaroslav Tykhiy2001-08-091-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-1520-64/+64
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-109-9/+9
* Added skeleton <complex.h> (aligned with the POSIX.1-200x), mostlyRuslan Ermilov2001-06-133-19/+20
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-2/+0
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2615-15/+15
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-072-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-015-8/+9
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-292-2/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-223-3/+3
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-202-4/+4
* Fix #include orderBrian Somers2000-10-151-1/+1
* Removed bogus 'l' suffixes in FP register to register instructions.Bruce Evans2000-06-066-8/+8
* MFS: Add a "magic" comment to help fixincludes realize it doesn't need toDavid E. O'Brien2000-03-271-0/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-022-2/+4
* 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