| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete two preprocessor constants that are no longer used. |  schwarze | 2015-10-15 | 2 | -7/+2 |
* | Simplify the part of args() that is handling .Bl -column phrases: |  schwarze | 2015-10-15 | 1 | -73/+28 |
* | When blk_full() handles an .It line in .Bl -column and indirectly |  schwarze | 2015-10-15 | 1 | -1/+6 |
* | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. |  schwarze | 2015-10-13 | 1 | -1/+4 |
* | Major character table cleanup: |  schwarze | 2015-10-13 | 16 | -594/+469 |
* | Reduce the amount of code by moving the three copies of the ohash |  schwarze | 2015-10-13 | 6 | -123/+106 |
* | plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1): |  schwarze | 2015-10-12 | 1 | -1/+9 |
* | pledge(2) for makewhatis(8): |  schwarze | 2015-10-12 | 1 | -1/+17 |
* | Delete an assignment that is unconditionally overwritten two lines later; |  schwarze | 2015-10-12 | 1 | -2/+1 |
* | Garbage collect an unused variable, no functional change; |  schwarze | 2015-10-12 | 1 | -4/+3 |
* | Check the right pointer against NULL; |  schwarze | 2015-10-12 | 1 | -2/+2 |
* | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. |  schwarze | 2015-10-12 | 1 | -2/+2 |
* | Clear dform and dsec when exiting a first-level directory in treescan(). |  schwarze | 2015-10-12 | 1 | -20/+23 |
* | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: |  schwarze | 2015-10-12 | 1 | -2/+2 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments |  schwarze | 2015-10-12 | 21 | -308/+26 |
* | Drop tags containing a blank character: |  schwarze | 2015-10-11 | 1 | -2/+2 |
* | Finally use __progname, err(3) and warn(3). |  schwarze | 2015-10-11 | 7 | -138/+86 |
* | Decide whether to use_pager as early as possible, |  schwarze | 2015-10-10 | 1 | -4/+6 |
* | modernize style: "return" is not a function; ok cmp(1) |  schwarze | 2015-10-06 | 38 | -845/+849 |
* | tweak previous; |  jmc | 2015-09-26 | 1 | -3/+4 |
* | briefly document -T tree output |  schwarze | 2015-09-26 | 1 | -2/+42 |
* | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. |  schwarze | 2015-09-26 | 1 | -8/+18 |
* | /* NOTREACHED */ after abort() is silly, delete it |  schwarze | 2015-09-26 | 14 | -42/+16 |
* | resolve code duplication and do style cleanup in mdoc_nm_pre(), |  schwarze | 2015-09-26 | 1 | -9/+5 |
* | Fix multiple aspects of SYNOPSIS .Nm formatting: |  schwarze | 2015-09-26 | 1 | -3/+4 |
* | Trailing whitespace is significant when determining the width of a tag |  schwarze | 2015-09-21 | 4 | -14/+21 |
* | no more _subdir; Jan Stary <hans at stare dot cz> |  schwarze | 2015-09-21 | 1 | -20/+2 |
* | for portability, use (char *)NULL in execlp(3) as discussed on tech@ |  schwarze | 2015-09-16 | 1 | -3/+3 |
* | Remove the warning about children of .Vt blocks because actually, |  schwarze | 2015-09-14 | 4 | -38/+6 |
* | The .Dv macro actually forces normal font. |  schwarze | 2015-09-14 | 1 | -2/+2 |
* | Fill mode changes don't break next-line scope in all cases, |  schwarze | 2015-09-04 | 2 | -4/+18 |
* | Drop leading, internal, and trailing blank characters in \o (overstrike) |  schwarze | 2015-08-30 | 1 | -2/+8 |
* | If an .Fo macro lacks its mandatory argument, don't die on an assertion. |  schwarze | 2015-08-30 | 1 | -4/+3 |
* | If we have to reparse the text line because we spring an input line trap, |  schwarze | 2015-08-29 | 1 | -17/+18 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). |  schwarze | 2015-08-29 | 1 | -1/+5 |
* | Implement the escape sequence \\$*, expanding to all arguments |  schwarze | 2015-08-29 | 1 | -16/+27 |
* | Minimal implementation of the read-only number register \n(.$ |  schwarze | 2015-08-29 | 1 | -9/+19 |
* | Portability: including <ohash.h> requires including <stdint.h> before. |  schwarze | 2015-08-29 | 1 | -1/+2 |
* | Remove the hack of scrolling forward and backward with +G1G that |  schwarze | 2015-07-28 | 3 | -84/+99 |
* | Simplify and make tag_put() more efficient by integrating tag_get() |  schwarze | 2015-07-25 | 3 | -46/+19 |
* | implement tagging for .Er |  schwarze | 2015-07-25 | 1 | -2/+16 |
* | basic tag support for function names; written at YYC |  schwarze | 2015-07-25 | 1 | -3/+18 |
* | basic support for tag priorities; written at YYC |  schwarze | 2015-07-25 | 3 | -10/+12 |
* | When creation of the temporary tags file fails, call the pager |  schwarze | 2015-07-21 | 3 | -21/+17 |
* | Do not fork and exec gunzip(1), just link with libz instead. |  schwarze | 2015-07-19 | 5 | -97/+38 |
* | If we aren't on a tty, clear the pager flag up front. |  schwarze | 2015-07-19 | 1 | -3/+6 |
* | Insist that manual page file name extensions must begin with a digit, |  schwarze | 2015-07-18 | 1 | -2/+2 |
* | clean up the temporary file when the process dies from a signal |  schwarze | 2015-07-18 | 1 | -1/+17 |
* | Initial, still somewhat experimental implementation to leverage |  schwarze | 2015-07-17 | 8 | -35/+290 |
* | Ignore blank characters at the beginning of a conditional block, |  schwarze | 2015-06-27 | 1 | -1/+3 |