| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
Version 7.1 05-Mar-07 |
Version 7.1 12-Mar-07 |
| 5 |
--------------------- |
--------------------- |
| 6 |
|
|
| 7 |
1. Applied Bob Rossi and Daniel G's patches to convert the build system to one |
1. Applied Bob Rossi and Daniel G's patches to convert the build system to one |
| 8 |
that is more "standard", making use of automake and other autotools. There |
that is more "standard", making use of automake and other Autotools. There |
| 9 |
is some re-arrangement of the files and adjustment of comments consequent |
is some re-arrangement of the files and adjustment of comments consequent |
| 10 |
on this. |
on this. |
| 11 |
|
|
| 111 |
failed for link sizes other than 2. Rather than cut the whole test out, |
failed for link sizes other than 2. Rather than cut the whole test out, |
| 112 |
I have added a new /Z option to pcretest that replaces the length and |
I have added a new /Z option to pcretest that replaces the length and |
| 113 |
offset values with spaces. This is now used to make test 3 independent |
offset values with spaces. This is now used to make test 3 independent |
| 114 |
of link size. |
of link size. (Test 2 will be tidied up later.) |
| 115 |
|
|
| 116 |
14. If erroroffset was passed as NULL to pcre_compile, it provoked a |
14. If erroroffset was passed as NULL to pcre_compile, it provoked a |
| 117 |
segmentation fault instead of giving the appropriate error message. |
segmentation fault instead of returning the appropriate error message. |
| 118 |
|
|
| 119 |
|
|
| 120 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |