From: Jim Meyering Date: Mon, 15 Sep 1997 14:03:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22a~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b421e3103c4ef0bf1b8114017d34dd53871e5fb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 807a0050ac..27b515fb3c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,15 +1,15 @@ +1997-09-15 Jim Meyering + + * src/ln.c (do_link): Perform S_ISLNK test only if lstat succeeded. + 1997-09-14 Jim Meyering * src/rm.c (full_filename): Use realloc, not xrealloc. * configure.in (jm_FUNC_REALLOC): Use it. - * m4/Makefile.am (EXTRA_DIST): Add realloc.m4. - * m4/realloc.m4: New file. - * lib/Makefile.am (EXTRA_DIST): Add realloc.c. - * acconfig.h (realloc): Add #undef. * src/dd.c (equal): Use STREQ (form system.h) instead.