Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-25 | - use size_t where appropriate. | Otto Moerbeek | |
- check for <= 0 in gzread; it returns -1 on error. From christos@netbsd; ok millert@ | |||
2005-02-07 | Due to a braindead zlib, the test for seekability of a gzstream using | Otto Moerbeek | |
gzseek(f, 0L, SEEK_CUR) does not work as expected. Instead test the underlying stream and remember that. This repairs echo foo | gzip | zgrep foo. Problem spotted by Han Boetes in PR 4089; ok millert@ | |||
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 | |
what's more more important, it does not work either. ok millert@ tedu@ | |||
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 | |
also, search from the beginning if a stream or compressed file is identified as 'binary'. ok millert@, reported by tedu@, tested by jose@ | |||
2003-09-18 | make this test look for spaces as well, to match other cases | Bob Beck | |
ok fgs@ ok deraadt@ | |||
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 | |
o maxPatternLen should be size_t since that's what it is compared against o remove useless casts of NULL to various pointer types | |||
2003-06-25 | backwards args to gzseek | Ted Unangst | |
2003-06-23 | better detetection/handling of binary files. | Ted Unangst | |
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@ | |||
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 | |
needed. (and knf) | |||
2003-06-22 | correct fseek() parameters | Theo de Raadt | |
2003-06-22 | freegrep 0.16 | Theo de Raadt | |