]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 15:23:44 +0000 (15:23 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Jan 1999 15:23:44 +0000 (15:23 +0000)
old/fileutils/ChangeLog

index 1d96dec36468f8b1edb36bd76ad98abcb3569af2..58956f21708eb8152dced90575e33ed34063c383 100644 (file)
@@ -1,10 +1,23 @@
 1999-01-25  Jim Meyering  <meyering@ascend.com>
 
+       * 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  <demaille@inf.enst.fr>
+
+       * 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  <meyering@ascend.com>
 
        * src/ansi2knr.c: Exit nonzero upon failed write to stdout.