86 |
15. Added REG_UNGREEDY to the pcreposix interface, at the request of a user. |
15. Added REG_UNGREEDY to the pcreposix interface, at the request of a user. |
87 |
It maps to PCRE_UNGREEDY. It is not, of course, POSIX-compatible, but it |
It maps to PCRE_UNGREEDY. It is not, of course, POSIX-compatible, but it |
88 |
is not the first non-POSIX option to be added. Clearly some people find |
is not the first non-POSIX option to be added. Clearly some people find |
89 |
these options useful. |
these options useful. |
90 |
|
|
91 |
|
16. If a caller to the POSIX matching function regexec() passes a non-zero |
92 |
|
value for \fInmatch\fP with a NULL value for \fIpmatch\fP, the value of |
93 |
|
\fInmatch\fP is forced to zero. |
94 |
|
|
95 |
|
|
96 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |