Home | History | Annotate | Download | only in grep
History log of /src/usr.bin/grep/grep.h
RevisionDateAuthorComments
 1.10  12-Aug-2018  christos add WITHOUT_GZIP for the tools build.
 1.9  12-Aug-2018  christos add WITHOUT_BZ2 for tools build.
 1.8  06-May-2012  joerg branches: 1.8.30; 1.8.32;
Remove matchall handling for now, it doesn't work correctly and as such,
it is a premature optimisation.
 1.7  18-Apr-2011  joerg branches: 1.7.4;
Add support for --null-data. Change -Z to behave like GNU grep's -Z.
 1.6  18-Apr-2011  joerg Redo context printing so that adjourning contexts don't print the
separator, following GNU grep's behavior in this regard.
 1.5  27-Feb-2011  joerg If transforming patterns with \<...\> to implicit word bounaries, don't
change the global wflag, but use a per pattern flag derived from it.
Fixes usage of grep with multiple -w arguments.
 1.4  16-Feb-2011  joerg Replace usr.bin/grep with the BSD grep implementation from FreeBSD.
 1.3  15-May-2006  rillig branches: 1.3.40;
Changed the type of some size variables from int to size_t. Added const
qualifiers to some parameters. These changes allow WARNS to be raised to
4.
 1.2  05-May-2004  cjep bump version due to today\'s changes
 1.1  02-Jan-2004  cjep branches: 1.1.1;
Initial revision
 1.1.1.2  02-Jan-2004  cjep Import of our changes to grep developed in othersrc. A very
brief summary:

* Add NetBSD RCS Ids. Change to use a date based version number.
* Remove unused variables and functions.
* Move towards NetBSD code style.
* Add missing GNU options (except for --include, --exclude and
--line-buffered)
* Bug fixes
* Bug fixes and changes from OpenBSD's src/usr.bin/grep

A full list of changes can be viewed in the NetBSD CVS repository at
othersrc/usr.bin/grep. A ChangeLog is also available at:
ftp://ftp.NetBSD.org/pub/NetBSD/misc/cjep/grep-ChangeLog.txt

If you want to help out, please let me (cjep@) know so that we can
organise our efforts efficiently.
 1.1.1.1  02-Jan-2004  cjep Import of BSD-licensed grep by James Howard and Dag-Erling Co�dan
Sm�rgrav. This import is of version 0.16.
 1.3.40.2  05-Mar-2011  bouyer Sync with HEAD
 1.3.40.1  17-Feb-2011  bouyer Sync with HEAD
 1.7.4.1  23-May-2012  yamt sync with head.
 1.8.32.1  10-Jun-2019  christos Sync with HEAD
 1.8.30.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)

RSS XML Feed