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
/
binary.c
Age
Commit message (
Expand
)
Author
2011-06-20
Switch binary file detection from !(isprint() || isspace()) to checking
Stefan Sperling
2010-07-02
Do not include mmap support with -DSMALL.
Nicholas Marriott
2005-04-25
- use size_t where appropriate.
Otto Moerbeek
2005-02-07
Due to a braindead zlib, the test for seekability of a gzstream using
Otto Moerbeek
2004-09-15
cast offset value correctly for gzseek
Theo de Raadt
2004-05-06
Don't fseek() on stdin if it is a terminal. It does not fail, but
Otto Moerbeek
2004-05-06
Treat ^H as non-binary. OK hshoexer@, brad@ and deraadt@
Todd C. Miller
2003-12-29
fix zgrep failure when the uncompressed file begins with a newline
Can Erkin Acar
2003-09-18
make this test look for spaces as well, to match other cases
Bob Beck
2003-09-07
extend ascii test for more accuracy. ok deraadt@ pb@
Ted Unangst
2003-06-25
o remove useless cast to int from gzread() call
Todd C. Miller
2003-06-25
backwards args to gzseek
Ted Unangst
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
correct fseek() parameters
Theo de Raadt
2003-06-22
freegrep 0.16
Theo de Raadt