aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep/grep.h
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-05-29 13:10:01 +0000
committerEd Maste <emaste@FreeBSD.org>2017-05-29 13:10:01 +0000
commitb05c7cdeb17f2f006980ee7491cf775f9586785e (patch)
tree2caddc64412edea1358107408787c99c5ff0d750 /usr.bin/grep/grep.h
parent6b14aecae7e1986ea9998f8705f06fa8116fb89a (diff)
downloadsrc-b05c7cdeb17f2f006980ee7491cf775f9586785e.tar.gz
src-b05c7cdeb17f2f006980ee7491cf775f9586785e.zip
bsdgrep: bump version number and add Kyle Evans copyright
The following changes have been made over the last couple of months: Features: - With bsdgrep -r, the working directory is implied if no directory is specified - bsdgrep will now behave as bsdgrep -r does when it's named rgrep - bsdgrep now understands -z/--null-data to use \0 as EOL - GNU regex compatibility is now indicated with a "GNU compatible" in the version string Fixes: - --mmap no longer hangs when coming across an EOF without an accompanying EOL - -o/--color matching generally improved, now produces earliest / longest matches - Context output now more closely aligns with GNU grep - Zero-length matches no longer exhibit broken behavior - Every output line now honors -b/-H/-n flags Tests have been added for previous regressions as well as other previously untested behaviors. Various other fixes have been commited, and refactoring for further / later improvements has taken place. (The original submission changed the version string to 2.5.2, but I decided to use 2.6.0 to reflect the addition of new features.) Submitted by: Kyle Evans <kevans91@ksu.edu> Differential Revision: https://reviews.freebsd.org/D10982
Notes
Notes: svn path=/head/; revision=319132
Diffstat (limited to 'usr.bin/grep/grep.h')
-rw-r--r--usr.bin/grep/grep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/grep/grep.h b/usr.bin/grep/grep.h
index d206c59699da..932e149e48d9 100644
--- a/usr.bin/grep/grep.h
+++ b/usr.bin/grep/grep.h
@@ -51,7 +51,7 @@ extern nl_catd catalog;
extern const char *errstr[];
-#define VERSION "2.5.1-FreeBSD"
+#define VERSION "2.6.0-FreeBSD"
#define GREP_FIXED 0
#define GREP_BASIC 1