Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-07 | -nv is a valid combination; confirmed by otto | Jason McIntyre | |
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre | |
2005-01-06 | clarify what -a does; | Jason McIntyre | |
prod and ok deraadt@ | |||
2004-10-04 | remove the section on extended regular expressions, and point | Jason McIntyre | |
people instead to re_format.7: there is now a list of EREs there; | |||
2004-09-28 | when stdin is searched, -L and -l print `(standard input)', not `-'; | Jason McIntyre | |
from alexander taler (pr #3937); | |||
2004-09-28 | various fixes to make this page a bit clearer and hopefully a bit | Jason McIntyre | |
more helpful; this includes some ideas/fixes from otto and jared; | |||
2004-04-17 | -w uses [[:<:]] and [[:>:]], not \< and \>, | Jason McIntyre | |
and it's documented in re_format(7), not ex(1); from jared yanovich; ok beck@ | |||
2004-04-03 | remove unnecessary .Sm macros (oops, this is my fault it ever | Jason McIntyre | |
made it into the tree); | |||
2004-04-02 | Document --line-buffered | Otto Moerbeek | |
ok jmc@ | |||
2004-03-15 | simpler special character list. provoked by Patrick Latifi ok jmc@ | Ted Unangst | |
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? |