changeset 4619:5529b72adfa2

* getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow", "yesterday", "today", and "now" rather than tMINUTE_UNIT.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 03 Sep 2003 07:12:15 +0000
parents daa83913e57f
children b0acbb185a60
files lib/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2003-09-03  Paul Eggert  <eggert@twinsun.com>
+
+	* 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 got lost (I guess during the
+	coreutils merge?).
+
 2003-08-31  Simon Josefsson  <jas@extundo.com>
 
 	* timegm.h: New file.