Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1998-11-16 | use _USE_WRITE | Theo de Raadt | |
1998-11-16 | fix _USE_WRITE | Theo de Raadt | |
1998-04-25 | scalb*() left an extra item on the x86 FPreg stack on return; gwes@oat.com | Theo de Raadt | |
1998-03-02 | We don't need two math.h headers incvs server: nothing known about | Todd C. Miller | |
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed. | |||
1998-03-02 | protect internal "struct excpption" from conflicting one in gcc. | Todd C. Miller | |
1998-03-02 | Don't declare struct exception if __cplusplus is defined as it | Todd C. Miller | |
conflicts with gcc's exception handling stuff. This should really only be visible when building libm I think, and I will do that once I confer with others. Required for libg++ 2.8.0. | |||
1998-02-27 | section 3 not 3M | Theo de Raadt | |
1997-09-26 | Remove reference to non-existent fortran man pages. | Todd C. Miller | |
maximum entropy <entropy@tardis.bernstein.com> | |||
1997-09-01 | missing VAX manual for infnan(3), from 4.4 BSD | Michael Shalayeff | |
1997-07-28 | Removed confusing text which implies that gamma() computes the gamma | Theo de Raadt | |
instead of log gamma function. This was true with 4.4BSD's libm, but they are equivalent on all other systems (XPG4.2 requires this); jtc. cato@ulysses.df.lth.se found it. | |||
1997-07-03 | pretty | Theo de Raadt | |
1997-06-02 | fix; jonb@metronet.com | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-05 | From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various | Thorsten Lockert | |
typos; since we compile with POSIX libm, we should not xref matherr(3), and describe the errno settings. | |||
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn | |
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over. | |||
1996-11-14 | correct LINKS usage | Michael Shalayeff | |
1996-11-14 | machine/endian.h not needed. | etheisen | |
1996-10-27 | nopic | Jason Downs | |
1996-10-27 | NOPROFILE; from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1996-10-25 | We do i387 by default now. | Jason Downs | |
1996-09-30 | Add OpenBSD tag. -moj | Mats O Jansson | |
1996-09-30 | Allow the Makefile to work on strange machines like VAX :-) -moj | Mats O Jansson | |
1996-08-12 | description fix; netbsd pr#2690; yoav@mit.edu | Theo de Raadt | |
1996-07-27 | fix from bde; Clean up the FP stack before returning. The i387 exp() | Theo de Raadt | |
leaked an FP register on its first call. Subsequent calls reused the register so the leak didn't accumulate. + some netbsd improvements after that. |