summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 00:23:40 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 00:23:40 +0000
commitaee16a666458dfbc87bffea0b309fc1d87a7be41 (patch)
tree93c17cd7cab138059e481d7d76c04b98bcee1aab
parent93d47b3db9d48b67788b36480ed367f9ed8cec8c (diff)
downloadcoreutils-aee16a666458dfbc87bffea0b309fc1d87a7be41.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 72f3fa02a..77a74d5c6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,38 @@
+1998-07-03 Jim Meyering <meyering@ascend.com>
+
+ * configure.in (AM_WITH_REGEX): Remove. Now the replacement
+ macro, jm_WITH_REGEX, is bundled with the rest in jm_MACROS.
+
+ * acconfig.h (WITH_REGEX): Remove undef.
+
+ * lib/rpmatch.c: Change guard on <regex.h> inclusion to use new
+ symbol `! HAVE_LIBC_REGEX' defined in m4/regex.m4.
+
+ * lib/rx.c: Remove file.
+ * lib/rx.h: Remove file.
+
+ * src/df.c (df_readable): Rename local so as not to shadow global.
+
+ * src/copy.c (SAME_INODE): New macro.
+ Use it to replace open-coded equivalents.
+ (copy_internal): Rename variable and reverse sense of tests
+ to make the code a little clearer.
+
+1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * src/copy.c (copy_internal): Try harder identifying a relative
+ symbolic link in the current directory.
+
+ * src/copy.c (copy_internal): Don't skip test for same file if
+ creating a hardlink from symlink over a non-symlink while making
+ backups.
+ * tests/cp/same-file: Skip tests that depend on link(2) not
+ following symlinks.
+
+1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+
+ * src/copy.c (copy_internal): Don't call chown on a symlink.
+
1998-07-01 Jim Meyering <meyering@ascend.com>
* lib/xstrtol.c: Don't define NDEBUG here, now that it's done via