1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
Version 3.8 18-Dec-01 |
5 |
|
--------------------- |
6 |
|
|
7 |
|
1. The experimental UTF-8 code was completely screwed up. It was packing the |
8 |
|
bytes in the wrong order. How dumb can you get? |
9 |
|
|
10 |
|
|
11 |
Version 3.7 29-Oct-01 |
Version 3.7 29-Oct-01 |
12 |
--------------------- |
--------------------- |
13 |
|
|
15 |
This caused pcretest, when used on the test data, to segfault. Unfortunately, |
This caused pcretest, when used on the test data, to segfault. Unfortunately, |
16 |
this didn't happen under Solaris 8, where I normally test things. |
this didn't happen under Solaris 8, where I normally test things. |
17 |
|
|
18 |
|
2. The Makefile had to be changed to make it work on BSD systems, where 'make' |
19 |
|
doesn't seem to recognize that ./xxx and xxx are the same file. (This entry |
20 |
|
isn't in ChangeLog distributed with 3.7 because I forgot when I hastily made |
21 |
|
this fix an hour or so after the initial 3.7 release.) |
22 |
|
|
23 |
|
|
24 |
Version 3.6 23-Oct-01 |
Version 3.6 23-Oct-01 |
25 |
--------------------- |
--------------------- |