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_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.18   10 years  deraadt   simple prototype repairs
[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.19   10 years  deraadt   unsigned char casts for ctype ok krw
[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.48   10 years  guenther   Use errc/warnc to simplify code. Also, in 'ftp', always put the error message la...