aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* gnugrep: Update the configuration.Pedro F. Giffuni2016-05-221-2/+2
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+2
* Include "system.h" for isdir() prototype.Craig Rodrigues2015-11-041-0/+1
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * Merge sync of headSimon J. Gerraty2015-05-274-2107/+3
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-0/+1
| |\
| * \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-053-14/+18
| |\ \ \
| * \ \ \ Sync with HEAD.David E. O'Brien2013-02-081-2/+6
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* | | | | | Remove GNU texinfo from base along with all info pages.Baptiste Daroussin2015-01-024-2102/+0
* | | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-4/+2
| |_|_|_|/ |/| | | |
* | | | | Add gnugrep.1 to CLEANFILES.Glen Barber2014-08-261-0/+1
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Part of r245761 makes "grep -D skip" broken for pipes, i.e.Andrey A. Chernov2013-08-081-5/+7
* | | Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim2013-06-061-2/+1
* | | Connect libgnuregex 2.17 to the build.Jung-uk Kim2013-06-051-1/+2
* | | Don't look for headers outside of the source or object directories. InMarcel Moolenaar2013-05-211-1/+1
* | | grep: change some int types.Pedro F. Giffuni2013-05-203-9/+11
| |/ |/|
* | Make "-D skip" option work with FIFO by opening file in non-blocking mode.David Xu2013-01-221-2/+6
|/
* Build and install a BSD licensed grep.David E. O'Brien2011-05-251-0/+15
* For files not named on the command line, only the basename is comparedDavid E. O'Brien2009-01-301-2/+5
* Add the -P option back, but with a note that it is not supported on FreeBSD.Tom Rhodes2006-10-111-0/+6
* grep -P xxx file.txtTom Rhodes2006-10-101-5/+0
* Correctly locate the character preceeding the matched string in -wTim J. Robbins2006-02-191-5/+35
* Fix a markup nit.Ruslan Ermilov2005-12-181-0/+1
* Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700).Tim J. Robbins2005-10-251-2/+2
* Document [:blank:].Stefan Farfeleder2005-10-231-0/+1
* Remove redundant string length check from the previous commit.Jung-uk Kim2005-10-211-2/+2
* Fix a longstanding buglet in bz-prefixed grep(1).Jung-uk Kim2005-10-201-5/+5
* Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixTim J. Robbins2005-05-311-3/+3
* Add a note explaining what local modifications have been made to GNU grep,Tim J. Robbins2005-05-141-0/+37
* Fixed -w handling for EGexecute.Tim J. Robbins2005-05-141-4/+83
* Automatically disable DFA when processing multibyte input. GREP_USE_DFATim J. Robbins2005-05-141-3/+28
* Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi forTim J. Robbins2005-05-141-131/+525
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",Tim J. Robbins2005-05-141-27/+0
* Fix background colour problems with --color output (RH bug #138913).Tim J. Robbins2005-05-141-0/+1
* Fixed a bug in the fgrep patch, exposed by the dfa-optional patchTim J. Robbins2005-05-141-27/+22
* Fix dfa multibyte character class matching when -i is used (RH bug #123363).Tim J. Robbins2005-05-141-0/+2
* Remove mb-caching hack.Tim J. Robbins2005-05-146-188/+74
* Fix regression in output with -R compared to previous version.David E. O'Brien2005-02-131-1/+1
* The correct name of the long option is --line-buffered,Giorgos Keramidas2004-11-091-2/+3
* Change version string to distinguish our modified version of GNU grepTim J. Robbins2004-08-121-1/+1
* Fix bug causing `[' to be wrongly included in character class expressionsTim J. Robbins2004-07-041-1/+1
* Make grep run much (~10x) faster in multibyte locales by caching the wideTim J. Robbins2004-07-046-74/+188
* Avoid accessing accessing memory past the end of mb_properties in theTim J. Robbins2004-07-041-1/+2
* Improve case-insensitive matching in multibyte locales.Tim J. Robbins2004-07-043-28/+109