1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 7.6 21-Jan-08 |
Version 7.6 28-Jan-08 |
5 |
--------------------- |
--------------------- |
6 |
|
|
7 |
1. A character class containing a very large number of characters with |
1. A character class containing a very large number of characters with |
37 |
solves the problem, but it does no harm. |
solves the problem, but it does no harm. |
38 |
|
|
39 |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
6. Applied Sheri's patch to CMakeLists.txt to add NON_STANDARD_LIB_PREFIX and |
40 |
NON_STANDARD_LIB_SUFFIX for dll names built with mingw when configured |
NON_STANDARD_LIB_SUFFIX for dll names built with mingw when configured |
41 |
with CMake, and also correct the comment about stack recursion. |
with CMake, and also correct the comment about stack recursion. |
42 |
|
|
43 |
7. Remove the automatic building of pcredemo from the ./configure system and |
7. Remove the automatic building of pcredemo from the ./configure system and |
46 |
building it automatically is not really right. What is more, it gave |
building it automatically is not really right. What is more, it gave |
47 |
trouble in some build environments. |
trouble in some build environments. |
48 |
|
|
49 |
|
8. Further tidies to CMakeLists.txt from Sheri and Christian. |
50 |
|
|
51 |
|
|
52 |
Version 7.5 10-Jan-08 |
Version 7.5 10-Jan-08 |
53 |
--------------------- |
--------------------- |