summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-086-11/+36
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Sync from headsjg2012-11-042-5/+6
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | bsdgrep: fix regression in the -f option since r268799pfg2015-03-211-1/+1
* | | | | | | | | Create MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT != nongie2015-01-301-7/+8
* | | | | | | | | Fix xz handling for files larger than 32K.delphij2015-01-211-21/+40
* | | | | | | | | Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
* | | | | | | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-8/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Integrate usr.bin/grep/tests from NetBSD into atf/kyuangie2014-10-092-0/+45
* | | | | | | | bsdgrep: Work-around for segmentation fault.pfg2014-09-251-1/+1
* | | | | | | | Fix incremental builds involving non-root users with read-only source files.will2014-09-181-1/+1
* | | | | | | | - Do not look for more matching lines if -L is specifiedgabor2014-08-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | grep: fix some memory leaks.pfg2014-07-171-0/+1
* | | | | | | grep: fix some memory leaks.pfg2014-07-172-7/+17
* | | | | | | grep: Fix type.pfg2014-07-171-1/+1
* | | | | | | Fix a bug in bsdgrep(1) where patterns are not correctlygjb2014-06-201-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Various style(9) fixes and typos in grep, sort and patch.pfg2014-04-213-29/+29
* | | | | Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.imp2014-04-011-4/+4
* | | | | mdoc: minor paragraph fixes.joel2014-02-081-1/+1
| |_|_|/ |/| | |
* | | | grep -i does not work for simple patterns and single byte locales, likeache2013-07-301-2/+2
* | | | Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisjkim2013-06-061-1/+1
* | | | Revert r246917, as it is causing incorrect behaviour as reported onmarkj2013-03-121-1/+1
* | | | Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is amarkj2013-02-171-1/+1
| |_|/ |/| |
* | | - Avoid unnecessary strdup()gabor2013-01-201-2/+2
* | | Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".obrien2013-01-082-5/+19
* | | Fix a segfault when bsdgrep -i is given an empty pattern string.markj2013-01-051-1/+1
* | | - Fix handling of the case when multiple patterns are specified in a singlegabor2013-01-051-2/+12
* | | Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-203-3/+4
| |/ |/|
* | More -Wmissing-variable-declarations fixes.ed2012-10-192-5/+6
|/
* Remove duplicate line from usageeadler2012-01-151-1/+0
* Add missing "static const" to long options table.ed2011-12-101-1/+1
* - Match GNU behavior of exit codegabor2011-12-073-6/+5
* - Create links to the xz and lzma versions even if BSD grep is not thegabor2011-11-281-7/+8
* - Call warnx() instead of errx() if a directory is not readable when usinggabor2011-11-281-1/+3
* - Fix behavior of --null to match GNU grepgabor2011-11-281-5/+5
* - Fix installation when WITH_BSD_GREP is set to yesgabor2011-10-231-0/+2
* - Fix counting of match limit (-m)gabor2011-10-121-1/+1
* - Use getprogname() instead of __prognamegabor2011-10-114-22/+43
* Fix build on i386 and arm.delphij2011-10-061-1/+1
* Update BSD grep to the latest development version. It has some codegabor2011-10-0516-521/+2527
* - Fix exclusion of directories from a recursive searchgabor2011-08-171-14/+5
* - Fix handling of environmental variables when they are set to empty stringgabor2011-08-171-3/+4
* - Use REG_NOSUB to bypass submatch counting when not necessary. This maygabor2011-06-122-2/+8
* - Fix -w behaviorgabor2011-06-122-14/+13
* Remove redundant assignments to WARNS.ed2011-06-061-2/+0
* Build and install a BSD licensed grep.obrien2011-05-251-0/+11
* - Adjust a comment to actual behaviourgabor2011-04-078-4/+19
* - Simplify the fixed string pattern preprocessing codegabor2011-04-073-11/+12
OpenPOWER on IntegriCloud