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_0_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.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.32   18 years  jmc   -nv is a valid combination; confirmed by otto
[TXT] grep.c  1.35   18 years  otto   Break patterns containing newlines into multiple patterns like POSIX says. Repor...
[TXT] grep.h  1.13   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] mmfile.c  1.10   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] queue.c  1.5   18 years  otto   delint; remove redundant vars and functions; ok jaredy@
[TXT] util.c  1.31   18 years  otto   delint; remove redundant vars and functions; ok jaredy@