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 16:54:49 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-119-generic; KDE/5.18.0; x86_64; ; )

Eli Zaretskii wrote:
> Then I'll dig deeper, because my libintl is 0.17.1.

Between libintl 0.17.1 and what we have now in gnulib, the differences that
are relevant to native Windows are as follows:
  - Use the gnulib vasnprintf always, not only when the format string contains
    '$' characters.
  - Added support for format directives %F, %a, %A.
  - Added support for PRIdMAX.
  - On mingw, produce 3 exponent digits instead of 2.
  - On mingw, prefer to use snprintf over _snprintf.

In theory, there's also a possibility that there is still some bug in the gnulib
*printf override.

Bruno




reply via email to

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