From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: regexp-quote bugs Date: Tue, 24 Aug 2004 19:23:40 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87brh42bic.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093368285 31502 80.91.224.253 (24 Aug 2004 17:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2004 17:24:45 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Aug 24 19:24:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bzf23-0004ZC-00 for ; Tue, 24 Aug 2004 19:24:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bzf6Z-0008L1-7k for guile-devel@m.gmane.org; Tue, 24 Aug 2004 13:29:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bzf6I-0008IJ-6I for guile-devel@gnu.org; Tue, 24 Aug 2004 13:28:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bzf6G-0008EZ-A0 for guile-devel@gnu.org; Tue, 24 Aug 2004 13:28:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bzf6G-0008EL-6C for guile-devel@gnu.org; Tue, 24 Aug 2004 13:28:48 -0400 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bzf1P-0003pr-Q7 for guile-devel@gnu.org; Tue, 24 Aug 2004 13:23:48 -0400 Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 5C2C83A73B for ; Tue, 24 Aug 2004 19:23:42 +0200 (CEST) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id C97F6B96B; Tue, 24 Aug 2004 19:23:40 +0200 (CEST) Original-To: guile-devel@gnu.org In-Reply-To: <87brh42bic.fsf@zip.com.au> (Kevin Ryde's message of "Sun, 22 Aug 2004 11:43:23 +1000") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4026 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4026 Kevin Ryde writes: > * regex-posix.c (scm_regexp_quote): Rewrite of ice-9 regex > regexp-quote in C. Fix [ and |, they must be quoted. Fix quoting of > ( ) { + ? for regexp/basic, must use char class [(] etc since \( in > fact them become special. > > This is for 1.6 too. Yes. Why did you rewrite it in C? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel