CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/07 17:15:05
Modified files:
usr.bin/mandoc : Makefile html.c html.h libmdoc.h man.7
man_validate.c mandoc.c mdoc.7 mdoc.c
mdoc_action.c mdoc_html.c mdoc_macro.c
mdoc_term.c mdoc_validate.c out.c out.h term.c
Log message:
Merge the good parts of 1.9.23,
avoid the bad parts of 1.9.23, and keep local patches.
Input in general:
* Basic handling of roff-style font escapes \f, \F.
* Quoted punctuation does not count as punctuation.
mdoc(7) parser:
* Make .Pf callable; noted by Claus Assmann.
* Let .Bd and .Bl ignore unknown arguments; noted by dera...@.
* Do not warn when .Er is used outside certain sections.
* Replace mdoc_node_free[list] by mdoc_node_delete.
* Replace #define by enum for rew*() return values.
man(7) parser:
* When .TH is missing, use default section and date.
Output in general:
* Curly braces do not count as punctuation.
* No space after .Fl w/o args when a macro follows on the same line.
HTML output:
* Unify PAIR_*_INIT macros, introduce new PAIR_ID_INIT().
* Print whitespace after, not before .Vt .Fn .Ft .Fo.
Checked that all manuals in base still build.