diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-25 10:29:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-25 10:29:47 +0000 |
commit | 972d0198a9ddf434b81cf7392f6617a5170edfb3 (patch) | |
tree | 1aba3062191c9b6f8c8018f71ce2a6703a530351 /lib/ChangeLog | |
parent | dfef85e7539331fc35abb152c28eaf9b04f2389e (diff) | |
download | coreutils-972d0198a9ddf434b81cf7392f6617a5170edfb3.tar.xz |
(get_date): When adding relative date, start with the
initial time, not with the result of the first mktime call.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b5ebafdd0..372138072 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-04-25 Paul Eggert <eggert@cs.ucla.edu> + + * getdate.y (get_date): When adding relative date, start with the + initial time, not with the result of the first mktime call. + 2006-04-17 Paul Eggert <eggert@cs.ucla.edu> * filemode.c: Include "filemode.h" first, to test the interface. |