Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 88395 invoked from network); 6 Aug 2010 13:59:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Aug 2010 13:59:18 -0000 Received: (qmail 73808 invoked by uid 500); 6 Aug 2010 13:59:17 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 73342 invoked by uid 500); 6 Aug 2010 13:59:15 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 73334 invoked by uid 99); 6 Aug 2010 13:59:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 13:59:14 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FSL_HELO_NON_FQDN_1,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.229.52.226] (HELO baldur) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Aug 2010 13:59:06 +0000 Received: from baldur (localhost [127.0.0.1]) by baldur (Postfix) with ESMTP id E5462C151F52 for ; Fri, 6 Aug 2010 14:58:44 +0100 (BST) Date: Fri, 6 Aug 2010 14:58:41 +0100 From: Nick Kew To: dev@httpd.apache.org Subject: AP_REG_* compile flags Message-ID: <20100806145841.1ad6818e@baldur> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.3; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Our code supports two regexp flags: AP_REG_ICASE and AP_REG_NEWLINE. Our documentation and widespread usage include not just these, but also AP_REG_EXTENDED and AP_REG_NOSUB, which are ignored in util_pcre. I presume the unused flags are a historic legacy and can usefully be removed from the docs. But I wonder if they should also be expunged from trunk ap_regex.h, to clean up the legacy? Thoughts? -- Nick Kew