Age | Commit message (Expand) | Author |
2003-12-29 | fix zgrep failure when the uncompressed file begins with a newline | Can Erkin Acar |
2003-12-11 | Sync usage() with SYNOPSIS in grep(1). | Ryan Thomas McBride |
2003-12-11 | Document use of [pattern] without -e, give example of -v with multiple | Ryan Thomas McBride |
2003-12-06 | Unbreak grepping for some patterns containing multiple dots. Fixes PR 3597. | Otto Moerbeek |
2003-10-28 | prototype declared static, but function was not. add static to function. | Anil Madhavapeddy |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-09-27 | Correct wording on -C option. | Ryan Thomas McBride |
2003-09-18 | make this test look for spaces as well, to match other cases | Bob Beck |
2003-09-09 | mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@ | Ted Unangst |
2003-09-07 | Fix "grep -number" support for multi-digit numbers. At issue is | Todd C. Miller |
2003-09-07 | extend ascii test for more accuracy. ok deraadt@ pb@ | Ted Unangst |
2003-08-20 | Add curly braces {} to the list of special characters in egrep mode. | Todd C. Miller |
2003-08-11 | typo, pr3396 from piotr domagalski | Ted Unangst |
2003-07-20 | After some discussion on icb it seems a do {} while is what we want | Todd C. Miller |
2003-07-20 | Close PR 3358 by changing the loop from do {} while -> for; tdeval@ OK | Todd C. Miller |
2003-07-17 | Make it clear what -C does w/o having to read the description of -A/-B. | Todd C. Miller |
2003-07-16 | When reallocing pattern, use sizeof(*pattern) not sizeof(int). | Todd C. Miller |
2003-07-15 | - .Ql Li -> .Ql (Ql already provides literal font) | Jason McIntyre |
2003-07-14 | range-check numeric arguments (-num, -A num, -B num) | Todd C. Miller |
2003-07-10 | restore grep -v semantics, print lines that don't match any (mismatch all) | Daniel Hartmeier |
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-07-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy |
2003-07-02 | protos | Theo de Raadt |
2003-07-01 | Fix bounds check in the fast grep code that caused an incorrect | Todd C. Miller |
2003-06-25 | o remove useless cast to int from gzread() call | Todd C. Miller |
2003-06-25 | Function prototypes that take no args should have (void) as the parameter. | Todd C. Miller |
2003-06-25 | -pedantic is not useful in a C99 world so kill it. OK deraadt@ | Todd C. Miller |
2003-06-25 | knf | Theo de Raadt |
2003-06-25 | backwards args to gzseek | Ted Unangst |
2003-06-24 | Make 'grep -w' work; OK tedu@ | Todd C. Miller |
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst |
2003-06-24 | tweak boolean test to be clear | Ted Unangst |
2003-06-24 | don't print "Binary file matches" with -q flag. from Sean Farley | Ted Unangst |
2003-06-24 | clarify operation of -f. spotted by jmc@, new text by James Howard | 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 | document two long options without short equivs. | 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 | 3 clause UCB license | Todd C. Miller |
2003-06-22 | proper $OpenBSD$ | Theo de Raadt |
2003-06-22 | add DPADD | Theo de Raadt |
2003-06-22 | -DNOZ flag to be used by install media for removing z*grep support, if | Theo de Raadt |