summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-20 03:57:59 +0000
committerJim Meyering <jim@meyering.net>1998-07-20 03:57:59 +0000
commitec7ec3773f0e12a51f514d8f0a63ddce835e0a40 (patch)
tree801eeb92339afb0e4a7bc397f8517b115b5a8675 /old
parenta97f8212333cace890064a88965d5684fd94cd71 (diff)
downloadcoreutils-ec7ec3773f0e12a51f514d8f0a63ddce835e0a40.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog26
1 files changed, 25 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index eec333f88..f1b1479a0 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,6 +1,30 @@
+1998-07-18 Jim Meyering <meyering@ascend.com>
+
+ * src/copy.c (copy_internal): Add another exclusion from the
+ sameness test: when --force has been specified, the destination
+ is unlinked before any copy.
+ (copy_internal): Add yet another: when both src and dest are symlinks.
+
+ * tests/touch: New subdir.
+ * tests/Makefile.am (SUBDIRS): Add touch.
+ * configure.in (AC_OUTPUT): Add tests/touch/Makefile.
+
+ * tests/mv/into-self-2: New test.
+ * tests/mv/Makefile.am (TESTS): Add into-self-2.
+
+1998-07-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * lib/mountlist.c (read_filesystem_list): Fix more memory leaks on
+ failure.
+
1998-07-16 Jim Meyering <meyering@ascend.com>
- * lib/lchown.c [!ENOSYS] (ENOSYS): Define to ENOTSUP or ENOMSG.
+ Work around failure of chown calls on m68k-motorola-sysv systems.
+ * src/chown.c: Include lchown.h.
+ * lib/Makefile.am (noinst_HEADERS): Add lchown.h.
+ * lib/lchown.h: New file, just to define ENOSYS on systems that lack it.
+ * lib/lchown.c: Include lchown.h.
+ Reported by and with suggestions from Manfred Hollstein.
1998-07-12 Paul Eggert <eggert@twinsun.com>