Date: Sun, 25 Jul 2010 08:42:18 +0000 (UTC) From: Gabor Kovesdan <gabor@repoman.freebsd.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/grep grep.c grep.h util.c Message-ID: <201007251006.o6PA6W03015995@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gabor 2010-07-25 08:42:18 UTC
FreeBSD src repository
Modified files:
usr.bin/grep grep.c grep.h util.c
Log:
SVN rev 210461 on 2010-07-25 08:42:18Z by gabor
- Fix --color behaviour to only output color sequences if stdout is a tty
or if forced mode is specified [1]
- While here, add some alternative names for the options and make then
case-insensitive
- Fix -q and -l behaviour [2]
- Some small changes to make the code easier to review
Submitted by: swell.k@gmail.com [1],
dougb [2]
Approved by: delphij (mentor)
Revision Changes Path
1.3 +50 -24 src/usr.bin/grep/grep.c
1.2 +5 -4 src/usr.bin/grep/grep.h
1.3 +5 -4 src/usr.bin/grep/util.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007251006.o6PA6W03015995>
