index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
grep
/
grep.h
Age
Commit message (
Expand
)
Author
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-02-09
delint; remove redundant vars and functions; ok jaredy@
Otto Moerbeek
2004-10-03
Remove block based mmap optimization. There are newline problems
Otto Moerbeek
2004-05-07
Add a new past path for fgrep that is just a simplified version of
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
2003-07-02
protos
Theo de Raadt
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-24
actually do fgrep. -G -F and -E are now mutally exclusive, and override
Ted Unangst
2003-06-23
faster grep for simple patterns. derived from a patch by sean farley.
Ted Unangst
2003-06-23
better detetection/handling of binary files.
Ted Unangst
2003-06-22
proper $OpenBSD$
Theo de Raadt
2003-06-22
freegrep 0.16
Theo de Raadt