Re: svn commit: r228099 - head/usr.bin/grep

2011-11-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/28/11 15:58, Gábor Kövesdán wrote: > On 2011.11.28. 21:22, Xin LI wrote: >> This is useful but could be confusing since xzgrep's behavior >> could be different from zgrep. > What do you refer to exactly? That zgrep is GNU grep and xzgrep is > B

Re: svn commit: r228099 - head/usr.bin/grep

2011-11-28 Thread Gábor Kövesdán
On 2011.11.28. 21:22, Xin LI wrote: This is useful but could be confusing since xzgrep's behavior could be different from zgrep. What do you refer to exactly? That zgrep is GNU grep and xzgrep is BSD grep? I acknowledge that this is not documented but xzgrep is a non-standard addition so person

Re: svn commit: r228099 - head/usr.bin/grep

2011-11-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/28/11 12:16, Gabor Kovesdan wrote: > Author: gabor Date: Mon Nov 28 20:16:55 2011 New Revision: 228099 > URL: http://svn.freebsd.org/changeset/base/228099 > > Log: - Create links to the xz and lzma versions even if BSD grep is > not the defau

svn commit: r228099 - head/usr.bin/grep

2011-11-28 Thread Gabor Kovesdan
Author: gabor Date: Mon Nov 28 20:16:55 2011 New Revision: 228099 URL: http://svn.freebsd.org/changeset/base/228099 Log: - Create links to the xz and lzma versions even if BSD grep is not the default. Nor GNU nor liblzma in base provides such functionality so it may be useful. MFC a