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_3_4_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.8   20 years  tedu   extend ascii test for more accuracy. ok deraadt@ pb@
[TXT] file.c  1.4   20 years  millert   grep should exit(2) on error, not exit(1) (1 means no matches found). deraadt@ O...
[TXT] grep.1  1.18   20 years  millert   Add curly braces {} to the list of special characters in egrep mode. From Piotr ...
[TXT] grep.c  1.23   20 years  millert   Fix "grep -number" support for multi-digit numbers. At issue is the fact that o...
[TXT] grep.h  1.8   20 years  deraadt   protos
[TXT] mmfile.c  1.7   20 years  tedu   mmap returns MAP_FAILED on failure. fixes hugh@'s crash. ok deraadt@
[TXT] queue.c  1.4   20 years  deraadt   knf
[TXT] util.c  1.17   20 years  millert   After some discussion on icb it seems a do {} while is what we want after all si...