Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.
authorschwarze <schwarze@openbsd.org>
Sat, 31 Jul 2010 21:43:07 +0000 (21:43 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 31 Jul 2010 21:43:07 +0000 (21:43 +0000)
commit8cd724fbbf0420bb237e8dc5478428899557d568
treeaf98b2760ad8dbf8b141c3ab6f006631648eea60
parent34256287f74235c9690c04ffb6af31c27e23ff81
Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release.
NOT including Kristaps' .Bd -literal changes which cause regressions.
Features:
* -Tpdf now fully working
Bugfixes:
* proper handling of quoted strings by .ds in roff(7)
* allow empty .Dd
* make .Sm start no-spacing after the first output word
* underline .Ad
* minor fixes in -Thtml
and some optimisations in terminal output.
13 files changed:
usr.bin/mandoc/Makefile
usr.bin/mandoc/chars.c
usr.bin/mandoc/chars.in
usr.bin/mandoc/html.c
usr.bin/mandoc/mdoc_action.c
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/roff.7
usr.bin/mandoc/roff.c
usr.bin/mandoc/term.c
usr.bin/mandoc/term.h
usr.bin/mandoc/term_ps.c