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_7_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.18   10 years  deraadt   simple prototype repairs
[TXT] file.c  1.12   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] grep.1  1.43   9 years  daniel   An article on medium.com highlighted that grep was available in v4. To quote Ke...
[TXT] grep.c  1.49   9 years  tedu   1. They're flags, not counters. Set to one instead of incrementing. 2. The G fla...
[TXT] grep.h  1.21   9 years  tedu   1. They're flags, not counters. Set to one instead of incrementing. 2. The G fla...
[TXT] mmfile.c  1.17   9 years  millert   SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T...
[TXT] queue.c  1.7   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] util.c  1.49   9 years  deraadt   use reallocarray()