| 17 |
but BOOL is not. |
but BOOL is not. |
| 18 |
|
|
| 19 |
3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and |
3. The pcre_config() function was treating the PCRE_MATCH_LIMIT and |
| 20 |
PCRE_MATCH_LIMIT_RETURSION values as ints, when they should be long ints. |
PCRE_MATCH_LIMIT_RECURSION values as ints, when they should be long ints. |
| 21 |
|
|
| 22 |
4. The pcregrep documentation said spaces were inserted as well as colons (or |
4. The pcregrep documentation said spaces were inserted as well as colons (or |
| 23 |
hyphens) following file names and line numbers when outputting matching |
hyphens) following file names and line numbers when outputting matching |
| 109 |
because when scanning forward to find the reference group, PCRE was not |
because when scanning forward to find the reference group, PCRE was not |
| 110 |
taking into account the duplicate group numbers. A pattern such as |
taking into account the duplicate group numbers. A pattern such as |
| 111 |
^X(?3)(a)(?|(b)|(q))(Y) is an example. |
^X(?3)(a)(?|(b)|(q))(Y) is an example. |
| 112 |
|
|
| 113 |
|
26. Changed a few more instances of "const unsigned char *" to USPTR, making |
| 114 |
|
the feature of a custom pointer more persuasive (as requested by a user). |
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|