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
/
util.c
Age
Commit message (
Expand
)
Author
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