From ec7ec3773f0e12a51f514d8f0a63ddce835e0a40 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 20 Jul 1998 03:57:59 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'old/fileutils') 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 + + * 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 + + * lib/mountlist.c (read_filesystem_list): Fix more memory leaks on + failure. + 1998-07-16 Jim Meyering - * 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 -- cgit v1.2.3-70-g09d2