bug#23269: MirBSD 10 i386 test failures [Re: grep-2.24.13-bed6 feedback

2016-04-19 Thread Paul Eggert
On 04/18/2016 08:05 AM, Paul Eggert wrote: 'm afraid someone with access to MirBSD will need to debug it. On second thought there is a simpler fix: stop using btowc. I installed the attached patch, which is a good idea anyway. By using only mbrtowc (which we need to use anyway), it avoids pro

bug#23269: MirBSD 10 i386 test failures [Re: grep-2.24.13-bed6 feedback

2016-04-19 Thread Jim Meyering
On Tue, Apr 19, 2016 at 9:04 AM, Paul Eggert wrote: > On 04/18/2016 08:05 AM, Paul Eggert wrote: >> >> 'm afraid someone with access to MirBSD will need to debug it. > > On second thought there is a simpler fix: stop using btowc. I installed the > attached patch, which is a good idea anyway. By us