Age | Commit message (Expand) | Author |
2012-12-12 | Don't print zero length matches in -o mode. Found by otto@ who | Todd C. Miller |
2012-12-11 | use proper eol offset for -o matching; spotted by ajacoutot@; ok millert@ | Otto Moerbeek |
2011-07-17 | Fix an integer overflow for very long lines by replacing the datatype of 2 of... | aschrijver |
2011-07-17 | Fix spacing | 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 |
2011-06-20 | Switch binary file detection from !(isprint() || isspace()) to checking | Stefan Sperling |
2011-03-04 | add -H (opposite of -h) to always print name. ok deraadt millert | Ted Unangst |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-02 | Remove the "fast" grep code if SMALL. This has the side effect of breaking | Ted Unangst |
2010-07-02 | Do not include mmap support with -DSMALL. | Nicholas Marriott |
2010-04-25 | prevent out-of-bounds access with empty pattern (fixes "grep -x ''") | Eric Faurot |
2010-04-20 | Fix "grep -e foo -w" crash. The problem lies in 'e' getopt clause | Jacek Masiulaniec |
2010-04-05 | make this page read a little better; | Jason McIntyre |
2010-04-05 | remove some non-POSIX standard non-GNU defacto standard options, mostly | Ted Unangst |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-16 | two globals not needed in NOZ mode | Theo de Raadt |
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 |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-02-13 | - Be explicit on command line checking, instead of relying on patterns, | Matthias Kilian |
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-11-02 | Check length before checking index of len - 1. | Ray Lai |
2006-09-26 | Allow zero-length patterns with -x so | Jared Yanovich |
2006-09-20 | That should be S_ISREG, dunno why I committed this wrong version; | Otto Moerbeek |
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-03-07 | Break patterns containing newlines into multiple patterns like POSIX says. | Otto Moerbeek |
2006-03-07 | -nv is a valid combination; confirmed by otto | Jason McIntyre |
2006-02-09 | delint; remove redundant vars and functions; ok jaredy@ | Otto Moerbeek |
2006-02-07 | restore cosmic balance by plugging a mem leak; problem reported by | Otto Moerbeek |
2005-06-05 | s/-p1003.1-2003/-p1003.1-2004/g | Jason McIntyre |
2005-04-25 | - use size_t where appropriate. | Otto Moerbeek |
2005-04-03 | Make the processing of patterns collected from files specified by -f | Jared Yanovich |
2005-04-03 | Protect begin and end of word markers added to the pattern when | Otto Moerbeek |
2005-02-07 | Due to a braindead zlib, the test for seekability of a gzstream using | Otto Moerbeek |
2005-02-02 | replace 0 with STDIN_FILENO. from han boetes and jared yanovich | Ted Unangst |
2005-01-06 | clarify what -a does; | Jason McIntyre |
2004-10-04 | remove the section on extended regular expressions, and point | Jason McIntyre |
2004-10-03 | Remove block based mmap optimization. There are newline problems | Otto Moerbeek |
2004-09-28 | when stdin is searched, -L and -l print `(standard input)', not `-'; | Jason McIntyre |
2004-09-28 | various fixes to make this page a bit clearer and hopefully a bit | Jason McIntyre |
2004-09-16 | unused variables; otto ok | Theo de Raadt |
2004-09-15 | cast offset value correctly for gzseek | Theo de Raadt |
2004-08-11 | Stop search when -q option is given and a match is found. Found by jmc@ | Otto Moerbeek |
2004-08-05 | spacing | Theo de Raadt |
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-05-06 | Don't fseek() on stdin if it is a terminal. It does not fail, but | Otto Moerbeek |