Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY | Jonathan Gray | |
Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@ | |||
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze | |
This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>. | |||
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller | |
2018-03-16 | improve markup quality in the cases found by the new "--" style message | Ingo Schwarze | |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis | |
extensions and modern compilers (such as clang) will use them to optimize separate calculations of sine and cosine. ok tom@, patrick@, deraadt@, jmc@ | |||
2017-09-27 | Xr; from jan stary | Jason McIntyre | |
2017-08-26 | For exceptional cases of mathematical formulae that can't reasonably | Ingo Schwarze | |
be represented otherwise, use eqn(7). Idea originally from bentley@, feedback and OK bentley@, OK tb@, and no objection from jmc@. | |||
2016-06-01 | Use \(mi instead of - for the mathematical minus sign as recommended by | Theo Buehler | |
mandoc_char(7). While there, use some spacing around the arithmetic operations to make the more complicated formulas a bit easier to read. looks good to kettenis, no objection from schwarze | |||
2016-04-27 | minor cleanup; | Jason McIntyre | |
2016-04-26 | Remove predefined strings from libm pages. | Theo Buehler | |
With lots of help, input and tweaks and finally ok schwarze@ | |||
2016-03-12 | Fix markup problem introduced in the previous commit. Solution and | tb | |
explanations provided by schwarze@. | |||
2016-03-10 | Remove VAX-specific bits of libm manpages. | tb | |
ok jmc@ | |||
2016-03-10 | remove Xr to infnan, a trickily hidden (from me anyway) vax page; | Jason McIntyre | |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt | |
lots of agreement. | |||
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre | |
or otherwise change Dt to reflect the name of an existing function; feedback/ok schwarze | |||
2015-09-14 | use .Va for global variables, and .Vt where the type is included | Ingo Schwarze | |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2013-11-03 | NaN -> \*(Na | Martynas Venckus | |
{infinity, inf} -> \*(If OK jmc@ | |||
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre | |
From: Jan Stary | |||
2013-08-07 | Document lgamma_r, lgammaf_r, and lgammal_r. | Todd C. Miller | |
Prodded by espie@, OK martynas@ | |||
2013-07-17 | more library history | Ingo Schwarze | |
facts checked by sobrado@ style tweaks and ok jmc@ | |||
2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2012-02-26 | Fix several manpage titles, from Lawrence Teo. | Christiano F. Haesbaert | |
ok dcoppa@ jmc@ schwarze@. | |||
2012-01-14 | many ways to get a log2... clue newbs. | Marc Espie | |
okay jmc@ | |||
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre | |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre | |
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze | |
clean make build tested on i386; ok deraadt@, no objections from martynas@ | |||
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-07-24 | tweak previous; | Jason McIntyre | |
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus | |
2011-07-21 | sundry tweakage; | Jason McIntyre | |
2011-07-20 | Document complex math library. | Martynas Venckus | |
2011-07-09 | - Fix the cabs, and cabsf prototypes in the manual pages; it's | Martynas Venckus | |
been C99 complex (not struct complex) for couple of years. - Remove BUGS section; cabs is finally prototyped in complex.h. - Also document cabsl. | |||
2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The | Martynas Venckus | |
modf(3), frexp(3), ldexp(3), fpclassify(3) pages are in libc, too. | |||
2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending | Martynas Venckus | |
on this historical behavior; so we're stuck in this stupid situation. No cookie for me. | |||
2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | Martynas Venckus | |
them in libc for a very long time. OK guenther@. | |||
2011-07-07 | Remove references to math(3). | Martynas Venckus | |
2011-07-07 | Remove references to math(3). | Martynas Venckus | |
2011-07-07 | Remove math(3). OK theo. | Martynas Venckus | |
2011-07-07 | Document extended-precision routines. | Martynas Venckus | |
2011-05-26 | tweak previous; ok martynas | Jason McIntyre | |
2011-05-25 | Document nearbyint, nearbyintf, nearbyintl. | Martynas Venckus | |
2011-05-25 | Document C99 floating-point environment. | Martynas Venckus | |
2011-04-16 | Document what happens when x equals y. | Martynas Venckus | |
2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) | Todd C. Miller | |
OK kettenis@ jmc@ | |||
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre | |
2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: | Ingo Schwarze | |
* do not use low-level roff macros like .if and .ds * add the missing .Os to the preamble * move unqualified text out of .Bl ok jmc@ | |||
2009-10-27 | reorder the log functions slightly; from thomas pfaff | Jason McIntyre | |
2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml | Mark Kettenis | |
is defined on all architectures. ok jmc@ (man pages) and martynas@ | |||
2009-10-24 | document log2() and log2f(); from thomas pfaff | Jason McIntyre | |
ok otto millert martynas |