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
2021-03-10
zlib functions take a gzFile not gzFile * (gzFile is already a pointer).
Todd C. Miller
2019-10-07
two compat features to allow the zstdgrep script to work.
Ted Unangst
2019-01-23
rework grep_open to be more careful about directories.
Ted Unangst
2017-12-09
Add support for the non-standard grep -m extension.
Paul Irofti
2015-12-14
Use long long rather than off_t for line_no to ensure that it's always
mmcc
2015-12-07
Represent line numbers with off_t rather than int. This prevents
mmcc
2015-03-16
Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX.
Todd C. Miller
2015-01-10
1. They're flags, not counters. Set to one instead of incrementing.
Ted Unangst
2014-12-01
use reallocarray()
Theo de Raadt
2013-11-26
unsigned char casts for ctype
Theo de Raadt
2012-12-29
Fix exit status when there is an error reading a file.
Todd C. Miller
2011-07-08
add support for -o to only print the match.
Ted Unangst
2011-03-04
add -H (opposite of -h) to always print name. ok deraadt millert
Ted Unangst
2010-04-05
remove some non-POSIX standard non-GNU defacto standard options, mostly
Ted Unangst
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