CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/04/07 09:05:12
Modified files: share/man/man7 : roff.7 usr.bin/mandoc : roff.c regress/usr.bin/mandoc/roff/cond: numeric.in numeric.out_ascii regress/usr.bin/mandoc/roff/nr: Makefile Added files: regress/usr.bin/mandoc/roff/nr: eval.in eval.out_ascii Log message: Almost complete implementation of roff(7) numerical expressions. Support all binary operators except ';' (scale conversion). Fully support chained operations and nested parentheses. Use this for the .nr, .if, and .ie requests. While here, fix parsing of integer numbers in roff_getnum().