| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r280307: | pfg | 2015-03-24 | 1 | -1/+1 |
* | MFC r277463: | delphij | 2015-02-04 | 1 | -21/+40 |
* | MFC r277939: | ngie | 2015-02-02 | 1 | -7/+8 |
* | MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788: | ngie | 2015-01-01 | 2 | -0/+45 |
* | bsdgrep: Work-around for segmentation fault. | emaste | 2014-11-20 | 1 | -1/+1 |
* | MFC r268798, r268799, r268801: | pfg | 2014-07-21 | 3 | -8/+19 |
* | MFC r267693: | gjb | 2014-06-25 | 1 | -1/+1 |
* | MFC r264581, r264744: | pfg | 2014-04-30 | 3 | -29/+29 |
* | grep -i does not work for simple patterns and single byte locales, like | ache | 2013-07-30 | 1 | -2/+2 |
* | Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this | jkim | 2013-06-06 | 1 | -1/+1 |
* | Revert r246917, as it is causing incorrect behaviour as reported on | markj | 2013-03-12 | 1 | -1/+1 |
* | Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is a | markj | 2013-02-17 | 1 | -1/+1 |
* | - Avoid unnecessary strdup() | gabor | 2013-01-20 | 1 | -2/+2 |
* | Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT". | obrien | 2013-01-08 | 2 | -5/+19 |
* | Fix a segfault when bsdgrep -i is given an empty pattern string. | markj | 2013-01-05 | 1 | -1/+1 |
* | - Fix handling of the case when multiple patterns are specified in a single | gabor | 2013-01-05 | 1 | -2/+12 |
* | Make bsdgrep behave as gnugrep and as documented: -m should only stop | eadler | 2012-12-20 | 3 | -3/+4 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 2 | -5/+6 |
* | Remove duplicate line from usage | eadler | 2012-01-15 | 1 | -1/+0 |
* | Add missing "static const" to long options table. | ed | 2011-12-10 | 1 | -1/+1 |
* | - Match GNU behavior of exit code | gabor | 2011-12-07 | 3 | -6/+5 |
* | - Create links to the xz and lzma versions even if BSD grep is not the | gabor | 2011-11-28 | 1 | -7/+8 |
* | - Call warnx() instead of errx() if a directory is not readable when using | gabor | 2011-11-28 | 1 | -1/+3 |
* | - Fix behavior of --null to match GNU grep | gabor | 2011-11-28 | 1 | -5/+5 |
* | - Fix installation when WITH_BSD_GREP is set to yes | gabor | 2011-10-23 | 1 | -0/+2 |
* | - Fix counting of match limit (-m) | gabor | 2011-10-12 | 1 | -1/+1 |
* | - Use getprogname() instead of __progname | gabor | 2011-10-11 | 4 | -22/+43 |
* | Fix build on i386 and arm. | delphij | 2011-10-06 | 1 | -1/+1 |
* | Update BSD grep to the latest development version. It has some code | gabor | 2011-10-05 | 16 | -521/+2527 |
* | - Fix exclusion of directories from a recursive search | gabor | 2011-08-17 | 1 | -14/+5 |
* | - Fix handling of environmental variables when they are set to empty string | gabor | 2011-08-17 | 1 | -3/+4 |
* | - Use REG_NOSUB to bypass submatch counting when not necessary. This may | gabor | 2011-06-12 | 2 | -2/+8 |
* | - Fix -w behavior | gabor | 2011-06-12 | 2 | -14/+13 |
* | Remove redundant assignments to WARNS. | ed | 2011-06-06 | 1 | -2/+0 |
* | Build and install a BSD licensed grep. | obrien | 2011-05-25 | 1 | -0/+11 |
* | - Adjust a comment to actual behaviour | gabor | 2011-04-07 | 8 | -4/+19 |
* | - Simplify the fixed string pattern preprocessing code | gabor | 2011-04-07 | 3 | -11/+12 |
* | - Replace some strcpy()-family functions with memcpy() ones. It has been | gabor | 2011-04-07 | 1 | -5/+6 |
* | Add Simplified Chinese messages for BSD grep. | delphij | 2010-09-20 | 2 | -0/+14 |
* | Revert a minor part of revision 211364: | delphij | 2010-08-19 | 1 | -4/+1 |
* | UTFize my name. | des | 2010-08-19 | 6 | -6/+6 |
* | - Refactor file reading code to use pure syscalls and an internal buffer | gabor | 2010-08-18 | 4 | -178/+157 |
* | - Revert strlcpy() changes to memcpy() because it's more efficient and | gabor | 2010-08-15 | 6 | -66/+66 |
* | - Some fixes to Ukranian catalog | gabor | 2010-08-06 | 1 | -2/+2 |
* | Fix spelling. | joel | 2010-07-30 | 1 | -1/+1 |
* | - Add Ukranian catalog | gabor | 2010-07-30 | 2 | -0/+13 |
* | - Some minor changes to the messages to increase usefulness of error msgs | gabor | 2010-07-29 | 11 | -52/+38 |
* | - Add Japanese NLS catalogs | gabor | 2010-07-29 | 4 | -0/+45 |
* | - Use the traditional behaviour for filename and directory name inclusion | gabor | 2010-07-29 | 6 | -68/+148 |
* | - Fix -l and -L by really surpressing output and just showing filenames | gabor | 2010-07-25 | 1 | -1/+1 |