From: Jim Meyering Date: Sat, 4 Jul 1998 00:23:40 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16r~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aee16a666458dfbc87bffea0b309fc1d87a7be41;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 72f3fa0..77a74d5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,38 @@ +1998-07-03 Jim Meyering + + * 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 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 + + * 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 + + * src/copy.c (copy_internal): Don't call chown on a symlink. + 1998-07-01 Jim Meyering * lib/xstrtol.c: Don't define NDEBUG here, now that it's done via