1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 7.5 23-Dec-07 |
Version 7.5 27-Dec-07 |
5 |
--------------------- |
--------------------- |
6 |
|
|
7 |
1. Applied a patch from Craig: "This patch makes it possible to 'ignore' |
1. Applied a patch from Craig: "This patch makes it possible to 'ignore' |
100 |
20. In pcrecpp.cc, the variable 'count' was incremented twice in |
20. In pcrecpp.cc, the variable 'count' was incremented twice in |
101 |
RE::GlobalReplace(). As a result, the number of replacements returned was |
RE::GlobalReplace(). As a result, the number of replacements returned was |
102 |
double what it should be. I have removed one of the increments. |
double what it should be. I have removed one of the increments. |
103 |
|
|
104 |
21. Several CMake things: |
21. Several CMake things: |
105 |
|
|
106 |
(1) Arranged that, when cmake is used on Unix, the libraries end up with |
(1) Arranged that, when cmake is used on Unix, the libraries end up with |
107 |
the names libpcre and libpcreposix. |
the names libpcre and libpcreposix, not just pcre and pcreposix. |
108 |
|
|
109 |
(2) Arranged for pcretest and pcregrep to link with the newly-built |
(2) The above change means that pcretest and pcregrep are now correctly |
110 |
libraries, not previously installed ones. |
linked with the newly-built libraries, not previously installed ones. |
111 |
|
|
112 |
(3) Added PCRE_SUPPORT_LIBREADLINE, PCRE_SUPPORT_LIBZ, PCRE_SUPPORT_LIBBZ2. |
(3) Added PCRE_SUPPORT_LIBREADLINE, PCRE_SUPPORT_LIBZ, PCRE_SUPPORT_LIBBZ2. |
113 |
|
|
114 |
|
|
115 |
Version 7.4 21-Sep-07 |
Version 7.4 21-Sep-07 |