Revision: 632
http://www.exim.org/viewvc/pcre2?view=rev&revision=632
Author: ph10
Date: 2016-12-29 15:54:23 +0000 (Thu, 29 Dec 2016)
Log Message:
-----------
Fix typo in ChangeLog.
Modified Paths:
--------------
code/trunk/ChangeLog
Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog 2016-12-28 15:05:48 UTC (rev 631)
+++ code/trunk/ChangeLog 2016-12-29 15:54:23 UTC (rev 632)
@@ -135,8 +135,8 @@
support enabled, reading past the end of the pattern is detected, both when
compiling and during callout processing.
-6. \g{+<number>} (e.g. \g{+2)} ) is now supported. It is a "forward back
-reference" and can be useful in repetitions (compare \g{-<number>}). Perl does
+6. \g{+<number>} (e.g. \g{+2} ) is now supported. It is a "forward back
+reference" and can be useful in repetitions (compare \g{-<number>} ). Perl does
not recognize this syntax.
7. Automatic callouts are no longer generated before and after callouts in the