| 8 |
was out-of-date, and there was no check on the pcre_compile() error code |
was out-of-date, and there was no check on the pcre_compile() error code |
| 9 |
being within the table. This could lead to an OK return being given in |
being within the table. This could lead to an OK return being given in |
| 10 |
error. |
error. |
| 11 |
|
|
| 12 |
|
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 |
| 14 |
|
in a Windows environment. |
| 15 |
|
|
| 16 |
|
|
| 17 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |