113 |
compile-time error is now given if \c is not followed by an ASCII |
compile-time error is now given if \c is not followed by an ASCII |
114 |
character, that is, a byte less than 128. (In EBCDIC mode, the code is |
character, that is, a byte less than 128. (In EBCDIC mode, the code is |
115 |
different, and any byte value is allowed.) |
different, and any byte value is allowed.) |
116 |
|
|
117 |
|
20. Recognize (*NO_START_OPT) at the start of a pattern to set the PCRE_NO_ |
118 |
|
START_OPTIMIZE option, which is now allowed at compile time - but just |
119 |
|
passed through to pcre_exec() or pcre_dfa_exec(). This makes it available |
120 |
|
to pcregrep and other applications that have no direct access to PCRE |
121 |
|
options. The new /Y option in pcretest sets this option when calling |
122 |
|
pcre_compile(). |
123 |
|
|
124 |
|
|
125 |
Version 8.10 25-Jun-2010 |
Version 8.10 25-Jun-2010 |