Wow impressive improvements!

On 22/04/17 02:18, Paul Eggert wrote:
> (date): Fix printf of size_t to use %z. 

In coreutils we explicitly disallow the C99 %j and %z specifiers
due to portability issues on solaris 8 for example:
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=v8.23-75-g7d1fe88

In general gnulib is still targeting c89 right?
BTW, when should we update that requirement?

Anyway depending on the printf module would be overkill
to cater for this, so using PRIuMAX may be best?

cheers,
Pádraig

Reply via email to