| 12 |
2. Changed the call to open a subject file in pcregrep from fopen(pathname, |
2. Changed the call to open a subject file in pcregrep from fopen(pathname, |
| 13 |
"r") to fopen(pathname, "rb"), which fixed a problem with some of the tests |
"r") to fopen(pathname, "rb"), which fixed a problem with some of the tests |
| 14 |
in a Windows environment. |
in a Windows environment. |
| 15 |
|
|
| 16 |
|
3. The pcregrep --count option prints the count for each file even when it is |
| 17 |
|
zero, as does GNU grep. However, pcregrep was also printing all files when |
| 18 |
|
--files-with-matches was added. Now, when both options are given, it prints |
| 19 |
|
counts only for those files that have at least one match. (GNU grep just |
| 20 |
|
prints the file name in this circumstance, but including the count seems |
| 21 |
|
more useful - otherwise, why use --count?) Also ensured that the |
| 22 |
|
combination -clh just lists non-zero counts, with no names. |
| 23 |
|
|
| 24 |
|
|
| 25 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
| 26 |
--------------------- |
--------------------- |