bug#21758: Translation Error in help info of "grep"

2015-10-26 Thread Peng Zhang
Hi, I'm using GNU grep (version 2.20). When I get help with the command "grep --help", it prints the following information: ... -B, --before-context=NUM 打印以文本起始的NUM 行 -A, --after-context=NUM 打印以文本结尾的NUM 行 This is totally wrong! It should be: -B, --before-context=NUM 打印文本及

bug#21758: Translation Error in help info of "grep"

2015-10-26 Thread Jim Meyering
tags 21758 notabug done On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote: > I'm using GNU grep (version 2.20). When I get help with the command "grep > --help", it prints the following information: > > ... > -B, --before-context=NUM 打印以文本起始的NUM 行 > -A, --after-context=NUM 打印以文本结尾的

bug#21758: Translation Error in help info of "grep"

2015-10-26 Thread Eric Blake
On 10/26/2015 09:08 AM, Jim Meyering wrote: > On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote: >> This is totally wrong! It should be: >> >> -B, --before-context=NUM 打印文本及其前面的 NUM 行 >> -A, --after-context=NUM 打印文本及其后面的 NUM 行 > > Thank you for the report, however, the translations are maintai

bug#21763: poor performance since grep 2.19 when comparing files with grep

2015-10-26 Thread Bennett, Steve
Apologies in advance if this is more of a "discuss" question, but it looks like a particular use-case shows a marked change in performance between recent versions of grep. A colleague mentioned a performance issue with grep to me, and its puzzling me a bit. It turns out that he was using "grep

bug#21758: Translation Error in help info of "grep"

2015-10-26 Thread Jim Meyering
On Mon, Oct 26, 2015 at 9:03 AM, Eric Blake wrote: > On 10/26/2015 09:08 AM, Jim Meyering wrote: > >> On Sun, Oct 25, 2015 at 6:17 PM, Peng Zhang wrote: >>> This is totally wrong! It should be: >>> >>> -B, --before-context=NUM 打印文本及其前面的 NUM 行 >>> -A, --after-context=NUM 打印文本及其后面的 NUM 行 > >> >> Th

bug#21763: poor performance since grep 2.19 when comparing files with grep

2015-10-26 Thread Jim Meyering
On Mon, Oct 26, 2015 at 5:54 AM, Bennett, Steve wrote: > Apologies in advance if this is more of a "discuss" question, but it looks > like a particular use-case shows a marked change in performance between > recent versions of grep. > > A colleague mentioned a performance issue with grep to me,

bug#21763: poor performance since grep 2.19 when comparing files with grep

2015-10-26 Thread Norihiro Tanaka
On Mon, 26 Oct 2015 11:39:54 -0700 Jim Meyering wrote: > On Mon, Oct 26, 2015 at 5:54 AM, Bennett, Steve > wrote: > > Apologies in advance if this is more of a "discuss" question, but it looks > > like a particular use-case shows a marked change in performance between > > recent versions of g