diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-08 14:03:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-08 14:03:45 +0000 |
commit | dd0d9c278abf4094e85d068ba873036a3b8d4729 (patch) | |
tree | 62f891f1d9972cd6846cda695d242ad773215b1f /NEWS | |
parent | 405c640f5b337b05d53c03432039c3417cbd14a4 (diff) | |
download | coreutils-dd0d9c278abf4094e85d068ba873036a3b8d4729.tar.xz |
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |