1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
Version 8.32 |
Version 8.32 11-November-2012 |
5 |
------------ |
----------------------------- |
6 |
|
|
7 |
1. Improved JIT compiler optimizations for first character search and single |
1. Improved JIT compiler optimizations for first character search and single |
8 |
character iterators. |
character iterators. |
151 |
|
|
152 |
32. Running "pcretest -C pcre8" or "pcretest -C pcre16" gave a spurious error |
32. Running "pcretest -C pcre8" or "pcretest -C pcre16" gave a spurious error |
153 |
"unknown -C option" after outputting 0 or 1. |
"unknown -C option" after outputting 0 or 1. |
154 |
|
|
155 |
|
33. There is now support for generating a code coverage report for the test |
156 |
|
suite in environments where gcc is the compiler and lcov is installed. This |
157 |
|
is mainly for the benefit of the developers. |
158 |
|
|
159 |
|
34. If PCRE is built with --enable-valgrind, certain memory regions are marked |
160 |
|
unaddressable using valgrind annotations, allowing valgrind to detect |
161 |
|
invalid memory accesses. This is mainly for the benefit of the developers. |
162 |
|
|
163 |
|
|
164 |
Version 8.31 06-July-2012 |
Version 8.31 06-July-2012 |