diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-18 09:51:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-18 09:51:00 +0000 |
commit | 39520407ef4c6e95f1c5a216f8c5c5f0b0dbff2c (patch) | |
tree | 97d5d2e82cc8da13acea80cba2bd33250d4d3783 /old | |
parent | 2e4b629e212c654f02e49a258cce1afdef53e6d5 (diff) | |
download | coreutils-39520407ef4c6e95f1c5a216f8c5c5f0b0dbff2c.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b11b4bacf..8608ba1a3 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,23 @@ +2000-10-18 Jim Meyering <meyering@lucent.com> + + * doc/sh-utils.texi (Examples of date): Fix a typo. + 2000-10-11 Jim Meyering <meyering@lucent.com> * doc/sh-utils.texi (Time directives) [%S]: Range is 0..60, not 0..61. +2000-10-06 Paul Eggert <eggert@twinsun.com> + + Undo the effect of the 1997-07-12 change to date.c; it + broke "date -u MMDDhhmm" and it wasn't documented. + This reverts to the behavior of the 1996-01-03 patch. + + * src/date.c (TZ_UTC0, MAYBE_SET_TZ_UTC0, set_tz): Remove. + (batch_convert): Don't futz with TZ. + (main): -u now parses all dates as UTC, not just some. + * tests/date/Test.pm (utc-0, utc-1, relative-2): Adjust to + above change. + 2000-09-29 Jim Meyering <meyering@lucent.com> * src/yes.c (usage): Add a separate usage line, just for `OPTION'. |