Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | mention single precision versions | Jason Wright | |
2003-02-28 | Convert to mdoc and make some very minor updates. Someone with libm clues | Todd C. Miller | |
could do a lot of good here. | |||
2003-02-27 | another pass at cleaning | Jason Wright | |
2003-02-27 | even more cleaning (and more yet to do) | Jason Wright | |
2003-02-27 | final pass at *f in terms of the double precision version. | Jason Wright | |
2003-02-27 | more pointing out that *f are single precision versions of the double functions. | Jason Wright | |
2003-02-27 | describe *f in terms of the double precision version (more of this to ↵ | Jason Wright | |
come... after dinner). | |||
2003-02-27 | english it my native language, tho you'd never know it | Jason Wright | |
2003-02-27 | ieee_test isn't real, rename it to logb.3 and make everything link to that ↵ | Jason Wright | |
instead. | |||
2003-02-27 | A lotsa fixin' (ditched the old sin.3 in favor of cos.3 with modifications), ↵ | Jason Wright | |
etc. | |||
2003-02-27 | - this describes scalb not scalbn | Jason Wright | |
- mention the *f forms are single precision forms of the *[^f] forms | |||
2003-01-16 | fpr0 is recommended to be operated in full 64bits, although seemed to work ↵ | Michael Shalayeff | |
otherwise, fix it | |||
2003-01-04 | spelling | Theo de Raadt | |
2003-01-03 | Get the m88k libm to say no to drugs. | Miod Vallat | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
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@ | |||
2002-10-11 | scalb() in vax libm is in fact scalbn(), so change the symbol name. | Miod Vallat | |
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... | |||
2002-09-11 | these are not libm private and fix the rintf pasting error | Michael Shalayeff | |
2002-05-22 | add reminder and roundings | Michael Shalayeff | |
2002-05-22 | md sqrt() implementation | Michael Shalayeff | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-30 | Add native implementations of copysign() and copysignf() on alpha. | Christian Weisgerber | |
From NetBSD; ok millert@ | |||
2001-08-28 | The sparc workaround is needed for sparc64 too. | Artur Grabowski | |
2001-06-26 | Correctly handle mvme88k settings here. | Miod Vallat | |
2000-11-08 | put infnan in there, even though it is depricated | Theo de Raadt | |
2000-10-10 | ^vax^__vax__ | Hugh Graham | |
2000-06-06 | 2nd patch for stack mishandling; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
1999-08-16 | point at isinff and isnanf | Theo de Raadt | |
1999-07-18 | I think that libm_i387 has lived too long | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
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. | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | .Dd should not be given abbreviated month names | Aaron Campbell | |
1999-07-01 | provide MLINKS for "f" versions, and make sure they show up in whatis.db | Theo de Raadt | |
1999-06-30 | correct title | Theo de Raadt | |
1999-06-28 | Bye, bye work-around. | Marc Espie | |
1999-06-03 | egcs generates broken code for -O2 on sparc | Theo de Raadt | |
1999-05-26 | Work-around: a few files trigger Internal Compiler Errors if compiled with | Marc Espie | |
-O2 on m68k. | |||
1999-05-26 | typo; from NetBSD | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-03-08 | pull in bsd.own.mk for NOPROFILE and NOPIC | Todd C. Miller | |
1999-03-07 | Never break the source tree builds if a _non-default compilation option_ | Theo de Raadt | |
has an issue. Fix it right, without breaking the source tree. | |||
1999-03-07 | previous commit broke MLINKS install | Theo de Raadt | |
1999-03-04 | move .include <bsd.lib.mk> up before NOPROFILE and NOPIC defines are used; ↵ | Todd C. Miller | |
evanc@concer.to | |||
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-24 | doc cabsf; christos | Theo de Raadt | |