From owner-freebsd-stable@FreeBSD.ORG Fri Apr 22 11:43:10 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F65E16A4CE for ; Fri, 22 Apr 2005 11:43:10 +0000 (GMT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D5843D53 for ; Fri, 22 Apr 2005 11:43:10 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.132.37) by smtp01.syd.iprimus.net.au (7.0.036) id 4263F6DC0013B26F for freebsd-stable@freebsd.org; Fri, 22 Apr 2005 21:43:09 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 4453C4371; Fri, 22 Apr 2005 21:43:34 +1000 (EST) Date: Fri, 22 Apr 2005 21:43:34 +1000 From: Tim Robbins To: freebsd-stable@freebsd.org Message-ID: <20050422114334.GA48130@cat.robbins.dropbear.id.au> References: <200504202352.54622.Emanuel.strobl@gmx.net> <20050421154556.GD27188@nerve.riss-telecom.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050421154556.GD27188@nerve.riss-telecom.ru> User-Agent: Mutt/1.4.1i Subject: Re: 'cut' and newline problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 11:43:10 -0000 On Thu, Apr 21, 2005 at 10:45:56PM +0700, Dmitry Frolov wrote: > * Emanuel Strobl [21.04.2005 04:52]: > > > Dear all, > > > > today I had problems with cut (tset -I -S -Q \?$term | cut -d ' ' -f1) on > > 5.4-RC3 and after googling for the error "cut: stdin: Illegal byte sequence" > > I found that someone already reported [1] that cut kind of misbehaves from > > 5.3-RC on. > > Is this still a problem? > > It seems Tim Robbins fixed this in rev 1.30 of src/usr.bin/cut/cut.c, > but that was not MFC'ed. > > PS: Tim, can You, please, MFC rev 1.30? Done. Thanks for the reminder. Tim