CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/04 19:11:33
Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Bd: Makefile
regress/usr.bin/mandoc/mdoc/Bl: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bd: badargs.in badargs.out_ascii
badargs.out_lint
regress/usr.bin/mandoc/mdoc/Bl: badargs.in badargs.out_ascii
badargs.out_lint
Log message:
Cleanup regarding -offset and -width:
* Bugfix: Last one wins, not first one.
* Fix .Bl -width without argument: it means 0n, so do not ignore it.
* Report macro names, argument names and fallbacks in related messages.
* Simplify: Garbage collect auxiliary variables in pre_bd() and pre_bl().