| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add gnugrep.1 to CLEANFILES. | Glen Barber | 2014-08-26 | 1 | -0/+1 |
| * | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| * | Part of r245761 makes "grep -D skip" broken for pipes, i.e. | Andrey A. Chernov | 2013-08-08 | 1 | -5/+7 |
| * | Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this | Jung-uk Kim | 2013-06-06 | 1 | -2/+1 |
| * | Connect libgnuregex 2.17 to the build. | Jung-uk Kim | 2013-06-05 | 1 | -1/+2 |
| * | Don't look for headers outside of the source or object directories. In | Marcel Moolenaar | 2013-05-21 | 1 | -1/+1 |
| * | grep: change some int types. | Pedro F. Giffuni | 2013-05-20 | 3 | -9/+11 |
| * | Make "-D skip" option work with FIFO by opening file in non-blocking mode. | David Xu | 2013-01-22 | 1 | -2/+6 |
| * | Build and install a BSD licensed grep. | David E. O'Brien | 2011-05-25 | 1 | -0/+15 |
| * | For files not named on the command line, only the basename is compared | David E. O'Brien | 2009-01-30 | 1 | -2/+5 |
| * | Add the -P option back, but with a note that it is not supported on FreeBSD. | Tom Rhodes | 2006-10-11 | 1 | -0/+6 |
| * | grep -P xxx file.txt | Tom Rhodes | 2006-10-10 | 1 | -5/+0 |
| * | Correctly locate the character preceeding the matched string in -w | Tim J. Robbins | 2006-02-19 | 1 | -5/+35 |
| * | Fix a markup nit. | Ruslan Ermilov | 2005-12-18 | 1 | -0/+1 |
| * | Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700). | Tim J. Robbins | 2005-10-25 | 1 | -2/+2 |
| * | Document [:blank:]. | Stefan Farfeleder | 2005-10-23 | 1 | -0/+1 |
| * | Remove redundant string length check from the previous commit. | Jung-uk Kim | 2005-10-21 | 1 | -2/+2 |
| * | Fix a longstanding buglet in bz-prefixed grep(1). | Jung-uk Kim | 2005-10-20 | 1 | -5/+5 |
| * | Pass the RE_ICASE flag to re_set_syntax() as appropriate to fix | Tim J. Robbins | 2005-05-31 | 1 | -3/+3 |
| * | Add a note explaining what local modifications have been made to GNU grep, | Tim J. Robbins | 2005-05-14 | 1 | -0/+37 |
| * | Fixed -w handling for EGexecute. | Tim J. Robbins | 2005-05-14 | 1 | -4/+83 |
| * | Automatically disable DFA when processing multibyte input. GREP_USE_DFA | Tim J. Robbins | 2005-05-14 | 1 | -3/+28 |
| * | Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi for | Tim J. Robbins | 2005-05-14 | 1 | -131/+525 |
| * | Removed redundant (and incorrect) code in prline. Fixes grep -i --color "", | Tim J. Robbins | 2005-05-14 | 1 | -27/+0 |
| * | Fix background colour problems with --color output (RH bug #138913). | Tim J. Robbins | 2005-05-14 | 1 | -0/+1 |
| * | Fixed a bug in the fgrep patch, exposed by the dfa-optional patch | Tim J. Robbins | 2005-05-14 | 1 | -27/+22 |
| * | Fix dfa multibyte character class matching when -i is used (RH bug #123363). | Tim J. Robbins | 2005-05-14 | 1 | -0/+2 |
| * | Remove mb-caching hack. | Tim J. Robbins | 2005-05-14 | 6 | -188/+74 |
| * | Fix regression in output with -R compared to previous version. | David E. O'Brien | 2005-02-13 | 1 | -1/+1 |
| * | The correct name of the long option is --line-buffered, | Giorgos Keramidas | 2004-11-09 | 1 | -2/+3 |
| * | Change version string to distinguish our modified version of GNU grep | Tim J. Robbins | 2004-08-12 | 1 | -1/+1 |
| * | Fix bug causing `[' to be wrongly included in character class expressions | Tim J. Robbins | 2004-07-04 | 1 | -1/+1 |
| * | Make grep run much (~10x) faster in multibyte locales by caching the wide | Tim J. Robbins | 2004-07-04 | 6 | -74/+188 |
| * | Avoid accessing accessing memory past the end of mb_properties in the | Tim J. Robbins | 2004-07-04 | 1 | -1/+2 |
| * | Improve case-insensitive matching in multibyte locales. | Tim J. Robbins | 2004-07-04 | 3 | -28/+109 |
| * | Fix failure of fgrep to report some matches (Red Hat bug #116909). | Tim J. Robbins | 2004-07-04 | 1 | -57/+52 |
| * | Use hard_locale() to check whether collating order is "hard" regardless | Tim J. Robbins | 2004-07-04 | 1 | -2/+0 |
| * | Ignore ENABLE_NLS when deciding whether we can use setlocale(). | Tim J. Robbins | 2004-07-04 | 1 | -2/+4 |
| * | Update for grep 2.5.1. | Tim J. Robbins | 2004-07-04 | 2 | -120/+254 |
| * | Merge local changes. | Tim J. Robbins | 2004-07-04 | 9 | -876/+2669 |
| * | This commit was generated by cvs2svn to compensate for changes in r131554, | Tim J. Robbins | 2004-07-04 | 45 | -247/+5611 |
| |\ |
|
| | * | Import GNU grep 2.5.1 (trimmed)vendor/misc-GNU/grep | Tim J. Robbins | 2004-07-04 | 54 | -1113/+8274 |
| * | | Merge conflicts, upgrade | Andrey A. Chernov | 2004-03-01 | 8 | -41/+51 |
| * | | This commit was generated by cvs2svn to compensate for changes in r126432, | Andrey A. Chernov | 2004-03-01 | 8 | -10/+94 |
| |\| |
|
| | * | Trimmed grep 2.4.2 | Andrey A. Chernov | 2004-03-01 | 14 | -45/+136 |
| * | | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnu | Andrey A. Chernov | 2004-02-17 | 1 | -1/+1 |
| * | | 1) Remove files no longer needed. | Andrey A. Chernov | 2004-02-16 | 8 | -1673/+2 |
| * | | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 1 | -4/+2 |
| * | | We HAVE_STPCPY now. | David E. O'Brien | 2002-10-20 | 2 | -4/+3 |
| * | | Added bzip2 variants to the NAME section. | Ruslan Ermilov | 2002-10-07 | 1 | -4/+9 |