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_8


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.13   9 years  millert   Don't include limits.h or sys/limits.h since grep.h already does it for us.
[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.51   9 years  millert   Add warning when user specifies -R but no files, like GNU grep. OK schwarze@ ian...
[TXT] grep.h  1.22   9 years  millert   Include limits.h, not sys/limits.h and include stdint.h for SIZE_MAX.
[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.50   8 years  uebayasi   Put fts_close() where missing. Not bugs in short-lived commands that call exit(...