| 27 |
the first 2/3, for compatibility. This is, of course, another edge case. |
the first 2/3, for compatibility. This is, of course, another edge case. |
| 28 |
|
|
| 29 |
4. Zoltan Herczeg's just-in-time compiler support has been integrated into the |
4. Zoltan Herczeg's just-in-time compiler support has been integrated into the |
| 30 |
main code base, and can be used by building with --enable-jit. |
main code base, and can be used by building with --enable-jit. When this is |
| 31 |
|
done, pcregrep automatically uses it unless --disable-pcregrep-jit or the |
| 32 |
|
runtime --no-jit option is given. |
| 33 |
|
|
| 34 |
5. When the number of matches in a pcre_dfa_exec() run exactly filled the |
5. When the number of matches in a pcre_dfa_exec() run exactly filled the |
| 35 |
ovector, the return from the function was zero, implying that there were |
ovector, the return from the function was zero, implying that there were |