Alan Modra writes:
> The alternative is to do as Paul suggested and make obstack_blank
> accept a negative length argument, but that would
> - kill >2G obstacks on 32-bit targets,
> - lose the nice symmetry with other obstack functions,
> and obstack_blank_fast is the right interface to use for s
On 06/12/14 02:46, Eric Blake wrote:
> On 12/05/2014 06:23 PM, Pádraig Brady wrote:
>> * lib/vasnprintf.c (VASNPRINTF): Fix free-memory read,
>> flagged by clang-analyzer 3.4.2.
>> ---
>> ChangeLog| 6 ++
>> lib/vasnprintf.c | 2 +-
>> 2 files changed, 7 insertions(+), 1 deletion(-)
>>
I am getting this error message:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext
\
version 0.19 but the autoconf macros are from gettext version 0.18
Googling yields:
https://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html
If you ge
Hi all,
On 12/06/14 10:29, Bruce Korb wrote:
I am getting this error message:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext
\
version 0.19 but the autoconf macros are from gettext version 0.18
What's wrong? Do I need to install an older version of gettext
Bruce Korb writes:
> The problem is related (somehow) to gnulib-comp.m4.
> The original flavor of that file lives in gnulib/m4 and does not contain
> the string GNU_GETTEXT_VERSION, but the installed version does:
>
>> $ find sharutils-bld -type f|xargs fgrep AM_GNU_GETTEXT_VERSION
>> [...]
>> sh
On 06/12/14 16:06, Pádraig Brady wrote:
> On 06/12/14 02:46, Eric Blake wrote:
>> On 12/05/2014 06:23 PM, Pádraig Brady wrote:
>>> * lib/vasnprintf.c (VASNPRINTF): Fix free-memory read,
>>> flagged by clang-analyzer 3.4.2.
>>> ---
>>> ChangeLog| 6 ++
>>> lib/vasnprintf.c | 2 +-
>>> 2