| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-14 | remove macro instances from arbitrary string width specifiers. for example |  jmc | 2 | -6/+6 |
| 2020-10-31 | Align with C99 (and our implementation) and describe the return values for |  kettenis | 1 | -4/+7 |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 2 | -6/+6 |
| 2019-09-06 | More Version 1 AT&T UNIX history. |  schwarze | 1 | -2/+7 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 3 | -9/+9 |
| 2018-03-16 | improve markup quality in the cases found by the new "--" style message |  schwarze | 1 | -5/+5 |
| 2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common |  kettenis | 1 | -0/+78 |
| 2017-09-27 | Xr; from jan stary |  jmc | 1 | -2/+3 |
| 2017-08-26 | For exceptional cases of mathematical formulae that can't reasonably |  schwarze | 2 | -18/+23 |
| 2016-06-01 | Use \(mi instead of - for the mathematical minus sign as recommended by |  tb | 1 | -7/+7 |
| 2016-04-27 | minor cleanup; |  jmc | 2 | -6/+6 |
| 2016-04-26 | Remove predefined strings from libm pages. |  tb | 21 | -128/+103 |
| 2016-03-12 | Fix markup problem introduced in the previous commit. Solution and |  tb | 1 | -6/+5 |
| 2016-03-10 | Remove VAX-specific bits of libm manpages. |  tb | 6 | -304/+17 |
| 2016-03-10 | remove Xr to infnan, a trickily hidden (from me anyway) vax page; |  jmc | 5 | -20/+14 |
| 2016-03-09 | We are done providing support for the vax. |  deraadt | 1 | -4/+1 |
| 2015-11-10 | update NAME section to include all documented functions, |  jmc | 2 | -6/+10 |
| 2015-09-14 | use .Va for global variables, and .Vt where the type is included |  schwarze | 1 | -9/+9 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 5 | -107/+47 |
| 2013-11-03 | NaN -> \*(Na |  martynas | 7 | -23/+23 |
| 2013-08-14 | no longer any need to quote macro lines with >9 args; |  jmc | 3 | -9/+9 |
| 2013-08-07 | Document lgamma_r, lgammaf_r, and lgammal_r. |  millert | 1 | -2/+35 |
| 2013-07-17 | more library history |  schwarze | 11 | -40/+85 |
| 2013-06-05 | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze |  tedu | 55 | -166/+166 |
| 2012-02-26 | Fix several manpage titles, from Lawrence Teo. |  haesbaert | 1 | -3/+3 |
| 2012-01-14 | many ways to get a log2... clue newbs. |  espie | 2 | -4/+6 |
| 2011-12-24 | formatting errors, found using freebsd's "igor"; |  jmc | 1 | -3/+3 |
| 2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; |  jmc | 1 | -3/+3 |
| 2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; |  schwarze | 2 | -3/+10 |
| 2011-09-03 | make -column lists pretty again; |  jmc | 1 | -17/+9 |
| 2011-07-24 | tweak previous; |  jmc | 2 | -5/+5 |
| 2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. |  martynas | 2 | -15/+73 |
| 2011-07-21 | sundry tweakage; |  jmc | 4 | -15/+14 |
| 2011-07-20 | Document complex math library. |  martynas | 21 | -26/+1248 |
| 2011-07-09 | - Fix the cabs, and cabsf prototypes in the manual pages; it's |  martynas | 1 | -33/+20 |
| 2011-07-08 | Move fabs(3) manual page from libm to libc, for consistency. The |  martynas | 1 | -78/+0 |
| 2011-07-08 | Revert (leaving the complex math part alone). Some stuff is depending |  martynas | 2 | -179/+0 |
| 2011-07-08 | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using |  martynas | 2 | -0/+179 |
| 2011-07-07 | Remove references to math(3). |  martynas | 38 | -113/+69 |
| 2011-07-07 | Remove math(3). OK theo. |  martynas | 1 | -728/+0 |
| 2011-07-07 | Document extended-precision routines. |  martynas | 21 | -116/+308 |
| 2011-05-26 | tweak previous; ok martynas |  jmc | 5 | -30/+28 |
| 2011-05-25 | Document nearbyint, nearbyintf, nearbyintl. |  martynas | 1 | -12/+26 |
| 2011-05-25 | Document C99 floating-point environment. |  martynas | 4 | -0/+465 |
| 2011-04-16 | Document what happens when x equals y. |  martynas | 1 | -2/+9 |
| 2010-07-19 | Add barebones manual pages for cimag(3), conj(3) and cproj(3) |  millert | 3 | -0/+163 |
| 2010-03-26 | dispense with some wacky escape sequences; |  jmc | 2 | -10/+10 |
| 2010-02-20 | Multiple issues were killing the build with mandoc(1), thus: |  schwarze | 1 | -23/+13 |
| 2009-10-27 | reorder the log functions slightly; from thomas pfaff |  jmc | 1 | -10/+10 |
| 2009-10-26 | Add man pages for the fdim/fmin/fmax family of functions and make sure fdiml |  kettenis | 2 | -0/+183 |