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_5_3_BASE


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.17   12 years  stsp   Switch binary file detection from !(isprint() || isspace()) to checking for embe...
[TXT] file.c  1.11   13 years  nicm   Do not include mmap support with -DSMALL. ok millert
[TXT] grep.1  1.42   11 years  jmc   remove uesless Pp;
[TXT] grep.c  1.45   11 years  millert   Fix exit status when there is an error reading a file. Reported by Jeramey Crawf...
[TXT] grep.h  1.18   11 years  millert   Fix exit status when there is an error reading a file. Reported by Jeramey Crawf...
[TXT] mmfile.c  1.14   12 years  aschrijver   Fix spacing OK otto@
[TXT] queue.c  1.6   12 years  tedu   add support for -o to only print the match. reminded this was useful by ajcoutot...
[TXT] util.c  1.45   11 years  millert   Fix exit status when there is an error reading a file. Reported by Jeramey Crawf...