summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-02-26 18:26:17 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-02-26 18:26:17 +0000
commitec4f325ac4df7262b8ce1fcbe09d4020a734132f (patch)
tree859a79912a9fd117cd0c172e9fa06bbe4213426c /ChangeLog
parent437fcdfeda76c7cec0f781a4b7988986eeac0804 (diff)
downloadpcre2-ec4f325ac4df7262b8ce1fcbe09d4020a734132f.tar.gz
Implemented pcre2_code_copy().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@495 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d42de4..92172a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,9 @@ identification.
a report of compiler warnings from Visual Studio 2013 and a few tests with
gcc's -Wconversion (which still throws up a lot).
+15. Implemented pcre2_code_copy(), and added pushcopy and #popcopy to pcre2test
+for testing it.
+
Version 10.21 12-January-2016
-----------------------------