From: Jim Meyering Date: Mon, 25 Jan 1999 15:23:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22h~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fe649e01a834c06067b3164f55bc8f3d86d1ec6;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1d96dec364..58956f2170 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,23 @@ 1999-01-25 Jim Meyering + * configure.in (fdatasync): Use AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. + (AC_CHECK_FUNCS): Add clock_gettime. + * src/shred.c (isaac_seed): Guard clock_gettime with test of HAVE_CLOCK_GETTIME, not CLOCK_REALTIME. (wipename): Rename local dirfd to dir_fd to avoid shadowing the function declared in Linux's dirent.h. +1999-01-25 Akim Demaille + + * lib/argmatch.h (ARRAY_CARDINALITY): Define. + (ARGMATCH_ASSERT): New macro. + + * lib/argmatch.c (program_name): Remove dcl. + Include error.h. + (argmatch_invalid): Use error rather than fprintf. + 1999-01-24 Jim Meyering * src/ansi2knr.c: Exit nonzero upon failed write to stdout.