From: Jim Meyering Date: Wed, 18 Oct 2000 09:51:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_8~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39520407ef4c6e95f1c5a216f8c5c5f0b0dbff2c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b11b4bacf9..8608ba1a35 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,23 @@ +2000-10-18 Jim Meyering + + * doc/sh-utils.texi (Examples of date): Fix a typo. + 2000-10-11 Jim Meyering * doc/sh-utils.texi (Time directives) [%S]: Range is 0..60, not 0..61. +2000-10-06 Paul Eggert + + 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 * src/yes.c (usage): Add a separate usage line, just for `OPTION'.