summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/binary.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zlib functions take a gzFile not gzFile * (gzFile is already a pointer).millert2021-03-101-2/+2
* simple prototype repairsderaadt2013-11-121-2/+2
* Switch binary file detection from !(isprint() || isspace()) to checkingstsp2011-06-201-20/+14
* Do not include mmap support with -DSMALL.nicm2010-07-021-1/+3
* - use size_t where appropriate.otto2005-04-251-4/+4
* Due to a braindead zlib, the test for seekability of a gzstream usingotto2005-02-071-3/+5
* cast offset value correctly for gzseekderaadt2004-09-151-2/+2
* Don't fseek() on stdin if it is a terminal. It does not fail, butotto2004-05-061-2/+2
* Treat ^H as non-binary. OK hshoexer@, brad@ and deraadt@millert2004-05-061-4/+6
* fix zgrep failure when the uncompressed file begins with a newlinecanacar2003-12-291-8/+13
* make this test look for spaces as well, to match other casesbeck2003-09-181-2/+2
* extend ascii test for more accuracy. ok deraadt@ pb@tedu2003-09-071-8/+6
* o remove useless cast to int from gzread() callmillert2003-06-251-2/+2
* backwards args to gzseektedu2003-06-251-2/+2
* better detetection/handling of binary files.tedu2003-06-231-2/+2
* proper $OpenBSD$deraadt2003-06-221-2/+2
* -DNOZ flag to be used by install media for removing z*grep support, ifderaadt2003-06-221-2/+4
* correct fseek() parametersderaadt2003-06-221-2/+2
* freegrep 0.16deraadt2003-06-221-0/+88