From owner-cvs-usrbin Fri Oct 18 07:13:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24826 for cvs-usrbin-outgoing; Fri, 18 Oct 1996 07:13:48 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24774; Fri, 18 Oct 1996 07:13:26 -0700 (PDT) Date: Fri, 18 Oct 1996 07:13:26 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610181413.HAA24774@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind regexp.c vfontedpr.c vgrindefs.5 vgrindefs.src Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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