CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/04/21 16:59:54
Modified files:
usr.bin/mandoc : Makefile chars.c eqn.c html.c libman.h
libmandoc.h libmdoc.h main.c man.c man_html.c
man_macro.c man_validate.c mandoc.c mandoc.h
mdoc.c mdoc_argv.c mdoc_html.c mdoc_macro.c
mdoc_validate.c out.c roff.c tbl_data.c
tbl_opts.c term.c term_ps.c
Removed files:
usr.bin/mandoc : mdoc_strings.c
Log message:
Merge version 1.10.10:
lots of cleanup and maintenance work by kristaps@.
- move some main.c globals into struct curparse
- move mandoc_*alloc to mandoc.h such that all code can use them
- make mandoc_isdelim available to formatting frontends
- dissolve mdoc_strings.c, move the code where it is used
- make all error reporting functions void, their return values were useless
- and various minor cleanups and fixes