bug#34054: Error in compilation of pcresearch if we have no pcre library

2019-01-20 Thread Paul Eggert
Jim Meyering wrote: Technically, we could fix it by adding more ifdefs, but I think it would not be worthwhile to accommodate this use case. I looked into this and discovered that fixing this can actually simplify the source code by removing the need for the "We can't get here" glitch in pcre

bug#34054: Error in compilation of pcresearch if we have no pcre library

2019-01-20 Thread Jim Meyering
On Sun, Jan 20, 2019 at 10:03 AM Paul Eggert wrote: > Jim Meyering wrote: > > Technically, we could fix it by adding more ifdefs, but I think it > > would not be worthwhile to accommodate this use case. > > I looked into this and discovered that fixing this can actually simplify the > source code

bug#33898: grep reports binary file matches even with -I option

2019-01-20 Thread Paul Eggert
Thanks for reporting the problem. This is a bug in grep's man page, which wasn't updated back in 2016 when I updated the main documentation. (The man page is lower priority and is sometimes neglected.) I installed the attached patch to fix it. >From f3b521b87d178205811a22aff2974d77f1aa3054 Mon S