summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Replace some strcpy()-family functions with memcpy() ones. It has beengabor2011-04-071-5/+6
* Add Simplified Chinese messages for BSD grep.delphij2010-09-202-0/+14
* Revert a minor part of revision 211364:delphij2010-08-191-4/+1
* UTFize my name.des2010-08-196-6/+6
* - Refactor file reading code to use pure syscalls and an internal buffergabor2010-08-184-178/+157
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-156-66/+66
* - Some fixes to Ukranian cataloggabor2010-08-061-2/+2
* Fix spelling.joel2010-07-301-1/+1
* - Add Ukranian cataloggabor2010-07-302-0/+13
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-2911-52/+38
OpenPOWER on IntegriCloud