| 13 |
|
|
| 14 |
2. Updated the Unicode datatables to Unicode 5.1.0. This adds yet more |
2. Updated the Unicode datatables to Unicode 5.1.0. This adds yet more |
| 15 |
scripts. |
scripts. |
| 16 |
|
|
| 17 |
3. Change 12 for 7.7 introduced a bug in pcre_study() when a pattern contained |
3. Change 12 for 7.7 introduced a bug in pcre_study() when a pattern contained |
| 18 |
a group with a zero qualifier. The result of the study could be incorrect, |
a group with a zero qualifier. The result of the study could be incorrect, |
| 19 |
or the function might crash, depending on the pattern. |
or the function might crash, depending on the pattern. |
| 20 |
|
|
| 21 |
4. Caseless matching was not working for non-ASCII characters in back |
4. Caseless matching was not working for non-ASCII characters in back |
| 22 |
references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}. |
references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}. |
| 23 |
It now works when Unicode Property Support is available. |
It now works when Unicode Property Support is available. |
| 24 |
|
|
| 25 |
5. In pcretest, an escape such as \x{de} in the data was always generating |
5. In pcretest, an escape such as \x{de} in the data was always generating |
| 26 |
a UTF-8 string, even in non-UTF-8 mode. Now it generates a single byte in |
a UTF-8 string, even in non-UTF-8 mode. Now it generates a single byte in |
| 27 |
non-UTF-8 mode. If the value is greater than 255, it gives a warning about |
non-UTF-8 mode. If the value is greater than 255, it gives a warning about |
| 28 |
truncation. |
truncation. |
| 29 |
|
|
| 30 |
6. Minor bugfix in pcrecpp.cc (change "" == ... to NULL == ...). |
6. Minor bugfix in pcrecpp.cc (change "" == ... to NULL == ...). |
| 31 |
|
|
| 32 |
7. Added two (int) casts to pcregrep when printing the difference of two |
7. Added two (int) casts to pcregrep when printing the difference of two |
| 33 |
pointers, in case they are 64-bit values. |
pointers, in case they are 64-bit values. |
| 34 |
|
|
| 35 |
|
8. Added comments about Mac OS X stack usage to the pcrestack man page and to |
| 36 |
|
test 2 if it fails. |
| 37 |
|
|
| 38 |
|
|
| 39 |
Version 7.7 07-May-08 |
Version 7.7 07-May-08 |