summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-22 15:15:08 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-22 15:15:08 +0000
commit8a3a76005c270df0a74fe351fe027631aa83cb71 (patch)
tree52ee726ef2ee3f969933560a46960f4d419be97f /HACKING
parentc338782284a14052a63428cf59c5f4544e8b8cf0 (diff)
downloadpcre-8a3a76005c270df0a74fe351fe027631aa83cb71.tar.gz
Correct and tidy up comments relating to OP_NOT (no code changes).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@927 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 2 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 2fa365c..87b8819 100644
--- a/HACKING
+++ b/HACKING
@@ -285,9 +285,7 @@ Character classes
If there is only one character in the class, OP_CHAR or OP_CHARI is used for a
positive class, and OP_NOT or OP_NOTI for a negative one (that is, for
-something like [^a]). However, OP_NOT[I] can be used only with single-unit
-characters, so in UTF-8 (UTF-16) mode, the use of OP_NOT[I] applies only to
-characters whose code points are no greater than 127 (0xffff).
+something like [^a]).
Another set of 13 repeating opcodes (called OP_NOTSTAR etc.) are used for
repeated, negated, single-character classes. The normal single-character
@@ -467,4 +465,4 @@ item giving the length of the next item.
Philip Hazel
-December 2011
+February 2012