summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-01 22:50:25 +0000
committerJim Meyering <jim@meyering.net>1995-10-01 22:50:25 +0000
commitde97a7099c1d53a7a8f7dd38ae24593243986e65 (patch)
tree33f5295b7e0b553cdf5bcd86eb44741c3fafe059 /old/fileutils
parent1d15980fb6e1ef142ee87b605d529ef7efbcad2a (diff)
downloadcoreutils-de97a7099c1d53a7a8f7dd38ae24593243986e65.tar.xz
.c
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c7ce30c5c..e5e4f5337 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,25 @@
+Sun Oct 1 13:22:36 1995 Jim Meyering (meyering@comco.com)
+
+ * configure.in (AC_REPLACE_FUNCS): Add strtoul.
+ * strtoul.c: New file.
+ * lib/Makefile.in (SOURCES): Add strtoul.c.
+
+ * acconfig.h (STATFS_TRUNCATES_BLOCK_COUNTS): Add it.
+ * configure.in (STATFS_TRUNCATES_BLOCK_COUNTS): New check to enable
+ workaround for SunOS statfs brokenness. Block counts in struct
+ statfs for partitions 2GB and larger are truncated, but correct
+ values are stored in f_spare array member.
+
+ * fsusage.c (get_fs_usage) [STATFS_TRUNCATES_BLOCK_COUNTS]: Copy
+ untruncated block counts from f_spare array into proper members
+ of struct statfs. From Eirik Fuller (eirik@netapp.com);
+
+ * ls.c (dired_dump_obstack): Don't generate any output if the
+ obstack is empty.
+ (main): Always initialize and dump subdired_obstack, not just if -R.
+ `ls -lDR dir dir2' was using uninitialized subdired_obstack.
+ Reported by Samuli K{rkk{inen <hskarkka@snakemail.hut.fi>.
+
Tue Sep 26 23:05:01 1995 Jim Meyering (meyering@comco.com)
* man/Makefile.in (install-data, uninstall): Use sed not basename.