summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-05-06 01:17:54 +0200
committerRyan Bloom <rbb@apache.org>2000-05-06 01:17:54 +0200
commitc445556372c92a0660bba2221b82daaba95f121c (patch)
treed888430066add99703370e4ecf7e0704336efdd5 /STATUS
parentFix a stupid mistake in apxs.in. (diff)
downloadapache2-c445556372c92a0660bba2221b82daaba95f121c.tar.xz
apache2-c445556372c92a0660bba2221b82daaba95f121c.zip
Replace hsregex with PCRE. The PCRE library is always used in 2.0,
regardless of what system we are on. Currently, we are using the POSIX wrappers that PCRE provides. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 1 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index db64dc5ceb..e5c11f3f7b 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
Apache 2.0 STATUS:
-Last modified at [$Date: 2000/05/05 20:19:25 $]
+Last modified at [$Date: 2000/05/05 23:17:51 $]
Release:
@@ -64,11 +64,6 @@ RELEASE SHOWSTOPPERS:
Status: The best known candidate would be something from
BIND v9.
- * Switch from HSRegex to PCRE. New code should be src/lib/pcre/
- (ftp://cus.cam.ac.uk/pub/software/programs/pcre/)
- Status: Greg +1
-
-
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* the top-level configure.in appears to use $USE_MAINTAINER_MODE = yes
to set -Wall/etc. flags, and the APR configure.in appears to use