diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-01-31 17:39:52 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-02-09 11:29:24 +0000 |
commit | b370924c03adaef222859061c61be06fc30c9a3e (patch) | |
tree | 026d54633dc52ac9c7339b2c953f5cfeceaa7426 /NEWS | |
parent | b938b6e289ef78815935ffa705673a6a8b2ee98e (diff) | |
download | coreutils-b370924c03adaef222859061c61be06fc30c9a3e.tar.xz |
od: add an --endian option to control byte swapping
* src/od.c (main): Handle the new --endian option,
taking "little" and "big" as parameters.
(usage): Describe the new option.
(PRINT_FIELDS): Adjust to swap bytes if required.
* tests/misc/od-endian.sh: A new test to verify
the byte swapping operations for hex (ints) and floats
for all sizes between 1 and 16 inclusive.
* test/local.mk: Reference the new test.
* doc/coreutils.texi (od invocation): Describe the new option.
* NEWS: Mention the new feature.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ GNU coreutils NEWS -*- outline -*- it would display an error, requiring --no-dereference to avoid the issue. [bug introduced in coreutils-5.3.0] +** New features + + od accepts a new option: --endian=TYPE to handle inputs with different byte + orders, or to provide consistent output on systems with disparate endianness. + ** Improvements stat and tail work better with HFS+ and HFSX. stat -f --format=%T now reports |