Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-19 | -b reports offsets in bytes. | Otto Moerbeek | |
ok millert@ | |||
2003-12-11 | Document use of [pattern] without -e, give example of -v with multiple | Ryan Thomas McBride | |
patterns. ok deraadt@ jmc@ | |||
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre | |
2003-09-27 | Correct wording on -C option. | Ryan Thomas McBride | |
ok jmc@ | |||
2003-08-20 | Add curly braces {} to the list of special characters in egrep mode. | Todd C. Miller | |
From Piotr Domagalski, closes PR 3405 | |||
2003-08-11 | typo, pr3396 from piotr domagalski | Ted Unangst | |
2003-07-17 | Make it clear what -C does w/o having to read the description of -A/-B. | Todd C. Miller | |
Lack of clarity pointed out by Sam Smith, different fix suggested by jmc@ | |||
2003-07-15 | - .Ql Li -> .Ql (Ql already provides literal font) | Jason McIntyre | |
- remove a .Pp | |||
2003-07-10 | restore grep -v semantics, print lines that don't match any (mismatch all) | Daniel Hartmeier | |
patterns. ok tedu@, millert@ | |||
2003-06-24 | clarify operation of -f. spotted by jmc@, new text by James Howard | Ted Unangst | |
2003-06-23 | document two long options without short equivs. | Ted Unangst | |
ok and help jmc@ | |||
2003-06-23 | spelling | Ted Unangst | |
2003-06-23 | better detetection/handling of binary files. | Ted Unangst | |
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@ | |||
2003-06-22 | 3 clause UCB license | Todd C. Miller | |
2003-06-22 | proper $OpenBSD$ | Theo de Raadt | |
2003-06-22 | tweaks by jmc and i | Theo de Raadt | |
2003-06-22 | freegrep 0.16 | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-03-31 | ascii -> ASCII | Jason McIntyre | |
2002-11-09 | more SEE ALSO fixes. | Federico G. Schwindt | |
2001-09-21 | complete grep clone by harding@motd.ca; everything is there, but it is | Theo de Raadt | |
slow because libc regexp is slow. Anyone out there have the balls to sit down and optimize libc regexp? |