From: Jim Meyering Date: Wed, 17 Mar 2004 17:38:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~2016 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f339dc62bf3050fcbe88f201377c79f64f273949;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 12bc0a0966..b001f9336e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,25 @@ +2004-02-29 Paul Eggert + + * coreutils.texi (touch invocation): + Describe use of fractional seconds. + (date invocation, Options for date): Likewise. + * getdate.texi (General date syntax, Time of day items): Likewise. + * coreutils.texi (date invocation): Mention effect of LC_TIME. + (Options for date): Describe new --iso-8601=ns option. + + * getdate.texi: Add copyright notice. Change getdate to + get_date when talking about the function name. + (Seconds since the Epoch): New section, containing the time_t + info moved from Date input formats section, along with new + info about the @ syntax. Mention negative time stamps, + fractional time stamps, and leap seconds. + (General date syntax): Modernize examples a bit to reflect new + features. + (General date syntax, Relative items in date strings): + Use ' rather than " to quote formats. + (Time of day items): Add an example with fractional seconds. + Describe fractional-second syntax. + 2004-03-15 Jim Meyering * coreutils.texi (date invocation): Add missing `C' to %[...] range