Age | Commit message (Expand) | Author |
2003-09-07 | Fix "grep -number" support for multi-digit numbers. At issue is | Todd C. Miller |
2003-07-16 | When reallocing pattern, use sizeof(*pattern) not sizeof(int). | Todd C. Miller |
2003-07-14 | range-check numeric arguments (-num, -A num, -B num) | Todd C. Miller |
2003-07-10 | grep should exit(2) on error, not exit(1) (1 means no matches found). | Todd C. Miller |
2003-07-10 | knf | Theo de Raadt |
2003-07-10 | Fix parsing of -NUMBER. We now do things a digit at a time and | Todd C. Miller |
2003-06-25 | o remove useless cast to int from gzread() call | Todd C. Miller |
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst |
2003-06-23 | strncpy -> memcpy per deraadt suggestion. | Ted Unangst |
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst |
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst |
2003-06-23 | minor tweaks | Theo de Raadt |
2003-06-23 | use strlcpy, not strncpy. ok deraadt@ millert@ | Ted Unangst |
2003-06-23 | spelling | Ted Unangst |
2003-06-23 | better detetection/handling of binary files. | Ted Unangst |
2003-06-22 | use __progname instead of progname. ok deraadt | Ted Unangst |
2003-06-22 | fix usage | Theo de Raadt |
2003-06-22 | proper $OpenBSD$ | Theo de Raadt |
2003-06-22 | -DNOZ flag to be used by install media for removing z*grep support, if | Theo de Raadt |
2003-06-22 | support z{e,f}grep | Theo de Raadt |
2003-06-22 | freegrep 0.16 | Theo de Raadt |
2003-02-16 | Fix format string bug. I believe this grep is currently not used (in | Chad Loder |
2001-09-21 | complete grep clone by harding@motd.ca; everything is there, but it is | Theo de Raadt |