History log of /openbsd/regress/usr.bin/mandoc/mdoc/Nd/Makefile (Results 1 – 7 of 7)
Revision Date Author Comments
# 68ba34ad 08-Mar-2017 schwarze <schwarze@openbsd.org>

Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark
those files with SKIP_MARKDOWN that are not to be tested.
Much easie

Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark
those files with SKIP_MARKDOWN that are not to be tested.
Much easier to read, and almost minus 40 lines of Makefile code.

show more ...


# 6d0f36f9 05-Mar-2017 schwarze <schwarze@openbsd.org>

first batch of -T markdown tests


# f4babdb0 11-Feb-2015 schwarze <schwarze@openbsd.org>

explicit blocks close out .Nd; fixing data structure corruption
eventually leading to NULL pointer access;
found by jsg@ with afl, text case #455.


# 1570daf1 04-Feb-2015 schwarze <schwarze@openbsd.org>

more specific .Nd diagnostics, allowing to get rid of enum check_lvl
and the respective argument of check_count()


# 4039b21c 06-Oct-2013 schwarze <schwarze@openbsd.org>

We don't do hyphenation, but we allow breaking the line at hyphens that are
already there in the middle of words. So far, we only allowed this on text
lines. Now it turns out some macros allow this

We don't do hyphenation, but we allow breaking the line at hyphens that are
already there in the middle of words. So far, we only allowed this on text
lines. Now it turns out some macros allow this for their arguments, too,
in particular .Nd and most of the .%? citation macros.

Issue found by Franco Fichtner <franco at lastsummer dot de> while doing
systematic groff-mandoc comparisons in the DragonFly base system, THANKS!

While here, garbage collect two empty prevalidator function pointer lists
and sort a couple of function declarations.

show more ...


# 2e5f490f 17-Nov-2011 schwarze <schwarze@openbsd.org>

Complete overhaul of the mandoc(1) test suite.
* 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 foot

Complete overhaul of the mandoc(1) test suite.
* 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

show more ...


# 46a6de40 05-Feb-2011 schwarze <schwarze@openbsd.org>

some more tests found in my tree