mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-23 01:46:48 +08:00
doc: mention "printf %d ''" change
This commit is contained in:
parent
c6be9649a7
commit
6c69fd16bc
5
NEWS
5
NEWS
@ -20,6 +20,11 @@ GNU coreutils NEWS -*- outline -*-
|
||||
Previously it would have ignored the affinity mask on such systems.
|
||||
[bug introduced with nproc in coreutils-8.1]
|
||||
|
||||
printf now diagnoses attempts to treat empty strings as numbers,
|
||||
as per POSIX. For example, "printf '%d' ''" now issues a diagnostic
|
||||
and fails instead of silently succeeding.
|
||||
[This bug was present in "the beginning".]
|
||||
|
||||
'shuf' generates more-random output when the output is small.
|
||||
[bug introduced in coreutils-8.6]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user