| 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: |
| 105 |
|
|
| 106 |
|
(1) Arranged that, when cmake is used on Unix, the libraries end up with |
| 107 |
|
the names libpcre and libpcreposix. |
| 108 |
|
|
| 109 |
|
(2) Arranged for pcretest and pcregrep to link with the newly-built |
| 110 |
|
libraries, not previously installed ones. |
| 111 |
|
|
| 112 |
|
(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 |