Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2003-06-26 | 2 | -4/+2 | |
| | |||||
* | cabsf takes complex float not double | 2003-06-26 | 1 | -2/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 91 | -483/+119 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | section reorder; | 2003-06-02 | 4 | -71/+71 | |
| | |||||
* | - typos | 2003-05-20 | 6 | -31/+34 | |
| | | | | - new sentence, new line | ||||
* | ERROR -> ERRORS in .Sh, as per mdoc template. | 2003-05-08 | 2 | -4/+4 | |
| | |||||
* | add properties of single precision IEE754 | 2003-05-05 | 1 | -1/+110 | |
| | |||||
* | these files all had >9 arguments to .Nd, causing the name description to be | 2003-05-03 | 1 | -2/+2 | |
| | | | | | | truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | ||||
* | removed unused .Bd macro; | 2003-04-30 | 1 | -2/+1 | |
| | | | | ok jason@ | ||||
* | picky assembler warning cleanups | 2003-04-17 | 10 | -11/+11 | |
| | |||||
* | Bessel functions; | 2003-03-28 | 2 | -21/+25 | |
| | | | | | | also little cleanup in math(3); whitespace and new lines; ok jason@ | ||||
* | .Xr typos; | 2003-03-06 | 1 | -6/+8 | |
| | | | | ok deraadt@ | ||||
* | Use mdoc strings for !=, +-, >= and <= | 2003-03-01 | 1 | -10/+10 | |
| | |||||
* | .Xr the right pages | 2003-02-28 | 1 | -13/+11 | |
| | |||||
* | No need to waffle this much... s/roughly like/roughly | 2003-02-28 | 1 | -2/+2 | |
| | |||||
* | mention single precision versions | 2003-02-28 | 1 | -1/+25 | |
| | |||||
* | Convert to mdoc and make some very minor updates. Someone with libm clues | 2003-02-28 | 1 | -475/+460 | |
| | | | | could do a lot of good here. | ||||
* | another pass at cleaning | 2003-02-27 | 4 | -9/+12 | |
| | |||||
* | even more cleaning (and more yet to do) | 2003-02-27 | 8 | -26/+27 | |
| | |||||
* | final pass at *f in terms of the double precision version. | 2003-02-27 | 6 | -21/+44 | |
| | |||||
* | more pointing out that *f are single precision versions of the double functions. | 2003-02-27 | 4 | -23/+52 | |
| | |||||
* | describe *f in terms of the double precision version (more of this to come... after dinner). | 2003-02-27 | 12 | -41/+98 | |
| | |||||
* | english it my native language, tho you'd never know it | 2003-02-27 | 2 | -4/+4 | |
| | |||||
* | ieee_test isn't real, rename it to logb.3 and make everything link to that instead. | 2003-02-27 | 2 | -10/+8 | |
| | |||||
* | A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), etc. | 2003-02-27 | 2 | -13/+20 | |
| | |||||
* | - this describes scalb not scalbn | 2003-02-27 | 1 | -2/+11 | |
| | | | | - mention the *f forms are single precision forms of the *[^f] forms | ||||
* | fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix it | 2003-01-16 | 4 | -24/+28 | |
| | |||||
* | spelling | 2003-01-04 | 1 | -1/+1 | |
| | |||||
* | Get the m88k libm to say no to drugs. | 2003-01-03 | 1 | -5/+1 | |
| | |||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -2/+2 | |
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | ||||
* | scalb() in vax libm is in fact scalbn(), so change the symbol name. | 2002-10-11 | 10 | -38/+38 | |
| | | | | | | Only affects vax, which has no shared libraries, so no version change needed for libm. Someone with enough math skills ought to code a real scalb() on a rainy day... | ||||
* | these are not libm private and fix the rintf pasting error | 2002-09-11 | 6 | -13/+13 | |
| | |||||
* | add reminder and roundings | 2002-05-22 | 9 | -2/+175 | |
| | |||||
* | md sqrt() implementation | 2002-05-22 | 3 | -1/+36 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 151 | -1868/+374 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 5 | -73/+73 | |
| | |||||
* | Add native implementations of copysign() and copysignf() on alpha. | 2002-01-30 | 3 | -2/+95 | |
| | | | | From NetBSD; ok millert@ | ||||
* | The sparc workaround is needed for sparc64 too. | 2001-08-28 | 1 | -2/+2 | |
| | |||||
* | Correctly handle mvme88k settings here. | 2001-06-26 | 1 | -2/+2 | |
| | |||||
* | put infnan in there, even though it is depricated | 2000-11-08 | 2 | -14/+21 | |
| | |||||
* | ^vax^__vax__ | 2000-10-10 | 28 | -114/+114 | |
| | |||||
* | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | 2000-06-06 | 5 | -45/+35 | |
| | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 2 | -4/+5 | |
| | |||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -2/+2 | |
| | |||||
* | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | 2000-03-14 | 1 | -2/+2 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | $OpenBSD$ | 2000-03-02 | 28 | -28/+28 | |
| | |||||
* | point at isinff and isnanf | 1999-08-16 | 1 | -1/+3 | |
| | |||||
* | I think that libm_i387 has lived too long | 1999-07-18 | 1 | -12/+12 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 20 | -71/+71 | |
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | ||||
* | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | 1999-07-07 | 8 | -16/+16 | |
| | | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. |