| 44 |
|
|
| 45 |
9. (*MARK) control verb is now supported by the JIT compiler. |
9. (*MARK) control verb is now supported by the JIT compiler. |
| 46 |
|
|
| 47 |
|
10. The command "./RunTest list" lists the available tests without actually |
| 48 |
|
running any of them. (Because I keep forgetting what they all are.) |
| 49 |
|
|
| 50 |
|
11. Add PCRE_INFO_MAXLOOKBEHIND. |
| 51 |
|
|
| 52 |
|
12. Applied a (slightly modified) user-supplied patch that improves performance |
| 53 |
|
when the heap is used for recursion (compiled with --disable-stack-for- |
| 54 |
|
recursion). Instead of malloc and free for each heap frame each time a |
| 55 |
|
logical recursion happens, frames are retained on a chain and re-used where |
| 56 |
|
possible. This sometimes gives as much as 30% improvement. |
| 57 |
|
|
| 58 |
|
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 |
|
22. Changed the option for creating symbolic links for 16-bit man pages from |
| 81 |
|
-s to -sf so that re-installing does not cause issues. |
| 82 |
|
|
| 83 |
|
|
| 84 |
Version 8.30 04-February-2012 |
Version 8.30 04-February-2012 |
| 85 |
----------------------------- |
----------------------------- |