summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-03 08:28:12 +0000
committerJim Meyering <jim@meyering.net>2003-09-03 08:28:12 +0000
commitae8c5ba47ace07a425d25912748b65c0311875ed (patch)
treeb59a1508ed48ff62a7ed9c468d1b61699f645c23 /lib
parent54feed1c1a35df60a511948560240929dd7f9fe8 (diff)
downloadcoreutils-ae8c5ba47ace07a425d25912748b65c0311875ed.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 71cb34008..7e153a406 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2003-09-03 Jim Meyering <jim@meyering.net>
+
+ * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
+ "yesterday", "today", and "now" rather than tMINUTE_UNIT. Of
+ course with correspondingly smaller numbers for tomorrow and
+ yesterday. From Tadayoshi Funaba. Originally installed into
+ sh-utils on 1999-08-07, but the patch was mistakenly reverted by
+ the next change to that shared file (but this time in fileutils)
+ on 1999-08-29.
+
2003-08-18 Paul Eggert <eggert@twinsun.com>
* same.c: Include <stdlib.h> and <string.h> unconditionally,