Re: [PATCH] Avoid YESSTR and NOSTR

2017-04-25 Thread Mark Wielaard
On Thu, Apr 20, 2017 at 03:47:49PM +0200, Ulf Hermann wrote: > Those are deprecated and apparently some implementations of nl_langinfo > return empty strings for them. The tests even tested for those empty > strings even though the intention of the code was clearly to output > "yes" or "no" there.

[PATCH] Avoid YESSTR and NOSTR

2017-04-20 Thread Ulf Hermann
Those are deprecated and apparently some implementations of nl_langinfo return empty strings for them. The tests even tested for those empty strings even though the intention of the code was clearly to output "yes" or "no" there. Signed-off-by: Ulf Hermann --- src/ChangeLog |