| 17 |
4. PCRECPP_STATIC was referenced in pcrecpp_internal.h, but nowhere was it |
4. PCRECPP_STATIC was referenced in pcrecpp_internal.h, but nowhere was it |
| 18 |
defined or documented. It seems to have been a typo for PCRE_STATIC, so |
defined or documented. It seems to have been a typo for PCRE_STATIC, so |
| 19 |
I have changed it. |
I have changed it. |
| 20 |
|
|
| 21 |
|
5. The construct (?&) was not diagnosed as a syntax error (it referenced the |
| 22 |
|
first named subpattern) and a construct such as (?&a) would reference the |
| 23 |
|
first named subpattern whose name started with "a" (in other words, the |
| 24 |
|
length check was missing). |
| 25 |
|
|
| 26 |
|
|
| 27 |
Version 7.4 21-Sep-07 |
Version 7.4 21-Sep-07 |