summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:49 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:38:49 +0000
commit0c8732c8583c7e31476c0ec1c0ac92cc7e5f8bc0 (patch)
tree97b11a15f98ccfb7a200cc428c3bed36fd023f0f /README
parentc87b6bbacc291c0a1e1d8a396de1b621151a7822 (diff)
downloadpcre-0c8732c8583c7e31476c0ec1c0ac92cc7e5f8bc0.tar.gz
Load pcre-2.02 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@27 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index fb36b02..e169e46 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ The distribution should contain the following files:
Tech.Notes notes on the encoding
pcre.3 man page for the functions
pcreposix.3 man page for the POSIX wrapper API
- deftables.c auxiliary program for building chartables.c
+ dftables.c auxiliary program for building chartables.c
maketables.c )
study.c ) source of
pcre.c ) the functions
@@ -115,8 +115,8 @@ is passed as NULL, a set of default tables that is built into the binary is
used.
The source file called chartables.c contains the default set of tables. This is
-not supplied in the distribution, but is built by the program deftables
-(compiled from deftables.c), which uses the ANSI C character handling functions
+not supplied in the distribution, but is built by the program dftables
+(compiled from dftables.c), which uses the ANSI C character handling functions
such as isalnum(), isalpha(), isupper(), islower(), etc. to build the table
sources. This means that the default C locale set your system will control the
contents of the tables. You can change the default tables by editing
@@ -291,4 +291,4 @@ contains malformed regular expressions, in order to check that PCRE diagnoses
them correctly.
Philip Hazel <ph10@cam.ac.uk>
-October 1998
+January 1999