Module Name:src
Committed By: joerg
Date: Sat Sep 12 19:05:11 UTC 2015
Modified Files:
src/gnu/dist/grep/src: grep.c
Log Message:
Avoid TYPE_MAXIMUM, it depends on undefined behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/gnu/dist/grep/src/gre
Module Name:src
Committed By: dholland
Date: Thu Jun 12 07:42:46 UTC 2014
Modified Files:
src/gnu/dist/grep/src: grep.c
Log Message:
Hide the -P option in the usage message unless HAVE_LIBPCRE (which we
don't have in base) as per PR 39122.
To generate a diff of this comm
Module Name:src
Committed By: dholland
Date: Tue Sep 28 00:54:04 UTC 2010
Modified Files:
src/gnu/dist/grep/src: grep.c
Log Message:
Fix -o behavior with patterns that match the empty string, as per PR 43896.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13