From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Embedded modifiers in the regex engine Date: Mon, 28 Mar 2016 18:28:12 +0300 Message-ID: <83oa9yy643.fsf@gnu.org> References: <87ziupinhq.fsf@secretsauce.net> <83oab4g407.fsf@gnu.org> <83mvqnet3t.fsf@gnu.org> <87wpppioxi.fsf@secretsauce.net> <83povgakpy.fsf@gnu.org> <871t6v1mdb.fsf@secretsauce.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1459178925 7126 80.91.229.3 (28 Mar 2016 15:28:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Mar 2016 15:28:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dima Kogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 28 17:28:40 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1akZ5r-0004ls-Qx for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2016 17:28:39 +0200 Original-Received: from localhost ([::1]:41335 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZ5r-00060h-2w for ged-emacs-devel@m.gmane.org; Mon, 28 Mar 2016 11:28:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZ5n-00060W-Ob for emacs-devel@gnu.org; Mon, 28 Mar 2016 11:28:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akZ5k-0000Z9-Hl for emacs-devel@gnu.org; Mon, 28 Mar 2016 11:28:35 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akZ5k-0000Z3-Ew; Mon, 28 Mar 2016 11:28:32 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4712 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1akZ5j-0003E0-IN; Mon, 28 Mar 2016 11:28:32 -0400 In-reply-to: <871t6v1mdb.fsf@secretsauce.net> (message from Dima Kogan on Sun, 27 Mar 2016 17:23:28 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:202320 Archived-At: > From: Dima Kogan > Date: Sun, 27 Mar 2016 17:23:28 -0700 > > Sorry for the delay. Attached are two patches to import most of glibc's > regex tests to emacs. Assuming these are acceptable to be merged into > our tree, what specifically are people thinking in terms of updates to > the regex engine? Is there a particular implementation that we were > considering? What's wrong with the existing one? > --- /dev/null > +++ b/test/src/regex/regex-resources/BOOST.tests > @@ -0,0 +1,829 @@ > +; > +; > +; this file contains a script of tests to run through regress.exe What is "regress.exe"? Also, please provide log messages for the changes. Thanks.