From owner-freebsd-bugs Tue Feb 18 20:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01609 for bugs-outgoing; Tue, 18 Feb 1997 20:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA01576; Tue, 18 Feb 1997 20:40:03 -0800 (PST) Date: Tue, 18 Feb 1997 20:40:03 -0800 (PST) Message-Id: <199702190440.UAA01576@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/2762: Precedence mistake in libncurses Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2762; it has been noted by GNATS. From: Bruce Evans To: arnej@imf.unit.no, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/2762: Precedence mistake in libncurses Date: Wed, 19 Feb 1997 15:31:09 +1100 > Some code in libncurses looks wrong, like somebody misunderstood > the C precedence rules for bit operators and ==. (Since it > is commonly agreed that those precedence rules are wrong, this > is not very surprising :-) sysinstall apparently used to depend on these bugs: RCS file: /a/ncvs/src/lib/libncurses/lib_addch.c,v Working file: lib_addch.c head: 1.6 ... ---------------------------- revision 1.6 date: 1996/09/26 01:08:27; author: pst; state: Exp; lines: +1 -1 Back out my recent compilation clean-up changes, sysinstall is now weird. ---------------------------- revision 1.5 date: 1996/09/22 01:04:49; author: pst; state: Exp; lines: +1 -1 Fix some compilation warnings ---------------------------- Bruce