| 55 |
logical recursion happens, frames are retained on a chain and re-used where |
logical recursion happens, frames are retained on a chain and re-used where |
| 56 |
possible. This sometimes gives as much as 30% improvement. |
possible. This sometimes gives as much as 30% improvement. |
| 57 |
|
|
| 58 |
13. (*COMMIT) is now correctly confined to within a recursive subpattern call. |
13. As documented, (*COMMIT) is now confined to within a recursive subpattern |
| 59 |
|
call. |
| 60 |
|
|
| 61 |
|
14. As documented, (*COMMIT) is now confined to within a positive assertion. |
| 62 |
|
|
| 63 |
|
15. It is now possible to link pcretest with libedit as an alternative to |
| 64 |
|
libreadline. |
| 65 |
|
|
| 66 |
|
16. (*COMMIT) control verb is now supported by the JIT compiler. |
| 67 |
|
|
| 68 |
|
17. The Unicode data tables have been updated to Unicode 6.1.0. |
| 69 |
|
|
| 70 |
|
18. Added --file-list option to pcregrep. |
| 71 |
|
|
| 72 |
|
19. Added binary file support to pcregrep, including the -a, --binary-files, |
| 73 |
|
-I, and --text options. |
| 74 |
|
|
| 75 |
|
20. The madvise function is renamed for posix_madvise for QNX compatibility |
| 76 |
|
reasons. Fixed by Giuseppe D'Angelo. |
| 77 |
|
|
| 78 |
|
21. Fixed a bug for backward assertions with REVERSE 0 in the JIT compiler. |
| 79 |
|
|
| 80 |
|
|
| 81 |
Version 8.30 04-February-2012 |
Version 8.30 04-February-2012 |