1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 7.5 31-Dec-07 |
Version 7.5 04-Jan-08 |
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' |
99 |
|
|
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 removed one of the increments, but Craig sent a |
103 |
|
later patch that removed the other one (the right fix) and added unit tests |
104 |
|
that check the return values (which was not done before). |
105 |
|
|
106 |
21. Several CMake things: |
21. Several CMake things: |
107 |
|
|