]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: allow use of printf C99 integer size specifiers
authorPádraig Brady <P@draigBrady.com>
Sat, 12 Aug 2023 10:21:50 +0000 (11:21 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 12 Aug 2023 10:32:25 +0000 (11:32 +0100)
commitf31229ebd1b339b85d54c24e3b79a8262b3202d2
tree55f7ee5f5824dae3ad1c6213042f22873132b3c3
parent54206043321fd32f0d61afe0ad6fce0c19de2063
maint: allow use of printf C99 integer size specifiers

Older systems that had issues with these like HP-UX and Solaris 8
are now obsolete, and can easily apply patches to provide support.
Also we've used %td since coreutils 9.1, with no reported issues.

* cfg.mk (sc_prohibit-c99-printf-format): Remove to allow use of
%[jtz] size specifiers, which allows for cleaner code
by avoiding the need to cast to PRI?MAX etc.
cfg.mk