From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14289 invoked by alias); 22 Jan 2009 09:49:51 -0000 Received: (qmail 14273 invoked by uid 22791); 22 Jan 2009 09:49:51 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 09:49:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n0M9niQf017408; Thu, 22 Jan 2009 04:49:44 -0500 Received: from gateway.sf.frob.com (vpn-12-233.rdu.redhat.com [10.11.12.233]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0M9nhFE009263; Thu, 22 Jan 2009 04:49:45 -0500 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 5B339357B; Thu, 22 Jan 2009 01:49:40 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 02F6CFC3E2; Thu, 22 Jan 2009 01:49:39 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Schwab Cc: libc-hacker@sourceware.org Subject: Re: Fix version map sorting In-Reply-To: Andreas Schwab's message of Thursday, 22 January 2009 10:47:33 +0100 References: <20090122025201.6FC88FC3C7@magilla.sf.frob.com> Message-Id: <20090122094940.02F6CFC3E2@magilla.sf.frob.com> Date: Thu, 22 Jan 2009 09:49:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00007.txt.bz2 > > + sed 's/#.*$$//;s//^[ ]*$$/d;s/^[ ]*%/#/' \ > + sed 's/#.*$$//;/^[ ]*$$/d;s/^[ ]*%/#/' \ Oops, thanks. Do you mean that with that it does work fine without your other patch? Thanks, Roland