summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-01 15:15:31 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-01 15:15:31 +0000
commita5b453e62eb0aa93248d87650fd7bcf6b8153c17 (patch)
tree3502ffe4b812ebdd13fcb714375f094c3ed81d51 /ChangeLog
parente3827e39b49ae5a5095aa7964cc9d3dde6ccdf5c (diff)
downloadpcre-a5b453e62eb0aa93248d87650fd7bcf6b8153c17.tar.gz
Retrieve executable code size support for the JIT compiler and fixing some warnings.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@777 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e05b74e..1b62901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,9 @@ Version 8.21
19. If the /S+ option was used in pcretest to study a pattern using JIT,
subsequent uses of /S (without +) incorrectly behaved like /S+.
+21. Retrieve executable code size support for the JIT compiler and fixing
+ some warnings.
+
Version 8.20 21-Oct-2011
------------------------