Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added myself as maintainer. | wosch | 1999-02-09 | 1 | -1/+3 |
| | |||||
* | Use mmap for reading files. This is faster than read(). | wosch | 1998-11-14 | 1 | -2/+2 |
| | |||||
* | Install z*grep manpages | obrien | 1998-10-02 | 1 | -1/+2 |
| | |||||
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Delete cc(1) debug option, typo from last commit. | wosch | 1998-03-07 | 1 | -2/+1 |
| | | | | Pointed out by: Søren Schmidt | ||||
* | When called as `zgrep', the -Z argument is assumed. Make a | wosch | 1997-12-21 | 3 | -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. | wosch | 1997-12-20 | 3 | -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 macros | ache | 1997-10-23 | 1 | -1/+1 |
| | |||||
* | Add (unsigned char) casts to ctype macros | ache | 1997-10-23 | 2 | -24/+24 |
| | |||||
* | Fix a number of typos, one of which is part of PR# 2917. | mpp | 1997-03-09 | 1 | -4/+4 |
| | |||||
* | Replace collate_range_cmp call with its code (GNU version) | ache | 1996-10-31 | 1 | -3/+17 |
| | |||||
* | grep -q pattern file | wosch | 1996-09-27 | 1 | -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 2 | wosch | 1996-09-27 | 1 | -1/+1 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-13 | 1 | -0/+25 |
| | |||||
* | Pick collate info too | ache | 1996-08-12 | 1 | -1/+1 |
| | |||||
* | recursive grep, enabled with -DHAVE_FTS=1 | wosch | 1996-02-02 | 3 | -20/+261 |
| | | | | enable mmap (-DHAVE_MMAP=1) | ||||
* | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -30/+0 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -5477/+0 |
| | |||||
* | Add setlocale LC_CTYPE | ache | 1995-10-28 | 2 | -1/+7 |
| | | | | Fix icase searches for 8bit charsets | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -14/+14 |
| | |||||
* | Use -lgnuregex | ache | 1995-01-11 | 3 | -17/+6 |
| | | | | Tune for 8bit ctype | ||||
* | Merge. Fix LINKS+= with $DESTDIR$BINDIR in them, you do NOT need to | rgrimes | 1993-07-16 | 1 | -2/+2 |
| | | | | specify $DESTDIR on a LINKS+= line. | ||||
* | Gnu grep 2.0 does fgrep too! | conklin | 1993-07-08 | 1 | -4/+5 |
| | |||||
* | Removed egrep since the new grep is just a link to it w/out any changes | nate | 1993-07-06 | 1 | -1/+2 |
| | | | | anymore | ||||
* | Left an ugly in the Makefile | nate | 1993-07-06 | 1 | -1/+0 |
| | |||||
* | Update GNU grep to version 2.0 | nate | 1993-07-06 | 23 | -3918/+10085 |
| | |||||
* | Ugh, whoever did the port made a mess, I cleaned up the Makefile and | nate | 1993-06-29 | 1 | -1/+1 |
| | | | | deleted un-necessary stuff | ||||
* | This commit was generated by cvs2svn to compensate for changes in r61, | nate | 1993-06-29 | 6 | -0/+2122 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Gnu e?grep 1.6 | nate | 1993-06-29 | 6 | -0/+2122 |
| | |||||
* | Gnu e?grep 1.6 | nate | 1993-06-29 | 10 | -0/+5200 |