From owner-freebsd-current@FreeBSD.ORG Fri Aug 6 17:02:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBF416A4CE; Fri, 6 Aug 2004 17:02:03 +0000 (GMT) Received: from robbins.dropbear.id.au (071.b.012.mel.iprimus.net.au [210.50.249.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6149D43D3F; Fri, 6 Aug 2004 17:02:03 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id C31EB4208; Sat, 7 Aug 2004 03:02:00 +1000 (EST) Date: Sat, 7 Aug 2004 03:02:00 +1000 From: Tim Robbins To: FUJISHIMA Satsuki Message-ID: <20040806170200.GA48860@cat.robbins.dropbear.id.au> References: <86d624xme9.wl%sf@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86d624xme9.wl%sf@FreeBSD.org> User-Agent: Mutt/1.4.1i cc: current@FreeBSD.org Subject: Re: broken wchar'd rev(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 17:02:04 -0000 On Sat, Aug 07, 2004 at 01:27:10AM +0900, FUJISHIMA Satsuki wrote: > in -CURRENT of 2004.08.03.22.37.09(from src-all/checkouts.cvs:.), > > rev(1) output is incorrect. > Pay attention please to 0x00 before every newline. > This does not occur on 4-STABLE and rev.c 1.6. Oops. I've just fixed this in src/lib/libc/stdio/fgetwln.c 1.2. Tim