summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
Commit message (Collapse)AuthorAgeFilesLines
* Added myself as maintainer.wosch1999-02-091-1/+3
|
* Use mmap for reading files. This is faster than read().wosch1998-11-141-2/+2
|
* Install z*grep manpagesobrien1998-10-021-1/+2
|
* Fixed printf format errors.bde1998-06-301-1/+1
|
* Delete cc(1) debug option, typo from last commit.wosch1998-03-071-2/+1
| | | | Pointed out by: Søren Schmidt
* When called as `zgrep', the -Z argument is assumed. Make awosch1997-12-213-2/+17
| | | | | | | link from zgrep to grep. Pointed out by: Tim Vanderhoek <hoek@hwcn.org> and Mike Smith <mike@smith.net.au>
* Added builtin decompression using zlib library, option -Z.wosch1997-12-203-67/+131
| | | | | | | | | | | | | | | | | | | | | | | Enabled this new feature with the makefile variable GREP_LIBZ. If you don't like it, compile with `make GREP_LIBZ='. grep + zlib has several advantages: - the shell script zgrep(1) will be basically a one line exec grep -Z "$@" - no shell script, no bugs. The current zgrep implementations have many bugs and some grep options are no supported. - no shell script, no security risks. - it is a magnitude faster than a shell script Also fixed: 0 -> STDIN_FILENO Close a file descriptor only if the open call was successfully. It does not hurt for the open(2) function, but the gzclose(3) function died in free() to free up (not) allocated memory.
* Add unsigned char cast to ctype macrosache1997-10-231-1/+1
|
* Add (unsigned char) casts to ctype macrosache1997-10-232-24/+24
|
* Fix a number of typos, one of which is part of PR# 2917.mpp1997-03-091-4/+4
|
* Replace collate_range_cmp call with its code (GNU version)ache1996-10-311-3/+17
|
* grep -q pattern filewosch1996-09-271-1/+5
| | | | | | | | | | | | | search 'pattern' in whole file 'file', from top to bottom. This is not necessary; if grep found 'pattern' it can stop further searching in file 'file'. Example: $ time ./grep-old -q Adam /usr/share/dict/* 1.93 real 1.05 user 0.85 sys $ time ./grep-new -q Adam /usr/share/dict/* 0.14 real 0.06 user 0.06 sys
* test 37: [b-a] is a syntax error and exit with status 2wosch1996-09-271-1/+1
|
* Use collate for alpha character rangesache1996-08-131-0/+25
|
* Pick collate info tooache1996-08-121-1/+1
|
* recursive grep, enabled with -DHAVE_FTS=1wosch1996-02-023-20/+261
| | | | enable mmap (-DHAVE_MMAP=1)
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-30/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-302-5477/+0
|
* Add setlocale LC_CTYPEache1995-10-282-1/+7
| | | | Fix icase searches for 8bit charsets
* Remove trailing whitespace.rgrimes1995-05-305-14/+14
|
* Use -lgnuregexache1995-01-113-17/+6
| | | | Tune for 8bit ctype
* Merge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need torgrimes1993-07-161-2/+2
| | | | specify $DESTDIR on a LINKS+= line.
* Gnu grep 2.0 does fgrep too!conklin1993-07-081-4/+5
|
* Removed egrep since the new grep is just a link to it w/out any changesnate1993-07-061-1/+2
| | | | anymore
* Left an ugly in the Makefilenate1993-07-061-1/+0
|
* Update GNU grep to version 2.0nate1993-07-0623-3918/+10085
|
* Ugh, whoever did the port made a mess, I cleaned up the Makefile andnate1993-06-291-1/+1
| | | | deleted un-necessary stuff
* This commit was generated by cvs2svn to compensate for changes in r61,nate1993-06-296-0/+2122
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gnu e?grep 1.6nate1993-06-296-0/+2122
|
* Gnu e?grep 1.6nate1993-06-2910-0/+5200
OpenPOWER on IntegriCloud