summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-03 21:04:52 +0000
committerJim Meyering <jim@meyering.net>2001-01-03 21:04:52 +0000
commit0809f17d779a00265d5950c2b9b45b9d1775a019 (patch)
tree7b92071aac0bf09248a179ec74aecd93d3f439af
parent550edf90b21ef96fccc4e91bf799bf2d6df15053 (diff)
downloadcoreutils-0809f17d779a00265d5950c2b9b45b9d1775a019.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2f8840378..a7f0b2cdc 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -2,6 +2,25 @@
* Version 4.0.36.
+2001-01-03 Paul Eggert <eggert@twinsun.com>
+
+ Use the more precise algorithm of GNU "make" to decide whether
+ a file is in the future, by looking at high-resolution time
+ stamps if available.
+
+ * src/ls.c:
+ (TIMESPEC_NS): New macro.
+ (current_time): Initialize to the minimum value.
+ (current_time_ns): New var.
+ (main): Do not bother to initialize current_time;
+ it's no longer needed.
+ (get_current_time): New function.
+ (print_long_format): Use it when a file appears to be in the future.
+ Get the nanoseconds of the file's time stamp, if available,
+ and use that to decide whether the file appears to be in the future.
+
+ * src/Makefile.am (dir_LDADD, ls_LDADD, vdir_LDADD): New macros.
+
2001-01-02 Paul Eggert <eggert@twinsun.com>
* src/ls.c (long_time_expected_width, print_long_format): Fix