summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-20 20:10:17 +0000
committerJim Meyering <jim@meyering.net>1999-05-20 20:10:17 +0000
commit6501594508f60727892deae3d8d46f5b2b74ef0d (patch)
treedf5bad45e4e084bddc5b3afc342f8bd34edaec7e
parentd60127857cd7e3c15ed06103dc902d609c344006 (diff)
downloadcoreutils-6501594508f60727892deae3d8d46f5b2b74ef0d.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 2faeccefb..cba96a8f6 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
1999-05-17 Paul Eggert <eggert@twinsun.com>
+ * lib/getdate.y (get_date): Let mktime deduce tm_isdst if we
+ have an absolute timestamp, or if the relative timestamp
+ mentions days, months, or years.
+
* lib/human.c (human_readable): Allow from_block_size to be zero.
1999-05-14 Jim Meyering <meyering@ascend.com>