aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* grep -i does not work for simple patterns and single byte locales, likeAndrey A. Chernov2013-07-301-2/+2
* Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note thisJung-uk Kim2013-06-061-1/+1
* Revert r246917, as it is causing incorrect behaviour as reported onMark Johnston2013-03-121-1/+1
* Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is aMark Johnston2013-02-171-1/+1
* - Avoid unnecessary strdup()Gabor Kovesdan2013-01-201-2/+2
* Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".David E. O'Brien2013-01-082-5/+19
* Fix a segfault when bsdgrep -i is given an empty pattern string.Mark Johnston2013-01-051-1/+1
* - Fix handling of the case when multiple patterns are specified in a singleGabor Kovesdan2013-01-051-2/+12
* Make bsdgrep behave as gnugrep and as documented: -m should only stopEitan Adler2012-12-203-3/+4
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-192-5/+6
* Remove duplicate line from usageEitan Adler2012-01-151-1/+0
* Add missing "static const" to long options table.Ed Schouten2011-12-101-1/+1
* - Match GNU behavior of exit codeGabor Kovesdan2011-12-073-6/+5
* - Create links to the xz and lzma versions even if BSD grep is not theGabor Kovesdan2011-11-281-7/+8
* - Call warnx() instead of errx() if a directory is not readable when usingGabor Kovesdan2011-11-281-1/+3
* - Fix behavior of --null to match GNU grepGabor Kovesdan2011-11-281-5/+5
* - Fix installation when WITH_BSD_GREP is set to yesGabor Kovesdan2011-10-231-0/+2
* - Fix counting of match limit (-m)Gabor Kovesdan2011-10-121-1/+1
* - Use getprogname() instead of __prognameGabor Kovesdan2011-10-114-22/+43
* Fix build on i386 and arm.Xin LI2011-10-061-1/+1
* Update BSD grep to the latest development version. It has some codeGabor Kovesdan2011-10-0516-521/+2527
* - Fix exclusion of directories from a recursive searchGabor Kovesdan2011-08-171-14/+5
* - Fix handling of environmental variables when they are set to empty stringGabor Kovesdan2011-08-171-3/+4
* - Use REG_NOSUB to bypass submatch counting when not necessary. This mayGabor Kovesdan2011-06-122-2/+8
* - Fix -w behaviorGabor Kovesdan2011-06-122-14/+13
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-2/+0
* Build and install a BSD licensed grep.David E. O'Brien2011-05-251-0/+11
* - Adjust a comment to actual behaviourGabor Kovesdan2011-04-078-4/+19
* - Simplify the fixed string pattern preprocessing codeGabor Kovesdan2011-04-073-11/+12
* - Replace some strcpy()-family functions with memcpy() ones. It has beenGabor Kovesdan2011-04-071-5/+6
* Add Simplified Chinese messages for BSD grep.Xin LI2010-09-202-0/+14
* Revert a minor part of revision 211364:Xin LI2010-08-191-4/+1
* UTFize my name.Dag-Erling Smørgrav2010-08-196-6/+6
* - Refactor file reading code to use pure syscalls and an internal bufferGabor Kovesdan2010-08-184-178/+157
* - Revert strlcpy() changes to memcpy() because it's more efficient andGabor Kovesdan2010-08-156-66/+66
* - Some fixes to Ukranian catalogGabor Kovesdan2010-08-061-2/+2
* Fix spelling.Joel Dahl2010-07-301-1/+1
* - Add Ukranian catalogGabor Kovesdan2010-07-302-0/+13
* - Some minor changes to the messages to increase usefulness of error msgsGabor Kovesdan2010-07-2911-52/+38
* - Add Japanese NLS catalogsGabor Kovesdan2010-07-294-0/+45
* - Use the traditional behaviour for filename and directory name inclusionGabor Kovesdan2010-07-296-68/+148
* - Fix -l and -L by really surpressing output and just showing filenamesGabor Kovesdan2010-07-251-1/+1
* - Fix --color behaviour to only output color sequences if stdout is a ttyGabor Kovesdan2010-07-253-32/+60
* Fix crashes when using grep -R:Xin LI2010-07-232-11/+16
* - Add Russian catalog [1]Gabor Kovesdan2010-07-233-4/+19
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-2214-0/+2563
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-303-1214/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-301-18/+0
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1