summaryrefslogtreecommitdiff
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-06 10:32:46 +0000
committerJim Meyering <jim@meyering.net>2002-11-06 10:32:46 +0000
commit2017db1bbdb900f628450ea3876eba400bbfdf32 (patch)
tree6e88a2c28ebdef54e04d98ca634af22d271858fb /doc/ChangeLog
parentc6f5b4e383f96e049abfa2320cf9cdea876ff660 (diff)
downloadcoreutils-2017db1bbdb900f628450ea3876eba400bbfdf32.tar.xz
*** empty log message ***
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index cfd3957dd..dcdacf399 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,20 @@
+2002-10-07 Paul Eggert <eggert@twinsun.com>
+
+ Add support for locale-specific size indications (e.g.,
+ thousands-separators) and for explicit size suffixes on output.
+
+ * coreutils.texi (Block size): Say that:
+ This affects display format as well as block size.
+ Fractional block counts are rounded up.
+ ls file size blocksize defaults to 1.
+ A block size spec preceded by ' generates thousands separators.
+ A suffix without a preceding integer generates suffixes.
+ (tail invocation): 32k -> 32 KiB.
+ (What information is listed): ls -h is now equivalent to
+ ls --block-size=human, and ls -H is now equivalent to
+ ls --block-size=si. Displayed file size is now always affected by
+ --block-size.
+
2002-09-13 Jim Meyering <meyering@lucent.com>
* coreutils.texi (tail invocation): In --sleep-interval=NUMBER,