summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-253-32/+60
* Fix crashes when using grep -R:delphij2010-07-232-11/+16
* - Add Russian catalog [1]gabor2010-07-233-4/+19
* Add BSD grep to the base system and make it our default grep.gabor2010-07-2214-0/+2563
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-303-1214/+0
* recording cvs-1.6 file deathpeter1995-12-301-18/+0
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+1231
OpenPOWER on IntegriCloud