Age | Commit message (Expand) | Author |
2015-12-01 | Cope with the changed order of warning and error messages caused by the | Ingo Schwarze |
2015-09-21 | Trailing whitespace is significant when determining the width of a tag | Ingo Schwarze |
2015-09-04 | Fill mode changes don't break next-line scope in all cases, | Ingo Schwarze |
2015-04-19 | If an explicit line break request (.br or .sp) occurs within an .HP block, | Ingo Schwarze |
2015-04-06 | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze |
2015-04-06 | On a new RS nesting level, the saved width starts from the default | Ingo Schwarze |
2015-04-06 | Use the default width for .RS without arguments. | Ingo Schwarze |
2015-04-04 | Give man(7) section and subsection headers heanging indentation. | Ingo Schwarze |
2015-04-04 | Fix a quirk with respect to empty .HP. | Ingo Schwarze |
2015-03-20 | more tests regarding empty header lines | Ingo Schwarze |
2015-03-20 | The .PD macro can occur in next-line scope. Fixes zshmisc(1). | Ingo Schwarze |
2015-02-06 | better error reporting regarding .OP .RS .UR .TH arguments | Ingo Schwarze |
2015-02-06 | better diagnostics about excess arguments to .PD .ft .sp | Ingo Schwarze |
2015-02-06 | better error reporting for .br .fi .nf with arguments | Ingo Schwarze |
2015-02-06 | Delete the legacy generic warning type MANDOCERR_ARGCWARN, | Ingo Schwarze |
2015-02-03 | Make the mandoc test suite completely silent. | Ingo Schwarze |
2015-01-30 | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze |
2015-01-24 | preserve .PP before .RE; effect found in audio/pms(1) | Ingo Schwarze |
2015-01-24 | Support .RE with an argument; needed for audio/pms(1). | Ingo Schwarze |
2014-12-24 | For .RS, we need to save the information how much we actually indented | Ingo Schwarze |
2014-12-23 | support negative horizontal widths in man(7); | Ingo Schwarze |
2014-12-23 | some scaling unit fixes: | Ingo Schwarze |
2014-12-23 | even if the second argument to .IP is invalid, don't print it | Ingo Schwarze |
2014-12-23 | correctly handle scaling units after .PD | Ingo Schwarze |
2014-12-16 | Explicit block closure macros clobber next-line block head scope, | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |
2014-11-10 | more tests found in my tree | Ingo Schwarze |
2014-08-26 | inevitable churn caused by the section title change | Ingo Schwarze |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-14 | new regression tests collected during recent work | Ingo Schwarze |
2014-08-14 | add missing NOPTS arguments | Ingo Schwarze |
2014-08-11 | start catching up with recent code changes, but no new files yet | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-04 | Clean up messages regarding excess arguments: | Ingo Schwarze |
2014-07-02 | Clean up warnings related to macros and nesting. | Ingo Schwarze |
2014-07-02 | Do not tun the .PHONY parts of ${LINT_TARGETS} twice. | Ingo Schwarze |
2014-07-02 | Improve "skipping paragraph macro" messages, | Ingo Schwarze |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-06-21 | fix expected message level | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | regression tests for prologue warnings | Ingo Schwarze |
2014-06-20 | Infrastructure for regression tests of mandoc messages. | Ingo Schwarze |
2014-04-08 | Add a new term_flushln() flag TERMP_BRIND (if break, then indent) | Ingo Schwarze |
2014-04-08 | more tests for excessively long text in TERMP_NOBREAK mode | Ingo Schwarze |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-11-10 | test man.c rev. 1.71 | Ingo Schwarze |