mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
numfmt: fix dropped custom suffix when failing to parse
* src/numfmt.c (process_suffixed_number): Restore custom suffix upon failure to parse number. * tests/numfmt/numfmt.pl: Add test cases. * NEWS: Mention the bug fix. Fixes https://bugs.debian.org/1094581
This commit is contained in:
3
NEWS
3
NEWS
@@ -12,6 +12,9 @@ GNU coreutils NEWS -*- outline -*-
|
||||
This also applies to the sha*sum and b2sum utilities.
|
||||
[This bug was present in "the beginning".]
|
||||
|
||||
'numfmt' no longer drops custom suffixes from numbers it cannot fully parse.
|
||||
[bug introduced with numfmt in coreutils-8.21]
|
||||
|
||||
'timeout' will now propagate all terminating signals to the monitored command.
|
||||
Previously 'timeout' could have exited and left the monitored command running.
|
||||
[bug introduced with timeout in coreutils-7.0]
|
||||
|
||||
Reference in New Issue
Block a user