Date: Fri, 18 Oct 1996 07:13:26 -0700 (PDT) From: Joerg Wunsch <joerg> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind regexp.c vfontedpr.c vgrindefs.5 vgrindefs.src Message-ID: <199610181413.HAA24774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 96/10/18 07:13:25
Modified: usr.bin/vgrind regexp.c vfontedpr.c vgrindefs.5
vgrindefs.src
Log:
Some cleanup:
. correct a typo in regexp.c,
. implement a new "nc" (non-comment) feature to describe exceptions from
the comment detection; there were problems in Perl with the $# operator
that could not be solved by any other means,
. prevent blocklevel from becoming negative (due to earlier misdetected
sequences), this is probably a workaround for the problem described
in PR # bin/1785,
. update the Perl description to use the "nc" feature,
. update the man page for the "nc" and the undocumented "ab"/"ae"
features.
Revision Changes Path
1.3 +1 -1 src/usr.bin/vgrind/regexp.c
1.5 +20 -1 src/usr.bin/vgrind/vfontedpr.c
1.2 +11 -0 src/usr.bin/vgrind/vgrindefs.5
1.3 +1 -1 src/usr.bin/vgrind/vgrindefs.src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610181413.HAA24774>
