--- code/trunk/ChangeLog 2010/10/10 17:33:07 551 +++ code/trunk/ChangeLog 2010/10/13 10:15:41 552 @@ -16,6 +16,11 @@ result in overall failure. Similarly, (*COMMIT) now overrides (*PRUNE) and (*SKIP), (*SKIP) overrides (*PRUNE) and (*THEN), and (*PRUNE) overrides (*THEN). + +3. If \s appeared in a character class, it removed the VT character from + the class, even if it had been included by some previous item, for example + in [\x00-\xff\s]. (This was a bug related to the fact that VT is not part + of \s, but is part of the POSIX "space" class.) Version 8.10 25-Jun-2010