From owner-freebsd-current@FreeBSD.ORG Mon Nov 28 23:55:48 2011 Return-Path: Delivered-To: Current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5F941065670 for ; Mon, 28 Nov 2011 23:55:48 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3FE8FC1C for ; Mon, 28 Nov 2011 23:55:48 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1RVB35-0007li-0N>; Tue, 29 Nov 2011 00:55:47 +0100 Received: from e178029211.adsl.alicedsl.de ([85.178.29.211] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1RVB34-0005pK-Rv>; Tue, 29 Nov 2011 00:55:46 +0100 Message-ID: <4ED41F7B.80003@zedat.fu-berlin.de> Date: Tue, 29 Nov 2011 00:55:39 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111109 Thunderbird/8.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= References: <4ED20A68.90102@zedat.fu-berlin.de> <1RUbug-000P7m-2d@internal.tormail.net> <1RUcaG-000Pux-OQ@internal.tormail.net> <4ED3EDA4.3010006@t-hosting.hu> In-Reply-To: <4ED3EDA4.3010006@t-hosting.hu> X-Enigmail-Version: undefined Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig232EE27C6D2D2F635F8045A9" X-Originating-IP: 85.178.29.211 Cc: Jan Beich , Garrett Cooper , Current@FreeBSD.ORG Subject: Re: bsdgrep --null has no effect X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 28 Nov 2011 23:55:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig232EE27C6D2D2F635F8045A9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Am 11/28/11 21:23, schrieb G=E1bor K=F6vesd=E1n: > On 2011.11.27. 12:07, Jan Beich wrote: >> Oops, here is a diff. Non -l/-L case still seems to be broken. >> >> $ echo t>a; echo t>b; echo t>c >> $ gnugrep --null . ? | vis >> a\^@t >> b\^@t >> c\^@t >> >> $ bsdgrep --null . ? | vis >> a\^@:t >> b\^@:t >> c\^@:t > Thanks Jan, I've just committed this and your other patch to HEAD and > will MFC it soon. >=20 > Gabor After the patch of grep the mentioned port astro/stellarium build perfectly again! Thanks a lot for fast resposne. Regards, Oliver --------------enig232EE27C6D2D2F635F8045A9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJO1B+CAAoJEOgBcD7A/5N8IW8IALUn4ayqwdMc/+mr2mjn1Z+U qTffloZKoDV7c/8EGHcOFF3Ic22TTu/eG2g+I9ySdsZH75uPYq+r/lZoOPmkvuZN 5dEIzv1sN0wcc8I4+jS4XEmkBlJsA3URcOpJRcCJYdDK8fLn6YdH1NWTS2qsl1BO ERs20dSN0Zd3SU49zxtBZW2YQQM9DId8CN/KniWVRm8+ymVZ5IXSHPYbkm06P87K AhICOVNMp4fy1pZ3So9Tr/2GPZ5vOuX9X7d9UvDaAYJlnj16MS1bfmX4kLJQHQu9 SUU3IEXw1s3PZpAkwioCJubJ5McsMEXMQyoQ5qlXJwqVueZ9s+oHJYG731+2OX4= =lS1m -----END PGP SIGNATURE----- --------------enig232EE27C6D2D2F635F8045A9--