summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* MFC r280307:pfg2015-03-241-1/+1
* MFC r277463:delphij2015-02-041-21/+40
* MFC r277939:ngie2015-02-021-7/+8
* MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788:ngie2015-01-012-0/+45
* bsdgrep: Work-around for segmentation fault.emaste2014-11-201-1/+1
* MFC r268798, r268799, r268801:pfg2014-07-213-8/+19
* MFC r267693:gjb2014-06-251-1/+1
* MFC r264581, r264744:pfg2014-04-303-29/+29
* 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
* - Add Japanese NLS catalogsgabor2010-07-294-0/+45
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-296-68/+148
* - Fix -l and -L by really surpressing output and just showing filenamesgabor2010-07-251-1/+1
OpenPOWER on IntegriCloud