summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-29 01:11:00 +0000
committerJim Meyering <jim@meyering.net>1998-06-29 01:11:00 +0000
commitb62793b100c35efe44f66184e7f60ebc8ab890e5 (patch)
tree43f24367cce048f4893c00a0ddf63ed55c564646 /old
parentc7af539321f4bd15a8ee8fe8e4491deb3011c180 (diff)
downloadcoreutils-b62793b100c35efe44f66184e7f60ebc8ab890e5.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 324a93ad7..94e3a0d19 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,22 @@
+1998-06-28 Jim Meyering <meyering@ascend.com>
+
+ * lib/mountlist.c (fsp_to_string): Clean out some crufty #ifdefs
+ now that we're using the jm_FSTYPENAME autoconf macro.
+
+ * configure.in: Move big block of list_mounted_fs checks into
+ new jm_LIST_MOUNTED_FILESYSTEMS macro.
+ Use new jm_FSTYPENAME macro.
+
+ * src/sys2.h: Add macro definitions for GNU libc unlocked wrappers.
+
+ * src/ls.c: Add DIRED_ prefix to the macros: PUTCHAR, FPUTS, and
+ FPUTS_LITERAL
+
1998-06-27 Jim Meyering <meyering@ascend.com>
+ * src/copy.c (copy_reg): Detect identical source and dest here.
+ (copy_internal): Make the test symmetric.
+
* Version 3.16q.
* tests/cp/same-file: New file.