Merge release 1.10.4 (all code by kristaps@), providing four new features:
authorschwarze <schwarze@openbsd.org>
Tue, 13 Jul 2010 01:09:12 +0000 (01:09 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 13 Jul 2010 01:09:12 +0000 (01:09 +0000)
commit769ee8042fd24a146a05ebedba6e84ffdf5be00d
tree44a4ea410c66bec354756de65b2f50a6a28fae21
parentc61ddbd7dc450bdc8170f9dd589f8f84f861e7ab
Merge release 1.10.4 (all code by kristaps@), providing four new features:
1) Proper .Bk support: allow output line breaks at input line breaks,
but keep input lines together in the output, finally fixing
synopses like aucat(1), mail(1) and tmux(1).
2) Mostly finished -Tps (PostScript) output.
3) Implement -Thtml output for .Nm blocks and .Bk -words.
4) Allow iterative interpolation of user-defined roff(7) strings.
Also contains some minor bugfixes and some performance improvements.
31 files changed:
usr.bin/mandoc/Makefile
usr.bin/mandoc/html.c
usr.bin/mandoc/html.h
usr.bin/mandoc/libman.h
usr.bin/mandoc/libmdoc.h
usr.bin/mandoc/main.c
usr.bin/mandoc/man.3
usr.bin/mandoc/man.c
usr.bin/mandoc/man_html.c
usr.bin/mandoc/man_term.c
usr.bin/mandoc/mandoc.1
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mdoc.3
usr.bin/mandoc/mdoc.7
usr.bin/mandoc/mdoc.c
usr.bin/mandoc/mdoc.h
usr.bin/mandoc/mdoc_action.c
usr.bin/mandoc/mdoc_argv.c
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/mdoc_macro.c
usr.bin/mandoc/mdoc_term.c
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/regs.h [deleted file]
usr.bin/mandoc/roff.3
usr.bin/mandoc/roff.7
usr.bin/mandoc/roff.c
usr.bin/mandoc/term.c
usr.bin/mandoc/term.h
usr.bin/mandoc/term_ascii.c
usr.bin/mandoc/term_ps.c
usr.bin/mandoc/tree.c