summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-02 16:33:53 +0000
committerJim Meyering <jim@meyering.net>1998-08-02 16:33:53 +0000
commit2fcce776e8e02051fd8ec974f22f2a93a3c057ae (patch)
treec568e4a216424dae9b933ad6517ddc2bb1fac871 /old
parentbad1e4b2e10d88497f756e94f238ab5d733dc451 (diff)
downloadcoreutils-2fcce776e8e02051fd8ec974f22f2a93a3c057ae.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 38429b0a6..69811acfe 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,20 @@
+1998-07-31 Paul Eggert <eggert@twinsun.com>
+
+ Add support for filesystems whose timestamps have better resolution
+ than 1 second (e.g. Solaris 2.6, recent Linux kernels).
+
+ * configure.in (AC_STRUCT_ST_MTIM): Add.
+
+ * src/copy.c (copy_internal): Compare time stamps with
+ subsecond resolution if available.
+
+ * src/ls.c (compare_ctime, rev_cmp_ctime, compare_mtime,
+ rev_cmp_mtime, compare_atime, rev_cmp_atime): Compare time
+ stamps with subsecond resolution if available.
+
+ * src/system.h: (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP,
+ CTIME_CMP, MTIME_CMP): New macros.
+
1998-08-01 Jim Meyering <meyering@ascend.com>
* configure.in (ALL_LINGUAS): Add slovak (sk) and norwegian (no).