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_3


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.39   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] grep.h  1.14   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[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.36   16 years  otto   Process patterns containing $ end ^ (but not as last or first char) using regcom...