CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/23 18:00:10
Modified files:
usr.bin/mandoc : libmdoc.h mdoc.h mdoc_action.c mdoc_html.c
mdoc_term.c mdoc_validate.c
Log message:
Increase performance by saving the list type in struct mdoc_node.
This will eventually be used so that mdoc_macro can know whether to
dump list line arguments into the body (`Bl -column' overflowing).
Remove a2list() and arg_listtype() because of this.
>From krist...@.
While merging, fix a regression in mdoc_term.c, print_bvspace():
The bsd.lv version of this broke vertical spacing in .Bl -column.