| Commit message (Expand) | Author | Age | Files | Lines |
* | Build and install a BSD licensed grep. | obrien | 2011-05-25 | 1 | -0/+15 |
* | For files not named on the command line, only the basename is compared | obrien | 2009-01-30 | 1 | -2/+5 |
* | Add the -P option back, but with a note that it is not supported on FreeBSD. | trhodes | 2006-10-11 | 1 | -0/+6 |
* | grep -P xxx file.txt | trhodes | 2006-10-10 | 1 | -5/+0 |
* | Correctly locate the character preceeding the matched string in -w | tjr | 2006-02-19 | 1 | -5/+35 |
* | Fix a markup nit. | ru | 2005-12-18 | 1 | -0/+1 |
* | Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700). | tjr | 2005-10-25 | 1 | -2/+2 |
* | Document [:blank:]. | stefanf | 2005-10-23 | 1 | -0/+1 |
* | Remove redundant string length check from the previous commit. | jkim | 2005-10-21 | 1 | -2/+2 |
* | Fix a longstanding buglet in bz-prefixed grep(1). | jkim | 2005-10-20 | 1 | -5/+5 |
* | Pass the RE_ICASE flag to re_set_syntax() as appropriate to fix | tjr | 2005-05-31 | 1 | -3/+3 |
* | Add a note explaining what local modifications have been made to GNU grep, | tjr | 2005-05-14 | 1 | -0/+37 |
* | Fixed -w handling for EGexecute. | tjr | 2005-05-14 | 1 | -4/+83 |
* | Automatically disable DFA when processing multibyte input. GREP_USE_DFA | tjr | 2005-05-14 | 1 | -3/+28 |
* | Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi for | tjr | 2005-05-14 | 1 | -131/+525 |
* | Removed redundant (and incorrect) code in prline. Fixes grep -i --color "", | tjr | 2005-05-14 | 1 | -27/+0 |
* | Fix background colour problems with --color output (RH bug #138913). | tjr | 2005-05-14 | 1 | -0/+1 |
* | Fixed a bug in the fgrep patch, exposed by the dfa-optional patch | tjr | 2005-05-14 | 1 | -27/+22 |
* | Fix dfa multibyte character class matching when -i is used (RH bug #123363). | tjr | 2005-05-14 | 1 | -0/+2 |
* | Remove mb-caching hack. | tjr | 2005-05-14 | 6 | -188/+74 |
* | Fix regression in output with -R compared to previous version. | obrien | 2005-02-13 | 1 | -1/+1 |
* | The correct name of the long option is --line-buffered, | keramida | 2004-11-09 | 1 | -2/+3 |
* | Change version string to distinguish our modified version of GNU grep | tjr | 2004-08-12 | 1 | -1/+1 |
* | Fix bug causing `[' to be wrongly included in character class expressions | tjr | 2004-07-04 | 1 | -1/+1 |
* | Make grep run much (~10x) faster in multibyte locales by caching the wide | tjr | 2004-07-04 | 6 | -74/+188 |
* | Avoid accessing accessing memory past the end of mb_properties in the | tjr | 2004-07-04 | 1 | -1/+2 |
* | Improve case-insensitive matching in multibyte locales. | tjr | 2004-07-04 | 3 | -28/+109 |
* | Fix failure of fgrep to report some matches (Red Hat bug #116909). | tjr | 2004-07-04 | 1 | -57/+52 |
* | Use hard_locale() to check whether collating order is "hard" regardless | tjr | 2004-07-04 | 1 | -2/+0 |
* | Ignore ENABLE_NLS when deciding whether we can use setlocale(). | tjr | 2004-07-04 | 1 | -2/+4 |
* | Update for grep 2.5.1. | tjr | 2004-07-04 | 2 | -120/+254 |
* | Merge local changes. | tjr | 2004-07-04 | 9 | -881/+2674 |
* | This commit was generated by cvs2svn to compensate for changes in r131554, | tjr | 2004-07-04 | 45 | -248/+5612 |
|\ |
|
| * | Import GNU grep 2.5.1 (trimmed) | tjr | 2004-07-04 | 54 | -1119/+8280 |
* | | Merge conflicts, upgrade | ache | 2004-03-01 | 8 | -41/+51 |
* | | This commit was generated by cvs2svn to compensate for changes in r126432, | ache | 2004-03-01 | 8 | -10/+94 |
|\ \
| |/ |
|
| * | Trimmed grep 2.4.2 | ache | 2004-03-01 | 14 | -45/+136 |
* | | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu | ache | 2004-02-17 | 1 | -1/+1 |
* | | 1) Remove files no longer needed. | ache | 2004-02-16 | 8 | -1673/+2 |
* | | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -4/+2 |
* | | We HAVE_STPCPY now. | obrien | 2002-10-20 | 2 | -4/+3 |
* | | Added bzip2 variants to the NAME section. | ru | 2002-10-07 | 1 | -4/+9 |
* | | Allow -J to simultaneously do non-bzip2 grepping. | obrien | 2002-10-06 | 1 | -10/+32 |
* | | Create bzgrep. | obrien | 2002-09-16 | 3 | -0/+45 |
* | | Typo in [^[:alnum:]] character class. | keramida | 2002-08-31 | 1 | -1/+1 |
* | | Mention zegrep and zfgrep too, | keramida | 2002-07-11 | 1 | -1/+7 |
* | | Removed glibc specific stuff. | ru | 2001-11-27 | 1 | -25/+0 |
* | | In FreeBSD, -Z is reserved for zgrep(1), and only | ru | 2001-09-19 | 1 | -2/+2 |
* | | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -4/+0 |
* | | This file was not regenerated for the latest import, thus the | ru | 2000-12-13 | 1 | -1/+1 |