bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] libintl.h redirection of stdio printf functions


From: Bruno Haible
Subject: Re: [bug-gettext] libintl.h redirection of stdio printf functions
Date: Sat, 12 May 2018 17:40:09 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

>   - Use the gnulib vasnprintf always, not only when the format string contains
>     '$' characters.

Oops, this change exists only in gnulib. In 
gettext/gettext-runtime/intl/printf.c
still today the gnulib vasnprintf is not used for format strings that don't
contain a '$'. So, since mingw does not support %hhd and %zd [1], the libintl
override does not do that either.

I guess this is what you would like to see changed? So that you can have one
*printf implementation that support argument reordering *and* C99 size 
specifiers.

Bruno

[1] https://www.gnu.org/software/gnulib/manual/html_node/fprintf.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]