/[pcre]/code/trunk/NEWS
ViewVC logotype

Diff of /code/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 181 by ph10, Wed Jun 13 14:55:18 2007 UTC revision 184 by ph10, Tue Jun 19 13:26:46 2007 UTC
# Line 2  News about PCRE releases Line 2  News about PCRE releases
2  ------------------------  ------------------------
3    
4    
5  Release 7.2 13-Jun-07  Release 7.2 19-Jun-07
6  ---------------------  ---------------------
7    
8  WARNING: saved patterns that were compiled by earlier versions of PCRE must be  WARNING: saved patterns that were compiled by earlier versions of PCRE must be
# Line 22  Some more features from Perl 5.10 have b Line 22  Some more features from Perl 5.10 have b
22    (?-n) and (?+n) relative references for recursion and subroutines.    (?-n) and (?+n) relative references for recursion and subroutines.
23    
24    (?(-n) and (?(+n) relative references as conditions.    (?(-n) and (?(+n) relative references as conditions.
25    
26    \k{name} and \g{name} are synonyms for \k<name>.    \k{name} and \g{name} are synonyms for \k<name>.
27    
28    \K to reset the start of the matched string; for example, (foo)\Kbar    \K to reset the start of the matched string; for example, (foo)\Kbar
29    matches bar preceded by foo, but only sets bar as the matched string.    matches bar preceded by foo, but only sets bar as the matched string.
30    
31    (?| introduces a group where the capturing parentheses in each alternative    (?| introduces a group where the capturing parentheses in each alternative
32    start from the same number; for example, (?|(abc)|(xyz)) sets capturing    start from the same number; for example, (?|(abc)|(xyz)) sets capturing
33    parentheses number 1 in both cases.    parentheses number 1 in both cases.
34    
35    \h, \H, \v, \V match horizontal and vertical whitespace, respectively.    \h, \H, \v, \V match horizontal and vertical whitespace, respectively.
36    
37    
38  Release 7.1 24-Apr-07  Release 7.1 24-Apr-07

Legend:
Removed from v.181  
changed lines
  Added in v.184

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12