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_4_2


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.15   19 years  otto   - use size_t where appropriate. - check for <= 0 in gzread; it returns -1 on err...
[TXT] file.c  1.9   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] grep.1  1.35   16 years  jmc   convert to new .Dd format;
[TXT] grep.c  1.38   17 years  kili   - Be explicit on command line checking, instead of relying on patterns, which...
[TXT] grep.h  1.13   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] mmfile.c  1.12   17 years  otto   That should be S_ISREG, dunno why I committed this wrong version; spotted by hsh...
[TXT] queue.c  1.5   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] util.c  1.34   17 years  otto   fts_read returning NULL and errno set is an error. ok ray@