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