From owner-cvs-all@FreeBSD.ORG Wed Jul 25 15:20:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1482B16A418; Wed, 25 Jul 2007 15:20:21 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 9905113C48D; Wed, 25 Jul 2007 15:20:20 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 9195AEB7B43; Wed, 25 Jul 2007 23:20:16 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id cHd3l6+Obv-y; Wed, 25 Jul 2007 23:20:13 +0800 (CST) Received: from charlie.delphij.net (unknown [61.49.186.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 42BD3EB7AFE; Wed, 25 Jul 2007 23:20:13 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=bpq92eJqsVCRxUOjgMiUmqrw/DXiV/Lpsb/ZpxPrxPkv3AVSIMZeyh5tIrictxWP+ xp7uHFCleVpegkZ8v+PdA== Message-ID: <46A76A2C.2040209@delphij.net> Date: Wed, 25 Jul 2007 23:20:12 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <200707150124.l6F1OkOw088572@repoman.freebsd.org> <20070725145935.J31116@maildrop.int.zabbadoz.net> In-Reply-To: <20070725145935.J31116@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/diff ABOUT-NLS AUTHORS COPYING ChangeLog FREEBSD-upgrade Makefile.am Makefile.in NEWS README THANKS TODO analyze.c bootstrap cmpbuf.c cmpbuf.h config.h config.hin configure configure.in context.c diagmeet.note diff.c diff.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 15:20:21 -0000 Bjoern A. Zeeb wrote: > On Sun, 15 Jul 2007, Xin LI wrote: > >> delphij 2007-07-15 01:24:46 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> contrib/diff COPYING ChangeLog NEWS README config.h > [diff update] >> Log: >> MFC: diffutils 2.8.7. > > With a RELENG_6 from yesterday... > > I have a regression that diff changed the return codes for an > internal case. It used to give 1 but now gives 2. > ( I'll try to generate a generic test case I can share. ) No, this is not intentional. I'd appreciate if you would provide me a test case so I can investigate more. > That makes error handling just a bit harder and breaks lot > of old stuff and relied on that. > > Unfortunately the RETURN CODES section is gone from the > man page too. > > Is there a known change? > > > PS: cmp still works as expected and documented in the man page. The cmp(1) utility is our own, not the GPL'ed version :-) Cheers,