| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | 2015-10-17 | 4 | -42/+79 |
* | Delete two preprocessor constants that are no longer used. | Ingo Schwarze | 2015-10-15 | 2 | -5/+0 |
* | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze | 2015-10-15 | 1 | -72/+27 |
* | When blk_full() handles an .It line in .Bl -column and indirectly | Ingo Schwarze | 2015-10-15 | 1 | -0/+5 |
* | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze | 2015-10-13 | 1 | -0/+3 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 22 | -632/+469 |
* | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze | 2015-10-13 | 7 | -131/+109 |
* | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze | 2015-10-12 | 1 | -1/+0 |
* | Garbage collect an unused variable, no functional change; | Ingo Schwarze | 2015-10-12 | 1 | -3/+2 |
* | Check the right pointer against NULL; | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | Clear dform and dsec when exiting a first-level directory in treescan(). | Ingo Schwarze | 2015-10-12 | 1 | -19/+22 |
* | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 21 | -287/+5 |
* | Drop tags containing a blank character: | Ingo Schwarze | 2015-10-11 | 1 | -1/+1 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 14 | -130/+250 |
* | Mention that the first argument of .Pf does not need escaping. | Ingo Schwarze | 2015-10-11 | 1 | -4/+8 |
* | Decide whether to use_pager as early as possible, | Ingo Schwarze | 2015-10-10 | 1 | -3/+5 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 65 | -878/+882 |
* | improve wording and start a new sentence on a new line; from jmc@ | Ingo Schwarze | 2015-10-06 | 1 | -2/+3 |
* | Theo found a stray blank in HTML output. | Ingo Schwarze | 2015-09-29 | 1 | -0/+6 |
* | briefly document -T tree output | Ingo Schwarze | 2015-09-26 | 1 | -0/+40 |
* | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze | 2015-09-26 | 1 | -7/+17 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 14 | -28/+2 |
* | resolve code duplication and do style cleanup in mdoc_nm_pre(), | Ingo Schwarze | 2015-09-26 | 1 | -8/+4 |
* | Fix multiple aspects of SYNOPSIS .Nm formatting: | Ingo Schwarze | 2015-09-26 | 1 | -2/+3 |
* | typos; found and fixed by sobrado@ | Ingo Schwarze | 2015-09-24 | 2 | -6/+6 |
* | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze | 2015-09-21 | 4 | -10/+17 |
* | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze | 2015-09-21 | 1 | -18/+0 |
* | for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSD | Ingo Schwarze | 2015-09-16 | 1 | -2/+2 |
* | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze | 2015-09-14 | 4 | -33/+1 |
* | The .Dv macro actually forces normal font. | Ingo Schwarze | 2015-09-14 | 1 | -1/+1 |
* | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze | 2015-09-04 | 2 | -2/+16 |
* | Recommend an unambiguous escape for minus signs instead of \-. | Ingo Schwarze | 2015-09-02 | 1 | -5/+5 |
* | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze | 2015-08-30 | 1 | -1/+7 |
* | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze | 2015-08-30 | 1 | -3/+2 |
* | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze | 2015-08-29 | 1 | -16/+17 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze | 2015-08-29 | 2 | -1/+11 |
* | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze | 2015-08-29 | 2 | -15/+28 |
* | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze | 2015-08-29 | 1 | -8/+18 |
* | Including <ohash.h> requires including <stdint.h> before, | Ingo Schwarze | 2015-08-29 | 1 | -0/+3 |
* | tedu@ reports tbl(7) issues in synaptics(4) | Ingo Schwarze | 2015-08-29 | 1 | -0/+14 |
* | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze | 2015-07-28 | 3 | -81/+96 |
* | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze | 2015-07-25 | 3 | -43/+16 |
* | implement tagging for .Er | Ingo Schwarze | 2015-07-25 | 1 | -1/+15 |
* | basic tag support for function names; written at YYC | Ingo Schwarze | 2015-07-25 | 1 | -2/+17 |
* | basic support for tag priorities; written at YYC | Ingo Schwarze | 2015-07-25 | 3 | -7/+9 |
* | When creation of the temporary tags file fails, call the pager | Ingo Schwarze | 2015-07-21 | 3 | -18/+14 |
* | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze | 2015-07-19 | 8 | -140/+46 |