From: Paul Eggert Date: Wed, 3 Sep 2003 07:12:15 +0000 (+0000) Subject: * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow", X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747b2f7cbc2aa116d0122af6e39d18bfcab1110b;p=pspp * getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow", "yesterday", "today", and "now" rather than tMINUTE_UNIT. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9f5c07ea7b..3d9f379e0f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-09-03 Paul Eggert + + * 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 * timegm.h: New file.