summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-07-16 16:11:52 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-07-16 16:11:52 +0000
commitaacccd6509cf66a728c40bc92a8f9328703f71ad (patch)
tree371bfbf9e00b77b10f6a61512bbe5f5e4f32772d /README
parentb4489180576884d270f6c2ffea11a6bbcfc7a6aa (diff)
downloadpcre2-aacccd6509cf66a728c40bc92a8f9328703f71ad.tar.gz
Move pcre2_find_bracket() into its own module to avoid circular dependency.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@309 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 7367924..955d45a 100644
--- a/README
+++ b/README
@@ -724,6 +724,7 @@ The distribution should contain the files listed below.
src/pcre2_context.c )
src/pcre2_dfa_match.c )
src/pcre2_error.c )
+ src/pcre2_find_bracket.c )
src/pcre2_jit_compile.c )
src/pcre2_jit_match.c ) sources for the functions in the library,
src/pcre2_jit_misc.c ) and some internal functions that they use
@@ -832,4 +833,4 @@ The distribution should contain the files listed below.
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 24 April 2015
+Last updated: 16 July 2015