aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs (misplacement and misformatting of some commented-outBruce Evans2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-2326-80/+32
* No longer need the internal __get_hw_float() function.Peter Wemm2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultPeter Wemm2003-07-233-6/+21
* Fix two misuses of __BSD_VISIBLE.Mike Barcroft2003-05-221-2/+2
* AMD64 support (another IEEEFP platform)Peter Wemm2003-04-301-1/+1
* Fix braino in definition of isfinite().David Schultz2003-04-041-1/+1
* mdoc(7) police: Nits.Ruslan Ermilov2003-03-021-7/+7
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTWarner Losh2003-02-262-9/+38
* 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-012-2/+2
* english(4) police.Jens Schweikhardt2002-12-271-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-2820-191/+38
* Spread the word of PowerPC.Benno Rice2002-05-211-1/+2
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-5/+2
* 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