summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 15:23:44 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 15:23:44 +0000
commit9fe649e01a834c06067b3164f55bc8f3d86d1ec6 (patch)
tree19e39ce67798894edc28200a2435a2f67af70010 /old
parent922d1292c36ca63de25e3ce23fcb8a61d896c535 (diff)
downloadcoreutils-9fe649e01a834c06067b3164f55bc8f3d86d1ec6.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <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.