CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/12/28 17:47:31
Modified files:
usr.bin/mandoc : mdoc.c mdoc.h mdoc_argv.c mdoc_html.c
mdoc_term.c mdoc_validate.c
Log message:
Reorg by Kristaps: In libmdoc, replace the union of pointers to structs
of macro-specific data by a pointer to a union of structs, which makes the
code simpler and more robust at the expense of a small memory overhead.
Merging was somewhat difficult because we mustn't break tbl(1) support
which the bsd.lv version does not yet have.