]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 8 Jul 2004 14:03:45 +0000 (14:03 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Jul 2004 14:03:45 +0000 (14:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0d0ec94242f5a711a53814b9b2f4191a13dea78a..24235febeaa92ba6fcb2e9dae62682ca4e9bafb4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,19 @@ GNU coreutils NEWS                                    -*- outline -*-
   POSIXLY_CORRECT is set and the first argument is not "-n", echo now
   outputs all option-like arguments instead of treating them as options.
 
+  printf has several changes:
+
+    It now uses 'intmax_t' (not 'long int') to format integers, so it
+    can now format 64-bit integers on most modern hosts.
+
+    On modern hosts it now supports the C99-inspired %a, %A, %F conversion
+    specs, the "'" and "0" flags, and the ll, j, t, and z length modifiers
+    (this is compatible with recent Bash versions).
+
+    The printf command now rejects invalid conversion specifications
+    like %#d, instead of relying on undefined behavior in the underlying
+    printf function.
+
   who now prints user names in full instead of truncating them after 8 bytes.
 
 ** New features