summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* MFC r270668, r270669, r270672:gjb2014-08-291-0/+1
* Part of r245761 makes "grep -D skip" broken for pipes, i.e.ache2013-08-081-5/+7
* Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisjkim2013-06-061-2/+1
* Connect libgnuregex 2.17 to the build.jkim2013-06-051-1/+2
* Don't look for headers outside of the source or object directories. Inmarcel2013-05-211-1/+1
* grep: change some int types.pfg2013-05-203-9/+11
* Make "-D skip" option work with FIFO by opening file in non-blocking mode.davidxu2013-01-221-2/+6
* Build and install a BSD licensed grep.obrien2011-05-251-0/+15
* For files not named on the command line, only the basename is comparedobrien2009-01-301-2/+5
* Add the -P option back, but with a note that it is not supported on FreeBSD.trhodes2006-10-111-0/+6
* grep -P xxx file.txttrhodes2006-10-101-5/+0
* Correctly locate the character preceeding the matched string in -wtjr2006-02-191-5/+35
* Fix a markup nit.ru2005-12-181-0/+1
* Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700).tjr2005-10-251-2/+2
* Document [:blank:].stefanf2005-10-231-0/+1
* Remove redundant string length check from the previous commit.jkim2005-10-211-2/+2
* Fix a longstanding buglet in bz-prefixed grep(1).jkim2005-10-201-5/+5
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixtjr2005-05-311-3/+3
* Add a note explaining what local modifications have been made to GNU grep,tjr2005-05-141-0/+37
* Fixed -w handling for EGexecute.tjr2005-05-141-4/+83
* Automatically disable DFA when processing multibyte input. GREP_USE_DFAtjr2005-05-141-3/+28
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi fortjr2005-05-141-131/+525
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
* Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchtjr2005-05-141-27/+22
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).tjr2005-05-141-0/+2
* Remove mb-caching hack.tjr2005-05-146-188/+74
* Fix regression in output with -R compared to previous version.obrien2005-02-131-1/+1
* The correct name of the long option is --line-buffered,keramida2004-11-091-2/+3
* Change version string to distinguish our modified version of GNU greptjr2004-08-121-1/+1
* Fix bug causing `[' to be wrongly included in character class expressionstjr2004-07-041-1/+1
* Make grep run much (~10x) faster in multibyte locales by caching the widetjr2004-07-046-74/+188
* Avoid accessing accessing memory past the end of mb_properties in thetjr2004-07-041-1/+2
* Improve case-insensitive matching in multibyte locales.tjr2004-07-043-28/+109
* Fix failure of fgrep to report some matches (Red Hat bug #116909).tjr2004-07-041-57/+52
* Use hard_locale() to check whether collating order is "hard" regardlesstjr2004-07-041-2/+0
* Ignore ENABLE_NLS when deciding whether we can use setlocale().tjr2004-07-041-2/+4
* Update for grep 2.5.1.tjr2004-07-042-120/+254
* Merge local changes.tjr2004-07-049-881/+2674
* This commit was generated by cvs2svn to compensate for changes in r131554,tjr2004-07-0445-248/+5612
|\
| * Import GNU grep 2.5.1 (trimmed)tjr2004-07-0454-1119/+8280
* | Merge conflicts, upgradeache2004-03-018-41/+51
* | This commit was generated by cvs2svn to compensate for changes in r126432,ache2004-03-018-10/+94
|\ \ | |/
| * Trimmed grep 2.4.2ache2004-03-0114-45/+136
* | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuache2004-02-171-1/+1
* | 1) Remove files no longer needed.ache2004-02-168-1673/+2
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-4/+2
* | We HAVE_STPCPY now.obrien2002-10-202-4/+3
* | Added bzip2 variants to the NAME section.ru2002-10-071-4/+9
* | Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
OpenPOWER on IntegriCloud