From 2bb1686d0cf8b10aef665dbdb3fa37b4eeccaa49 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Dec 1997 17:05:45 +0000 Subject: [PATCH] . --- old/fileutils/ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 535ca0c0fd..dc52e62121 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,35 @@ +1997-12-25 Jim Meyering + + +1997-12-20 Andreas Schwab + + * configure.in: Move jm_CHECK_DECLS down so that it follows the + checks for the headers it requires. + + * doc/fileutils.texi (mknod invocation): Fix description of file + type mnemonics. + + * src/sys2.h: Declare stpcpy only if not defined as macro. + + * src/du.c (S_ISLNK): Define this instead of S_ISDIR. + + * src/dd.c (skip): Compare lseek return value with -1 to allow it + to be negative as signed value. + + * lib/savedir.c: Declare stpcpy only if not defined as macro. + * lib/mountlist.c: Likewise. + * lib/path-concat.c: Include if available. + + * src/copy.c (copy_internal): Use S_ISLNK only if defined. + + * src/install.c (get_ids): Don't cast GID_T_MAX to long, it might + overflow. + +1997-12-22 Jim Meyering + + * configure.in: AC_DEFINE _GNU_SOURCE. + * acconfig.h: Add _GNU_SOURCE. + 1997-12-21 Jim Meyering * src/copy.h: Use PARAMS, not __P. -- 2.47.2