Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-15 | Macros following block closing macros aren't line macros. | Ingo Schwarze | |
Testing mdoc_macro.c 1.79 and mdoc_man.c 1.51. Thanks to Franco Fichtner <franco at lastsummer dot de> for providing the test case this patch was based on. | |||
2012-07-18 | Let a trailing .Ns macro take effect | Ingo Schwarze | |
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8). | |||
2011-11-17 | Complete overhaul of the mandoc(1) test suite. | Ingo Schwarze | |
* Test the recently introduced -Tman output mode, too. * Specify date and OS arguments in all tests. * Remove the kludge of sed(1)ing away the page footer lines. * New make(1) variables SKIP_TMAN, SKIP_GROFF. * Drop obsolete, clumsy make(1) variable GROFF_TARGETS. * Delete obsolete mdoc/Bl/E*.sh error reporting tests. * Silence char/N/basic. * New targets: - ascii, ascii-clean - to run -Tascii tests only - tman, tman-clean - to run the new -Tman tests only - obj-clean - maintainer only, needed before groff-clean and groff - groff-clean - maintainer only, affects checked-in files | |||
2011-02-06 | If .Ns is specified on its own line, ignore it, like groff does; | Ingo Schwarze | |
from kristaps@. |