diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-03 08:28:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-03 08:28:12 +0000 |
commit | ae8c5ba47ace07a425d25912748b65c0311875ed (patch) | |
tree | b59a1508ed48ff62a7ed9c468d1b61699f645c23 /lib | |
parent | 54feed1c1a35df60a511948560240929dd7f9fe8 (diff) | |
download | coreutils-ae8c5ba47ace07a425d25912748b65c0311875ed.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 10 |
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, |