From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10741 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] handle ^ and $ in BRE subexpression start and end as anchors Date: Thu, 24 Nov 2016 16:14:38 +0100 Message-ID: <20161124151437.GW5749@port70.net> References: <20161124004448.GV5749@port70.net> <20161124144635.GU1555@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1480000494 2495 195.159.176.226 (24 Nov 2016 15:14:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2016 15:14:54 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10754-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 24 16:14:49 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1c9vjc-00087z-OS for gllmg-musl@m.gmane.org; Thu, 24 Nov 2016 16:14:48 +0100 Original-Received: (qmail 22419 invoked by uid 550); 24 Nov 2016 15:14:50 -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 22398 invoked from network); 24 Nov 2016 15:14:50 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20161124144635.GU1555@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10741 Archived-At: * Rich Felker [2016-11-24 09:46:35 -0500]: > The renaming of the member from re to start is to prove that there are > no other users that get broken by this? If so, I like that. yeah, without the rename the patch was puzzling, updating ->re magically made the code work :)