Home | History | Annotate | Download | only in grep
History log of /src/usr.bin/grep/file.c
RevisionDateAuthorComments
 1.13  14-Aug-2024  rin grep: grep_refill: Fix previous; WITHOUT_BZ2 not WITHOUT_GZIP
 1.12  14-Aug-2024  rin grep: grep_refill: Fix -Wunused-variable for WITHOUT_GZIP

NFC otherwise.
 1.11  05-Apr-2019  christos branches: 1.11.10;
Fix asan heap buffer overflow. from enh at google.
 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  11-Aug-2018  christos remove dup includes (already in grep.h)
 1.7  18-Apr-2011  joerg branches: 1.7.42; 1.7.44;
Add support for --null-data. Change -Z to behave like GNU grep's -Z.
 1.6  18-Apr-2011  joerg Include nbtool_config.h for tool builds.
 1.5  16-Feb-2011  joerg Fix signed / unsigned issues. Refactor basename usage to use a local
copy and do it only once, not for each pattern. Remove late inline.
 1.4  16-Feb-2011  joerg Replace usr.bin/grep with the BSD grep implementation from FreeBSD.
 1.3  06-Dec-2007  cjep branches: 1.3.24;
sync with pkgsrc changes - reorder includes and add some casts
 1.2  15-May-2006  rillig branches: 1.2.12;
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.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.2.12.1  09-Jan-2008  matt sync with HEAD
 1.3.24.1  17-Feb-2011  bouyer Sync with HEAD
 1.7.44.1  10-Jun-2019  christos Sync with HEAD
 1.7.42.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.11.10.1  12-Sep-2024  martin Pull up following revision(s) (requested by rin in ticket #850):

usr.bin/grep/file.c: revision 1.12
usr.bin/grep/file.c: revision 1.13

grep: grep_refill: Fix -Wunused-variable for WITHOUT_GZIP
NFC otherwise.

grep: grep_refill: Fix previous; WITHOUT_BZ2 not WITHOUT_GZIP

RSS XML Feed