From owner-cvs-all Thu Apr 4 19: 0:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id C81D337B428; Thu, 4 Apr 2002 19:00:02 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA11821; Fri, 5 Apr 2002 12:59:59 +1000 Date: Fri, 5 Apr 2002 12:59:36 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/usr.bin/yacc error.c In-Reply-To: <200204042058.g34KwRF45188@freefall.freebsd.org> Message-ID: <20020405124641.B2961-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 4 Apr 2002, David E. O'Brien wrote: > obrien 2002/04/04 12:58:27 PST > > Modified files: > usr.bin/yacc error.c > Log: > Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics. > > Revision Changes Path > 1.13 +59 -53 src/usr.bin/yacc/error.c Erm, FreeBSD has done this since 1997. Rev.1.6 of error.c changed all the fprintf's to warnx's. This commit breaks all these warnx's to print the program name twice. OpenBSD and NetBSD are missing this bug ibecause they are missing the 1997 FreeBSD change. This commit also clobbers part of the id cleanup in rev.1.11. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message