summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
commita8028e5f52992d430e05a348c920770419617b71 (patch)
tree392b984bae8867386f11ae29697f9268b11888cf /ChangeLog
parentf9c3ebf6e58326412a4dfd9f19a97007672380ce (diff)
downloadpcre-a8028e5f52992d430e05a348c920770419617b71.tar.gz
File tidies for 8.39-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 19 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index fc32ecf..c43bed0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,8 +4,8 @@ ChangeLog for PCRE
Note that the PCRE 8.xx series (PCRE1) is now in a bugfix-only state. All
development is happening in the PCRE2 10.xx series.
-Version 8.39 xx-xxxxxx-201x
----------------------------
+Version 8.39 21-May-2016
+------------------------
1. If PCRE_AUTO_CALLOUT was set on a pattern that had a (?# comment between
an item and its qualifier (for example, A(?#comment)?B) pcre_compile()
@@ -64,27 +64,30 @@ Version 8.39 xx-xxxxxx-201x
15. pcretest went into a loop if global matching was requested with an ovector
size less than 2. It now gives an error message. This bug was found by
afl-fuzz.
-
-16. An invalid pattern fragment such as (?(?C)0 was not diagnosing an error
- ("assertion expected") when (?(?C) was not followed by an opening
+
+16. An invalid pattern fragment such as (?(?C)0 was not diagnosing an error
+ ("assertion expected") when (?(?C) was not followed by an opening
parenthesis.
-17. Fixed typo ("&&" for "&") in pcre_study(). Fortunately, this could not
+17. Fixed typo ("&&" for "&") in pcre_study(). Fortunately, this could not
actually affect anything, by sheer luck.
-
-18. Applied Chris Wilson's patch (Bugzilla #1681) to CMakeLists.txt for MSVC
- static compilation.
-
-19. Modified the RunTest script to incorporate a valgrind suppressions file so
- that certain errors, provoked by the SSE2 instruction set when JIT is used,
- are ignored.
+
+18. Applied Chris Wilson's patch (Bugzilla #1681) to CMakeLists.txt for MSVC
+ static compilation.
+
+19. Modified the RunTest script to incorporate a valgrind suppressions file so
+ that certain errors, provoked by the SSE2 instruction set when JIT is used,
+ are ignored.
20. A racing condition is fixed in JIT reported by Mozilla.
-21. Minor code refactor to avoid "array subscript is below array bounds"
+21. Minor code refactor to avoid "array subscript is below array bounds"
compiler warning.
-
-22. Minor code refactor to avoid "left shift of negative number" warning.
+
+22. Minor code refactor to avoid "left shift of negative number" warning.
+
+23. Fix typo causing compile error when 16- or 32-bit JIT is compiled without
+ UCP support.
Version 8.38 23-November-2015