From 9fe649e01a834c06067b3164f55bc8f3d86d1ec6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Jan 1999 15:23:44 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'old') diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1d96dec36..58956f217 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. -- cgit v1.2.3-54-g00ecf