summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-04-10 19:55:57 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-04-10 19:55:57 +0000
commitabbf313ccbce42c4e297c87550813203ec3cf81e (patch)
tree3aaf3c5d4adf3580b3e84b818b805ebf65f041a0 /ChangeLog
parent049881b7af634cd0c59d5053c169642c0a06b1de (diff)
downloadpcre-abbf313ccbce42c4e297c87550813203ec3cf81e.tar.gz
Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@333 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 2e6e458..d9baa07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,11 @@ Version 7.7 05-Mar-08
10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX
matching function regexec().
+
+11. Added support for the Oniguruma syntax \g<name>, \g<n>, \g'name', \g'n',
+ which, however, unlike Perl's \g{...}, are subroutine calls, not back
+ references. PCRE supports relative numbers with this syntax (I don't think
+ Oniguruma does).
Version 7.6 28-Jan-08