Age | Commit message (Expand) | Author |
2011-07-17 | Fix an integer overflow for very long lines by replacing the datatype of 2 of... | aschrijver |
2011-07-11 | the matchall magic shortcut requires we set c=1 to print now | Ted Unangst |
2011-07-08 | add support for -o to only print the match. | Ted Unangst |
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst |
2010-04-25 | prevent out-of-bounds access with empty pattern (fixes "grep -x ''") | Eric Faurot |
2010-04-05 | remove some non-POSIX standard non-GNU defacto standard options, mostly | Ted Unangst |
2007-10-02 | Process patterns containing $ end ^ (but not as last or first char) | Otto Moerbeek |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek |
2006-11-17 | Reset the number of lines of tail context left to print | Jared Yanovich |
2006-09-26 | Allow zero-length patterns with -x so | Jared Yanovich |
2006-02-09 | delint; remove redundant vars and functions; ok jaredy@ | Otto Moerbeek |
2005-04-03 | Protect begin and end of word markers added to the pattern when | Otto Moerbeek |
2004-10-03 | Remove block based mmap optimization. There are newline problems | Otto Moerbeek |
2004-09-16 | unused variables; otto ok | Theo de Raadt |
2004-08-11 | Stop search when -q option is given and a match is found. Found by jmc@ | Otto Moerbeek |
2004-05-07 | Make grep -w behave the same for the fastcomp and the regex case, | Otto Moerbeek |
2004-05-07 | Add a new past path for fgrep that is just a simplified version of | Todd C. Miller |
2004-02-04 | Fix anchors (^ or $) in -w mode broken by the last commit's -w overhaul. | Todd C. Miller |
2004-01-26 | dataLen should be size_t to match l->len; ok otto@ tedu@ | Todd C. Miller |
2004-01-25 | Previously, in -w mode, for each match on a line grep would check | Todd C. Miller |
2004-01-19 | Use off_t for file sizes, and don't forget to print a ':' when using | Otto Moerbeek |
2004-01-18 | make sure ln.len gets initialized. Okay millert@ | Marc Espie |
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-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-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-06 | no need to redefine strlcpy here; millert@ ok | Anil Madhavapeddy |
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 | knf | Theo de Raadt |
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 | don't print "Binary file matches" with -q flag. from Sean Farley | 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 | better detetection/handling of binary files. | Ted Unangst |
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 | freegrep 0.16 | Theo de Raadt |