summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
AgeCommit message (Expand)Author
2020-12-25gnu: remove gnugrep and libgnuregexKyle Evans
2020-09-18build: provide a default WARNS for all in-tree buildsKyle Evans
2019-01-10grep(1) outputs NOT-matched lines with multi-byte charactersPedro F. Giffuni
2018-04-25Use a script wrapper for <compress>grepBaptiste Daroussin
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-06-19Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery
2016-07-14Back out non-collating [a-z] ranges.Andrey A. Chernov
2016-07-13After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov
2016-05-22gnugrep: Update the configuration.Pedro F. Giffuni
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-11-04Include "system.h" for isdir() prototype.Craig Rodrigues
2015-09-25META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
2015-01-02Remove GNU texinfo from base along with all info pages.Baptiste Daroussin
2014-11-25Convert to LIBADDBaptiste Daroussin
2014-11-19Merge from head@274682Simon J. Gerraty
2014-08-26Add gnugrep.1 to CLEANFILES.Glen Barber
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-09-05Merge from headSimon J. Gerraty
2013-08-08Part of r245761 makes "grep -D skip" broken for pipes, i.e.Andrey A. Chernov
2013-06-06Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim
2013-06-05Connect libgnuregex 2.17 to the build.Jung-uk Kim
2013-05-21Don't look for headers outside of the source or object directories. InMarcel Moolenaar
2013-05-20grep: change some int types.Pedro F. Giffuni
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-22Make "-D skip" option work with FIFO by opening file in non-blocking mode.David Xu
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-05-25Build and install a BSD licensed grep.David E. O'Brien
2009-01-30For files not named on the command line, only the basename is comparedDavid E. O'Brien
2006-10-11Add the -P option back, but with a note that it is not supported on FreeBSD.Tom Rhodes
2006-10-10grep -P xxx file.txtTom Rhodes
2006-02-19Correctly locate the character preceeding the matched string in -wTim J. Robbins
2005-12-18Fix a markup nit.Ruslan Ermilov
2005-10-25Fix 'grep -Fw' for encodings other than UTF-8 (RH bug #161700).Tim J. Robbins
2005-10-23Document [:blank:].Stefan Farfeleder
2005-10-21Remove redundant string length check from the previous commit.Jung-uk Kim
2005-10-20Fix a longstanding buglet in bz-prefixed grep(1).Jung-uk Kim
2005-05-31Pass the RE_ICASE flag to re_set_syntax() as appropriate to fixTim J. Robbins
2005-05-14Add a note explaining what local modifications have been made to GNU grep,Tim J. Robbins
2005-05-14Fixed -w handling for EGexecute.Tim J. Robbins
2005-05-14Automatically disable DFA when processing multibyte input. GREP_USE_DFATim J. Robbins
2005-05-14Better multibyte handling in EGexecute() and Fexecute(). Fixed -Fi forTim J. Robbins
2005-05-14Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",Tim J. Robbins
2005-05-14Fix background colour problems with --color output (RH bug #138913).Tim J. Robbins
2005-05-14Fixed a bug in the fgrep patch, exposed by the dfa-optional patchTim J. Robbins
2005-05-14Fix dfa multibyte character class matching when -i is used (RH bug #123363).Tim J. Robbins