Ed Maste writes:
> Tested on 8.4-PRERELEASE, 9.1-STABLE (the 9.x branch after 9.1
> released), and 10.0-CURRENT, all returned 0. Perhaps Daiki Ueno can
> test in the environment that originally demonstrated the problem.
I can still reproduce this on 9.1-RELEASE. Perhaps you are missing
-pthrea
On 25 April 2013 16:23, Paul Eggert wrote:
> On 04/25/13 12:07, Ed Maste wrote:
>> I don't have a 9.1-RELEASE machine handy, but get the expected zero
>> return from this test program on the following FreeBSD versions (one
>> before and one after 9.1-RELEASE):
>
> I guess my test case wasn't a cor
On 03/27/13 01:33, Daiki Ueno wrote:
> I'm attaching a patch.
Thanks. No further comment and it looks good,
so I'm installing it (except for consistency
I used "#ifdef" rather than "#if"). Sorry
about the delay.
On 04/25/13 12:07, Ed Maste wrote:
> I don't have a 9.1-RELEASE machine handy, but get the expected zero
> return from this test program on the following FreeBSD versions (one
> before and one after 9.1-RELEASE):
I guess my test case wasn't a correct simplification of
the gnulib test case. Could
Hmm, it seems this has been sitting in my drafts folder for quite some time.
> In that case perhaps we should leave the Gnulib test alone,
> and report a bug to the FreeBSD folks. Does the following
> simple test case elicit the bug for you? It should exit with status 0
> on any host conforming
On 04/25/2013 07:29 AM, Paul Eggert wrote:
> On 04/24/2013 02:08 AM, Pádraig Brady wrote:
>> Bernhard noticed this also:
>> http://lists.gnu.org/archive/html/coreutils/2013-03/msg00065.html
>
> Thanks, here's a proposed patch. I'll CC: this to Bruno since he's
> gettext's maintainer.
>
> From 31