| 1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
| 2 |
------------------ |
------------------ |
| 3 |
|
|
| 4 |
|
Version 6.4 05-Sep-05 |
| 5 |
|
--------------------- |
| 6 |
|
|
| 7 |
|
1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines |
| 8 |
|
"--" to be printed when multiple files were scanned, even when none of the |
| 9 |
|
-A, -B, or -C options were used. This is not compatible with Gnu grep, so I |
| 10 |
|
consider it to be a bug, and have restored the previous behaviour. |
| 11 |
|
|
| 12 |
|
2. A couple of code tidies to get rid of compiler warnings. |
| 13 |
|
|
| 14 |
|
3. The pcretest program used to cheat by referring to symbols in the library |
| 15 |
|
whose names begin with _pcre_. These are internal symbols that are not |
| 16 |
|
really supposed to be visible externally, and in some environments it is |
| 17 |
|
possible to suppress them. The cheating is now confined to including |
| 18 |
|
certain files from the library's source, which is a bit cleaner. |
| 19 |
|
|
| 20 |
|
4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the |
| 21 |
|
file's purpose clearer. |
| 22 |
|
|
| 23 |
|
5. Reorganized pcre_ucp_findchar(). |
| 24 |
|
|
| 25 |
|
|
| 26 |
Version 6.3 15-Aug-05 |
Version 6.3 15-Aug-05 |
| 27 |
--------------------- |
--------------------- |
| 28 |
|
|