bug#27651: grep.1: macro `Dt' not defined

2017-07-11 Thread Santiago R.R.
Hi, As reported in https://bugs.debian.org/863437 line 23 (the .TH macro) in grep.1 contains a not defined `Dt' macro. Please, consider something like the attached patch to fix it. Thanks, Santiago Index: grep/doc/Makefile.am === -

bug#27651: grep.1: macro `Dt' not defined

2017-07-12 Thread Santiago R.R.
El 11/07/17 a las 08:24, Paul Eggert escribió: > Thanks for the bug report. I installed the attached patch. It uses a > hand-maintained date, which is more likely to give the user the (accurate) > impression that the grep man page is not the focus of our documentation > efforts. Thanks! Santiago

bug#27931: grep -o fails to count empty lines (Debain Bug #532541)

2017-08-03 Thread Santiago R.R.
(Sorry if it's already filed, but I am unable to find it in the bug archives) Hi, I'd like to forward this bug reported to Debian some years ago. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532541 It still happens in 3.1. Quoting the original report: When grepping for empty lines in a tex

bug#28306: grep: option to filter non-printable characters from contents

2017-08-31 Thread Santiago R.R.
Dear grep upstream authors, I'd like to forward this bug reported to debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498336 On Tue, 9 Sep 2008 11:07:33 +0200 Vincent Lefevre wrote: … > > grep should have an option to filter non-printable characters from > the contents (file contents, b

bug#29354: GREP_OPTIONS not processed

2017-11-21 Thread Santiago R.R.
El 18/11/17 a las 19:10, Paul Eggert escribió: > Dennis wrote: > > Running grep 2.20 on Debian Jessie. > > > > Apparently grep is not processing the GREP_OPTIONS > > environment variable. > > That's odd; in the master sources GREP_OPTIONS still works; it's just that > it's deprecated and issues a

bug#29613: Debian Bug#883733: grep returns 0 even if there is no match

2017-12-08 Thread Santiago R.R.
Dear grep developers, I would like to forward the report below, filed by Mathias Pietsch to Debian. I don't want to introduce other noise than this: $ echo 1 | grep -E '^1?$' ; echo $? 1 $ echo 1 | grep -E '^(11+)\1+$' ; echo $? 1 $ echo 1 | grep -E '^(11+)\1+$