summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-17 16:55:07 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-17 16:55:07 +0000
commit9a61463ee5099a08610fb08ada15b3c8fc3e0ad5 (patch)
tree66d801a879dcf0a81299d5961d3e923368b8c021 /ChangeLog
parent4b5e82c43d6529a00a98be0351493d3f56d5e4eb (diff)
downloadpcre-9a61463ee5099a08610fb08ada15b3c8fc3e0ad5.tar.gz
Apply character value checks to \u.... in JavaScript mode, for compatibility
with \x{....} in non-JavaScript mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@978 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93905df..a29548d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -132,6 +132,11 @@ Version 8.31 02-June-2012
37. Optimizing single character iterators in JIT.
+38. Wide characters specified with \uxxxx in JavaScript mode are now subject to
+ the same checks as \x{...} characters in non-JavaScript mode. Specifically,
+ codepoints that are too big for the mode are faulted, and in a UTF mode,
+ disallowed codepoints are also faulted.
+
Version 8.30 04-February-2012
-----------------------------