From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39923 invoked by alias); 6 Jul 2017 16:36:13 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 39913 invoked by uid 89); 6 Jul 2017 16:36:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*c:application X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Jul 2017 16:36:10 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 517F27D0C2 for ; Thu, 6 Jul 2017 16:36:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 517F27D0C2 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vinschen@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 517F27D0C2 Received: from calimero.vinschen.de (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1DB1C18B28 for ; Thu, 6 Jul 2017 16:36:09 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id D3A7EA803CA; Thu, 6 Jul 2017 18:36:07 +0200 (CEST) Date: Thu, 06 Jul 2017 16:36:00 -0000 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH][libgloss] Use POSIX regex character classes instead of perl regex classes Message-ID: <20170706163607.GA6569@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017/txt/msg00575.txt.bz2 --0F1p//8PRICkK4MW Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 447 On Jul 6 12:21, Tamar Christina wrote: > Hi All, >=20 > This fixed the build on systems using BSD sed instead of GNU sed where th= e semihosting > build would fall over because the sed expression wouldn't match. >=20 > The previous patch used perl style character classes for space \s while t= he new one > uses the POSIX style [:space:] instead. >=20 > OK for master? Pushed. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --0F1p//8PRICkK4MW Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJZXmb3AAoJEPU2Bp2uRE+gK7kQAIj9J/RRpGIRBzgbAgsoCg5h psSIFTBUVwYzZCe6yVg6x2Pvwl0S26AIQm11wTVj5byLAAeGnid6UNcO0oSCxqlf 70bYzLZC7WgiYc8ERPUzK9xYTbLkDKPkJM18w2z0fzO1FUt27XlMQMK9zpVfxZq+ sjntkkjxu92dofztk+wt3tTKsEVlOdczYgm620bNPk4TjyV2rjJcO48IhCYOlwj3 8L6bZwPj8XaxNHG21d3qLvJpUcAss7bh2a/s2sAoO7egPGadP7MEbXebwS9S3ZRl 37A6pMbN+f2gwoW1lOBG2hunMiR72b6KsLgzpjVwtk56KmfbxkEdmF3rTFzKp3kd naeVh8XO/0MUTFIt0YrsW9OJALGKPDWm2Svc6sL1LRcOG5lfd71MVBHqWQybPkQy ccdDNWCe2zrLiUiSjhEkESDPMhQinXTrEYFW73J1zlikDHKfrs6Nujz1DjZvOoLd OaJa05BU86sor76e6Zbqd0gnzgoj+rr9aLik+EUbZGx9rAHwVO89rm5rqKQiT0o4 p/P8mMMQqlOPsvAjB19+MxCQEawvLtQJ6FaExPPvBedRZgPm25CuGVY5EpApATcY /kpve3UZJDHynYOTz4ZWE53fKwZGAH3q7Z7FYVv4W3xtuuGBaZSRbMyGez3il/rE 99o/y1qX70bpAe5QwLVs =EBEc -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW--