From owner-svn-src-head@FreeBSD.ORG Wed Sep 9 16:39:41 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48CC4106566C; Wed, 9 Sep 2009 16:39:41 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id AA2F78FC08; Wed, 9 Sep 2009 16:39:40 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id n89GdclN038032; Wed, 9 Sep 2009 20:39:38 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1252514379; bh=JtZZS2WskHvWFhxx/DQ23psRjF/XOqhJDRmJaBxGZCg=; l=440; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=YZFqW6JjCiSjnlRoQpI4qcLMxMXwiW8OwfjuoskDlfQTGECpT9BChVuEN3/eerkAY Ta8sSvHcLqDcoYaJg8d/qyQVYAXAHY+O947EeDCzPAZ9S1EHrU2w8aNWMk9ukd3jE4 7V9DXYdDctbpK073l7iRawBHWI8L5MYjhIdHslYs= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n89GdcCU038031; Wed, 9 Sep 2009 20:39:38 +0400 (MSD) (envelope-from ache) Date: Wed, 9 Sep 2009 20:39:37 +0400 From: Andrey Chernov To: Tim Kientzle Message-ID: <20090909163937.GB37924@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Kientzle , Roman Divacky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <200909081555.n88FtDwe052523@svn.freebsd.org> <20090909132616.GA35808@nagual.pp.ru> <4AA7C6B9.1020600@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AA7C6B9.1020600@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, Roman Divacky , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r196981 - head/usr.bin/unzip X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 16:39:41 -0000 On Wed, Sep 09, 2009 at 08:16:09AM -0700, Tim Kientzle wrote: > Since this is only to support -a (which does end-of-line > conversions), I would suggest using a rather different > set of heuristics that examines end-of-line sequences > and control characters only: > * Any byte value <31 that's not CR or LF: not text More carefully - <32, TAB and ^Z (MSDOS EOT) must be allowed too and perhaps ^L. -- http://ache.pp.ru/