summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2023-01-06 13:13:54 +0000
committerPádraig Brady <P@draigBrady.com>2023-01-06 14:26:40 +0000
commitf4567ed953d3eb14b8eefc4744603c2594bb73f3 (patch)
treedb9fea9113ece4dcf4d9ee3d821119bb24e8d315 /NEWS
parente1ff4ee0f6d7490610ecc39d57c855818f6fd1f4 (diff)
downloadcoreutils-f4567ed953d3eb14b8eefc4744603c2594bb73f3.tar.gz
all: further adjustments for new Ronna, Quetta SI prefixes
* src/dd.c (parse_integer): Support Q,R suffixes. * src/od.c (main): Likewise. * src/split.c (main): Likewise. * src/stdbuf.c (parse_size): Likewise. * src/truncate.c (main): Likewise. * src/sort.c (specify_size_size): Likewise. Also line length syntax check fix. * tests/misc/numfmt.pl: Adust top end large number checks to the new largest values. * doc/coreutils.texi (numfmt invocation): Add a numfmt example. * NEWS: Tweak to aid searchability.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 52c92ddb4..7ec3ce1fb 100644
--- a/NEWS
+++ b/NEWS
@@ -48,8 +48,9 @@ GNU coreutils NEWS -*- outline -*-
** Changes in behavior
- Programs now use the new SI prefixes R (10**27) and Q (10**30)
- along with their binary counterparts Ri (2**90) and Qi (2**100).
+ Programs now support the new Ronna (R), and Quetta (Q) SI prefixes,
+ corresponding to 10^27 and 10^30 respectively,
+ along with their binary counterparts Ri (2^90) and Qi (2^100).
In some cases (e.g., 'sort -h') these new prefixes simply work;
in others, where they exceed integer width limits, they now elicit
the same integer overflow diagnostics as other large prefixes.