19 |
|
|
20 |
5. Added support for \N, which always matches any character other than |
5. Added support for \N, which always matches any character other than |
21 |
newline. (It is the same as "." when PCRE_DOTALL is not set.) |
newline. (It is the same as "." when PCRE_DOTALL is not set.) |
22 |
|
|
23 |
|
6. When compiling pcregrep with newer versions of gcc which may have |
24 |
|
FORTIFY_SOURCE set, several warnings "ignoring return value of 'fwrite', |
25 |
|
declared with attribute warn_unused_result" were given. Just casting the |
26 |
|
result to (void) does not stop the warnings; a more elaborate fudge is |
27 |
|
needed. I've used a macro to implement this. |
28 |
|
|
29 |
|
|
30 |
Version 8.02 19-Mar-2010 |
Version 8.02 19-Mar-2010 |