CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/03 16:04:08
Modified files:
regress/usr.bin/mandoc/roff: Makefile
usr.bin/mandoc : libmandoc.h roff.c
Added files:
regress/usr.bin/mandoc/roff/nr: Makefile int.in int.out_ascii
Log message:
Expand references to number registers in exactly the same way as
references to user-defined strings. While here, make number registers
signed int, like in groff.
Inspired by NetBSD roff.c rev. 1.8 and read.c rev. 1.7
written by Christos Zoulas on March 21, 2013, but implemented
in a completely different way, without hacking into read.c,
where this functionality really doesn't belong.