OpenBSD CVS

src/usr.bin/grep/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / grep

Current tag: OPENBSD_3_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.6   20 years  millert   -pedantic is not useful in a C99 world so kill it. OK deraadt@
[TXT] binary.c  1.12   20 years  otto   Don't fseek() on stdin if it is a terminal. It does not fail, but what's more mo...
[TXT] file.c  1.5   20 years  canacar   fix zgrep failure when the uncompressed file begins with a newline also, search ...
[TXT] grep.1  1.26   20 years  jmc   -w uses [[:<:]] and [[:>:]], not \< and \>, and it's documented in re_format(7),...
[TXT] grep.c  1.29   19 years  deraadt   spacing
[TXT] grep.h  1.11   20 years  millert   Add a new past path for fgrep that is just a simplified version of fastcomp. Th...
[TXT] mmfile.c  1.8   20 years  otto   Unbreak *grep -w -l. ok millert@
[TXT] queue.c  1.4   20 years  deraadt   knf
[TXT] util.c  1.27   19 years  otto   Stop search when -q option is given and a match is found. Found by jmc@ ok mille...