Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove predefined strings from libm pages. | 2016-04-26 | 1 | -4/+4 | |
| | | | | With lots of help, input and tweaks and finally ok schwarze@ | ||||
* | Remove VAX-specific bits of libm manpages. | 2016-03-10 | 1 | -5/+1 | |
| | | | | ok jmc@ | ||||
* | remove Xr to infnan, a trickily hidden (from me anyway) vax page; | 2016-03-10 | 1 | -4/+2 | |
| | |||||
* | update NAME section to include all documented functions, | 2015-11-10 | 1 | -3/+5 | |
| | | | | | | or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | ||||
* | use .Va for global variables, and .Vt where the type is included | 2015-09-14 | 1 | -9/+9 | |
| | |||||
* | remove .Tn; from Jan Stary <hans at stare dot cz> | 2015-01-15 | 1 | -6/+3 | |
| | |||||
* | Document lgamma_r, lgammaf_r, and lgammal_r. | 2013-08-07 | 1 | -2/+35 | |
| | | | | Prodded by espie@, OK martynas@ | ||||
* | more library history | 2013-07-17 | 1 | -2/+6 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | Remove references to math(3). | 2011-07-07 | 1 | -3/+2 | |
| | |||||
* | Document extended-precision routines. | 2011-07-07 | 1 | -6/+19 | |
| | |||||
* | Makefile: fix MLINKS | 2008-06-12 | 1 | -15/+14 | |
| | | | | lgamma.3: fix STANDARDS and HISTORY | ||||
* | - on non-ieee, rename gamma to tgamma, the 'true' gamma | 2008-06-11 | 1 | -3/+52 | |
| | | | | | | | | | | | | | | | | - make gamma an alias of lgamma - on ieee, add tgamma, based on gamma from non-ieee - fixes for tgamma/lgamma/exp/log, esp. special cases (some from freebsd); properly raise invalid fp operations on vax - also some general cleanup, ansification, man page (which was ok jmc@) - bump minor this makes some ports using tgamma possible; also consistifies behavior across openbsd/ieee and openbsd/non-ieee, and other operating systems much thanks sthen@, johan@, steven@, Simon Kuhnle, Wiktor Izdebski for testing ok millert@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | 2004-01-02 | 1 | -2/+2 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | final pass at *f in terms of the double precision version. | 2003-02-27 | 1 | -1/+5 | |
| | |||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | |
| | |||||
* | $OpenBSD$ | 2000-03-02 | 1 | -1/+1 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -2/+2 | |
| | | | | | | | | | | * 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... | ||||
* | remove redundant .Pp macros | 1999-07-02 | 1 | -5/+3 | |
| | |||||
* | provide MLINKS for "f" versions, and make sure they show up in whatis.db | 1999-07-01 | 1 | -3/+4 | |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -3/+3 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | make function names the correct case | 1999-02-27 | 1 | -3/+3 | |
| | |||||
* | Removed confusing text which implies that gamma() computes the gamma | 1997-07-28 | 1 | -16/+4 | |
| | | | | | | 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. | ||||
* | update from NetBSD | 1995-10-28 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+111 | |