1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 7.6 19-Jan-08 |
Version 7.6 21-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 |
8 |
codepoints greater than 255 (in UTF-8 mode, of course) caused a buffer |
codepoints greater than 255 (in UTF-8 mode, of course) caused a buffer |
9 |
overflow. |
overflow. |
10 |
|
|
11 |
2. Patch to cut out the "long long" test in pcrecpp_unittest when |
2. Patch to cut out the "long long" test in pcrecpp_unittest when |
12 |
HAVE_LONG_LONG is not defined. |
HAVE_LONG_LONG is not defined. |
13 |
|
|
14 |
3. Applied Christian Ehrlicher's patch to update the CMake build files to |
3. Applied Christian Ehrlicher's patch to update the CMake build files to |
15 |
bring them up to date and include new features. This patch includes: |
bring them up to date and include new features. This patch includes: |
16 |
|
|
17 |
- Fixed PH's badly added libz and libbz2 support. |
- Fixed PH's badly added libz and libbz2 support. |
18 |
- Fixed a problem with static linking. |
- Fixed a problem with static linking. |
19 |
- Added pcredemo. |
- Added pcredemo. |
21 |
- Added a number of HAVE_XXX tests, including HAVE_WINDOWS_H and |
- Added a number of HAVE_XXX tests, including HAVE_WINDOWS_H and |
22 |
HAVE_LONG_LONG. |
HAVE_LONG_LONG. |
23 |
- Added readline support for pcretest. |
- Added readline support for pcretest. |
24 |
- Added an listing of the option settings after cmake has run. |
- Added an listing of the option settings after cmake has run. |
25 |
|
|
26 |
4. A user submitted a patch to Makefile that makes it easy to created a dll |
4. A user submitted a patch to Makefile that makes it easy to created a dll |
27 |
under mingw. I added stuff to Makefile.am that cause it to include this |
under mingw. I added stuff to Makefile.am that cause it to include this |
28 |
special target, without affecting anything else. |
special target, without affecting anything else. |
29 |
|
|
30 |
5. Applied Craig's patch that moves no_arg into the RE class in the C++ code. |
5. Applied Craig's patch that moves no_arg into the RE class in the C++ code. |
31 |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
This is an attempt to solve the reported problem "pcrecpp::no_arg is not |
32 |
exported in the Windows port". It has not yet been confirmed that the patch |
exported in the Windows port". It has not yet been confirmed that the patch |
33 |
solves the problem, but it does no harm. |
solves the problem, but it does no harm. |
34 |
|
|
35 |
|
|
36 |
Version 7.5 10-Jan-08 |
Version 7.5 10-Jan-08 |