summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* gnugrep: Update the configuration.pfg2016-05-221-2/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+2
* Include "system.h" for isdir() prototype.rodrigc2015-11-041-0/+1
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Add META_MODE support.sjg2015-06-131-0/+23
|\
| * Merge sync of headsjg2015-05-274-2107/+3
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-0/+1
| |\
| * \ Merge from headsjg2014-05-081-1/+1
| |\ \
| * \ \ Merge from headsjg2013-09-053-14/+18
| |\ \ \
| * \ \ \ Sync with HEAD.obrien2013-02-081-2/+6
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
* | | | | | Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
* | | | | | Remove GNU texinfo from base along with all info pages.bapt2015-01-024-2102/+0
* | | | | | Convert to LIBADDbapt2014-11-251-4/+2
| |_|_|_|/ |/| | | |
* | | | | Add gnugrep.1 to CLEANFILES.gjb2014-08-261-0/+1
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+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
OpenPOWER on IntegriCloud