Age | Commit message (Expand) | Author |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-09-26 | tweak previous; | Jason McIntyre |
2015-09-26 | briefly document -T tree output | Ingo Schwarze |
2015-09-26 | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |
2015-09-26 | resolve code duplication and do style cleanup in mdoc_nm_pre(), | Ingo Schwarze |
2015-09-26 | Fix multiple aspects of SYNOPSIS .Nm formatting: | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-21 | no more _subdir; Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-09-16 | for portability, use (char *)NULL in execlp(3) as discussed on tech@ | Ingo Schwarze |
2015-09-14 | Remove the warning about children of .Vt blocks because actually, | Ingo Schwarze |
2015-09-14 | The .Dv macro actually forces normal font. | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-08-30 | Drop leading, internal, and trailing blank characters in \o (overstrike) | Ingo Schwarze |
2015-08-30 | If an .Fo macro lacks its mandatory argument, don't die on an assertion. | Ingo Schwarze |
2015-08-29 | If we have to reparse the text line because we spring an input line trap, | Ingo Schwarze |
2015-08-29 | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze |
2015-08-29 | Implement the escape sequence \\$*, expanding to all arguments | Ingo Schwarze |
2015-08-29 | Minimal implementation of the read-only number register \n(.$ | Ingo Schwarze |
2015-08-29 | Portability: including <ohash.h> requires including <stdint.h> before. | Ingo Schwarze |
2015-07-28 | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze |
2015-07-25 | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze |
2015-07-25 | implement tagging for .Er | Ingo Schwarze |
2015-07-25 | basic tag support for function names; written at YYC | Ingo Schwarze |
2015-07-25 | basic support for tag priorities; written at YYC | Ingo Schwarze |
2015-07-21 | When creation of the temporary tags file fails, call the pager | Ingo Schwarze |
2015-07-19 | Do not fork and exec gunzip(1), just link with libz instead. | Ingo Schwarze |
2015-07-19 | If we aren't on a tty, clear the pager flag up front. | Ingo Schwarze |
2015-07-18 | Insist that manual page file name extensions must begin with a digit, | Ingo Schwarze |
2015-07-18 | clean up the temporary file when the process dies from a signal | Ingo Schwarze |
2015-07-17 | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze |
2015-06-27 | Ignore blank characters at the beginning of a conditional block, | Ingo Schwarze |
2015-05-31 | Implement the roff(7) `r' (register exists) conditional. | Ingo Schwarze |
2015-05-07 | Do not let the -m option or MANPATH with leading, trailing, or double | Ingo Schwarze |
2015-05-01 | mdoc_valid_post() may indirectly call roff_node_unlink() which may | Ingo Schwarze |
2015-05-01 | Setting the "last" member of struct roff_node was done at an extremely | Ingo Schwarze |
2015-05-01 | Minor bug fix: When .Pp rewinds .Nm, rewind the whole block, | Ingo Schwarze |
2015-04-29 | If a block body gets broken, that's no good reason to extend the | Ingo Schwarze |
2015-04-29 | Replace the kludge for the \z escape sequence by an actual | Ingo Schwarze |
2015-04-29 | Do not mark a block with the MDOC_BROKEN flag if it merely contains | Ingo Schwarze |
2015-04-29 | When the last line of a table layout turns out to be empty, it is deleted. | Ingo Schwarze |
2015-04-29 | Improve the error message in case somebody has configured an invalid PAGER. | Ingo Schwarze |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-21 | Avoid a use after free when the target node is deleted during validation. | Ingo Schwarze |
2015-04-20 | Fix previous: Don't let man(1) warn twice about non-existant names. | Ingo Schwarze |
2015-04-20 | Avoid out-of-bounds read access before the beginning of the | Ingo Schwarze |
2015-04-19 | More than one data field may follow T} on the same input line. | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-19 | If apropos(1) finds no match, print "nothing appropriate" to stderr | Ingo Schwarze |