From owner-cvs-usrbin Fri Oct 18 10:23:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA09287 for cvs-usrbin-outgoing; Fri, 18 Oct 1996 10:23:46 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA09263; Fri, 18 Oct 1996 10:23:36 -0700 (PDT) Date: Fri, 18 Oct 1996 10:23:36 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610181723.KAA09263@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind regexp.c vgrindefs.src Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/18 10:23:35 Modified: usr.bin/vgrind regexp.c vgrindefs.src Log: Slightly improve the C and C++ support. Allow for function return types being on the same line as the function name, this finally closes PR # bin/1785. Also allow :: and ~ as part of the function name, for C++. Still, C++ operator overloading will not be recognized as a valid function name. Fixing this would require a major overhaul of the \p recognition parser. Revision Changes Path 1.4 +6 -1 src/usr.bin/vgrind/regexp.c 1.4 +4 -2 src/usr.bin/vgrind/vgrindefs.src