| 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 |
| 12 |
|
--------------------- |
| 13 |
|
|
| 14 |
|
1. In updating pcretest to check change 1 of version 3.6, I screwed up. |
| 15 |
|
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. |
| 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 |
| 25 |
|
--------------------- |
| 26 |
|
|
| 27 |
|
1. Crashed with /(sens|respons)e and \1ibility/ and "sense and sensibility" if |
| 28 |
|
offsets passed as NULL with zero offset count. |
| 29 |
|
|
| 30 |
|
2. The config.guess and config.sub files had not been updated when I moved to |
| 31 |
|
the latest autoconf. |
| 32 |
|
|
| 33 |
|
|
| 34 |
Version 3.5 15-Aug-01 |
Version 3.5 15-Aug-01 |
| 35 |
--------------------- |
--------------------- |
| 36 |
|
|