Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2002 12:59:36 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David E. O'Brien" <obrien@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/usr.bin/yacc error.c
Message-ID:  <20020405124641.B2961-100000@gamplex.bde.org>
In-Reply-To: <200204042058.g34KwRF45188@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020405124641.B2961-100000>