summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:33:48 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:33:48 +0000
commit4593c685d7605216ae94dd70e9d44a304e99875b (patch)
treecdc38612ac00d526d08796dd58fa41c83351f03e /README
parent95cec75ba4a38a0ad67d3ef79dd3ac8271586f49 (diff)
downloadpcre-4593c685d7605216ae94dd70e9d44a304e99875b.tar.gz
Documentation tweaks.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@251 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 2f4d3c5..a281638 100644
--- a/README
+++ b/README
@@ -183,6 +183,12 @@ library. You can read more about them in the pcrebuild man page.
to be some failures. With --enable-newline-is-anycrlf or
--enable-newline-is-any, many tests should succeed, but there may be some
failures.
+
+. By default, the sequence \R in a pattern matches any Unicode line ending
+ sequence. This is independent of the option specifying what PCRE considers to
+ be the end of a line (see above). However, the caller of PCRE can restrict \R
+ to match only CR, LF, or CRLF. You can make this the default by adding
+ --enable-bsr-anycrlf to the "configure" command (bsr = "backslash R").
. When called via the POSIX interface, PCRE uses malloc() to get additional
storage for processing capturing parentheses if there are more than 10 of
@@ -714,4 +720,4 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 24 April 2007
+Last updated: 17 September 2007