bug#22443: new snapshot available: grep-2.22.29-83df

2016-01-23 Thread Jim Meyering
We would like to make a new bug-fix-only release of grep soon, so here is a snapshot of the latest sources. Please build and test on whatever systems you can find, and let us know how that goes -- reports of success are welcome, too. grep snapshot: http://meyering.net/grep/grep-ss.tar.xz 1.

bug#22444: compiler warnings in test snapshot

2016-01-23 Thread Charles Diza
Hello, I tested the snapshot 2.22.29-83df mentioned by Jim Meyering. On Mac OS X 10.11.3, I found some compiler warnings. I'm not a programmer, so I don't know whether they're harmless or not. I thought I'd report them here. I pasted them below. -Charles 8<== C

bug#22444: compiler warnings in test snapshot

2016-01-23 Thread Paul Eggert
Thanks for checking this so quickly! Charles Diza wrote: error.c:386:12: warning: data argument not used by format string That one is a false alarm. The format string might contain fewer formats than there are arguments, and C allows this so the behavior is well-defined. Writing it differen

bug#22443: new snapshot available: grep-2.22.30-e07b

2016-01-23 Thread Jim Meyering
On Sat, Jan 23, 2016 at 6:34 PM, Jim Meyering wrote: > We would like to make a new bug-fix-only release of grep soon, > so here is a snapshot of the latest sources. Please build and > test on whatever systems you can find, and let us know how > that goes -- reports of success are welcome, too. > .

bug#22443: new snapshot available: grep-2.22.30-e07b

2016-01-23 Thread Assaf Gordon
Hello, > On Jan 23, 2016, at 23:42, Jim Meyering wrote: > > grep snapshot: > http://meyering.net/grep/grep-2.22.30-e07b.tar.xz One regression for 2.22.30 vs 2.22.29 on OpenSolaris 5.10, both x86pc and sun4v, possibly related to this machine having an older shell: $ ./configure ... ..