diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-26 05:08:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-26 05:08:56 +0000 |
commit | 25eb22e88fd04ee05822a51fcc95a72cc0a55fe8 (patch) | |
tree | 9d806db5ec10a3f88c157673214e9a60e5ccef73 | |
parent | 7f798f5f4fbb325155bb0c1505575ab35c4e6f0d (diff) | |
download | coreutils-25eb22e88fd04ee05822a51fcc95a72cc0a55fe8.tar.gz coreutils-25eb22e88fd04ee05822a51fcc95a72cc0a55fe8.tar.bz2 coreutils-25eb22e88fd04ee05822a51fcc95a72cc0a55fe8.zip |
.
-rw-r--r-- | old/fileutils/ChangeLog | 4 | ||||
-rw-r--r-- | old/fileutils/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 809e1065b..39edd70a4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Sat Jan 25 00:34:39 1997 Jim Meyering <meyering@na-net.ornl.gov> + * src/du.c (count_entry): Fix blatant bug (typo?) that made + --megabytes report numbers in units of kilobytes. + Reported by Galen Hazelwood. + * src/cp.h: Remove now-unnecessary prototype for is_ancestor. * lib/Makefile.am (noinst_HEADERS): Add getdate.h. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index faff2ecbc..0acd251ea 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,8 @@ Changes in release 3.16: [3.15a] +* du --megabytes (-m) works +* ls -l works even on systems with non-POSIX strftime in their C library + Changes in release 3.15: * touch --date=DATE bug (due to broken getdate.y) has been fixed * ls -l no longer misformats the date when run in a locale for which the |