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

2010-07-26 Thread Dag-Erling Smørgrav
Gabor Kovesdan writes: > I did run regression testing, the test suite that GNU grep has. Does that test suite include a test for the bug you fixed? If not, running it before committing this particular patch was close to useless. By definition, a regression test is designed to trigger a specific

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

2010-07-25 Thread Doug Barton
On Sun, 25 Jul 2010, Gabor Kovesdan wrote: Em 2010.07.25. 22:17, Doug Barton escreveu: On Sun, 25 Jul 2010, Gabor Kovesdan wrote: Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing ou

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

2010-07-25 Thread Gabor Kovesdan
Em 2010.07.25. 22:17, Doug Barton escreveu: On Sun, 25 Jul 2010, Gabor Kovesdan wrote: Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing output and just showing filenames Submitted b

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

2010-07-25 Thread Doug Barton
On Sun, 25 Jul 2010, Gabor Kovesdan wrote: Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing output and just showing filenames Submitted by: swel...@gmail.com and dougb. :) (

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

2010-07-25 Thread Gabor Kovesdan
Author: gabor Date: Sun Jul 25 18:57:48 2010 New Revision: 210479 URL: http://svn.freebsd.org/changeset/base/210479 Log: - Fix -l and -L by really surpressing output and just showing filenames Submitted by: swel...@gmail.com Approved by: delphij (mentor) Modified: head/usr.bin/grep/ut