From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9425 Path: news.gmane.org!not-for-mail From: Bastian Bittorf Newsgroups: gmane.linux.lib.musl.general,gmane.comp.embedded.openwrt.devel Subject: Re: regex issue / asterisk / musl / sed Date: Tue, 1 Mar 2016 14:20:27 +0100 Message-ID: <20160301132027.GN9413@medion.lan> References: <20160229125736.GW9413@medion.lan> <20160229135348.GF29662@port70.net> <20160229191843.GG29662@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1456838479 10525 80.91.229.3 (1 Mar 2016 13:21:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2016 13:21:19 +0000 (UTC) To: musl-mailinglist , mailinglist Original-X-From: musl-return-9438-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 01 14:21:18 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aakEn-0008OY-OF for gllmg-musl@m.gmane.org; Tue, 01 Mar 2016 14:21:17 +0100 Original-Received: (qmail 14119 invoked by uid 550); 1 Mar 2016 13:21:13 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 14096 invoked from network); 1 Mar 2016 13:21:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bluebottle.com; s=fe0; t=1456838461; bh=oRQ4ug69/sbE58aMDJZErBJyABTYSr5gNNey31fnBI0=; l=252; h=Date:From:To:Subject:References:In-Reply-To:From; b=TrlOijJHFAl1LHieoxdJKvaXUgsPywifCvwybTB6He3rQ21O5yTppd0f6VXvVbGsW 4ygadpoQi6qMYWlXJu8kl5ud199y6Pg5R2+DaiA4nvjpq5RHl8B8OeNtXQo6W2jJb8 85i0Oe/fAPJSecCDAeSm0FBSRLQuKPknWTj4JNDU= Mail-Followup-To: musl-mailinglist , mailinglist Content-Disposition: inline In-Reply-To: <20160229191843.GG29662@port70.net> X-Editor: vi http://ex-vi.sourceforge.net/ User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.98.7 at fe0 X-Virus-Status: Clean Xref: news.gmane.org gmane.linux.lib.musl.general:9425 gmane.comp.embedded.openwrt.devel:39065 Archived-At: * Szabolcs Nagy [29.02.2016 20:35]: > a possible fix is attached, the handling of ^ and $ > in BRE is suboptimal, but that will need a bigger > refactoring. thank you, fixes it for me on x86/UML and MIPS/ar71xx. bye, bastian