From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11161 Path: news.gmane.org!.POSTED!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: [PATCH] regex: fix newline matching with negated brackets Date: Sat, 18 Mar 2017 11:39:35 -0400 Message-ID: <20170318153935.GQ1693@brightrain.aerifal.cx> References: <6600F15C-80E5-4CAE-8749-F77323C58D17@gmail.com> <4CAE9FC3-77C9-473B-9A48-345C81A578A7@gmail.com> 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 1489851590 11656 195.159.176.226 (18 Mar 2017 15:39:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 18 Mar 2017 15:39:50 +0000 (UTC) User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-11176-gllmg-musl=m.gmane.org@lists.openwall.com Sat Mar 18 16:39:47 2017 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 1cpGSF-0002U8-W4 for gllmg-musl@m.gmane.org; Sat, 18 Mar 2017 16:39:44 +0100 Original-Received: (qmail 9635 invoked by uid 550); 18 Mar 2017 15:39:48 -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 9617 invoked from network); 18 Mar 2017 15:39:47 -0000 Content-Disposition: inline In-Reply-To: <4CAE9FC3-77C9-473B-9A48-345C81A578A7@gmail.com> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:11161 Archived-At: On Sat, Mar 18, 2017 at 04:00:11PM +0100, Julien Ramseier wrote: > Again with inline patch. > I suspect my emails are not received by anyone when adding an attachment... No, attached patch is fine and preferable. I saw the patch but I'm waiting for nsz (who understands the regex code much better) to check and make sure it looks ok. Rich