CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/12/24 16:32:00
Modified files:
usr.bin/mandoc : mdoc_man.c mdoc_term.c term.c
regress/usr.bin/mandoc/mdoc/Bd: Makefile
regress/usr.bin/mandoc/mdoc/Bl: bullet.in bullet.out_ascii
dash.in dash.out_ascii enum.in
enum.out_ascii hang.in
hang.out_ascii offset.in
offset.out_ascii tag.in
tag.out_ascii
Added files:
regress/usr.bin/mandoc/mdoc/Bd: offset-neg.in
offset-neg.out_ascii
Log message:
Support negative indentations for mdoc(7) displays and lists.
Not exactly recommended for use, rather for groff compatibility.
While here, introduce similar SHRT_MAX limits as in man(7),
fixing a few cases of infinite output found by jsg@ with afl.