Module Name:src
Committed By: christos
Date: Sun Jan 10 22:20:13 UTC 2016
Removed Files:
src/gnu/dist/grep: ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL
Makefile.am Makefile.cvs Makefile.in NEWS README README-alpha
README.DOS THANKS TODO aclocal.m4 au
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: apb
Date: Sat Jan 5 09:40:16 UTC 2013
Modified Files:
src/gnu/dist/grep/lib: getopt.c regex.c
src/gnu/dist/grep/src: ansi2knr.c dfa.c grep.c search.c
Log Message:
Change several int variables to size_t, ssize_t, or ptrdiff_t.
This sho
Module Name:src
Committed By: christos
Date: Sun May 15 14:57:35 UTC 2011
Modified Files:
src/gnu/dist/grep/lib: savedir.c
Log Message:
include "system.h" for idir()
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/gnu/dist/grep/lib/savedir.c
Please n
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