Re: A minor fix in nl-langinfo

2014-08-13 Thread Ludovic Courtès
Mark H Weaver skribis: > Mark H Weaver writes: > >> l...@gnu.org (Ludovic Courtès) writes: >> >>> Eli Zaretskii skribis: >>> Sorry, that missed one more instance. Please use this patch instead. --- libguile/i18n.c~0 2014-08-08 17:05:57.262034100 +0300 +++ libguile/i18n

Re: A minor fix in nl-langinfo

2014-08-13 Thread Mark H Weaver
Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Eli Zaretskii skribis: >> >>> Sorry, that missed one more instance. Please use this patch instead. >>> >>> --- libguile/i18n.c~0 2014-08-08 17:05:57.262034100 +0300 >>> +++ libguile/i18n.c 2014-08-10 17:20:52.07300 +0

Re: A minor fix in nl-langinfo

2014-08-12 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Eli Zaretskii skribis: > >> Sorry, that missed one more instance. Please use this patch instead. >> >> --- libguile/i18n.c~02014-08-08 17:05:57.262034100 +0300 >> +++ libguile/i18n.c 2014-08-10 17:20:52.07300 +0300 >> @@ -1497,6 +1497,8 @@ SC

Re: A minor fix in nl-langinfo

2014-08-12 Thread Ludovic Courtès
Eli Zaretskii skribis: > Sorry, that missed one more instance. Please use this patch instead. > > --- libguile/i18n.c~0 2014-08-08 17:05:57.262034100 +0300 > +++ libguile/i18n.c 2014-08-10 17:20:52.07300 +0300 > @@ -1497,6 +1497,8 @@ SCM_DEFINE (scm_nl_langinfo, "nl-langinf > { > #if

Re: A minor fix in nl-langinfo

2014-08-10 Thread Eli Zaretskii
> Date: Sat, 09 Aug 2014 17:19:03 +0300 > From: Eli Zaretskii > > This was in my sources for some time, but I somehow failed to send it. > > The problem is that nl_langinfo can return pointers to static buffers > that are overwritten on subsequent calls. So we need to usher the > value away bef