diff options
author | Eric Blake <ebb9@byu.net> | 2008-06-11 09:14:26 -0600 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-13 23:06:03 +0200 |
commit | 46a811b9e7c0e9fefb75864d198f9a4f3fd0e6cf (patch) | |
tree | 8f3007517c9197342afa85dde87e9638d7d84ad7 /NEWS | |
parent | bbbc35c9ed194b0d458f2a2827dfbceb9056ef7d (diff) | |
download | coreutils-46a811b9e7c0e9fefb75864d198f9a4f3fd0e6cf.tar.xz |
od: align multiple -t specs
* src/od.c (struct tspec): Add pad_width field, and adjust
print_function prototype.
(decode_one_format): Rewrite all fmt_string values to account for
pad width.
(FMT_BYTES_ALLOCATED): Adjust to new format style.
(main): Compute pad width per spec.
(write_block): Account for pad width.
(dump): Don't print padding-only fields.
(PRINT_TYPE, print_named_ascii, print_ascii): All print functions
adjusted to use variable pad width.
* tests/Makefile.am (TESTS): Add test.
* tests/misc/od-multiple-t: New file.
* THANKS: Update.
* NEWS: Mention the improvement.
Reported by Gary Johnson.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ GNU coreutils NEWS -*- outline -*- HP-UX 11, Tru64, AIX, IRIX 6.5, and Cygwin, "ls -l" now displays the presence of an ACL on a file via a '+' sign after the mode, and "cp -p" copies ACLs. + od now aligns fields across lines when printing multiple -t + specifiers, and no longer prints fields that resulted entirely from + padding the input out to the least common multiple width. * Noteworthy changes in release 6.12 (2008-05-31) [stable] |