summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-17 17:38:36 +0000
committerJim Meyering <jim@meyering.net>2004-03-17 17:38:36 +0000
commitf339dc62bf3050fcbe88f201377c79f64f273949 (patch)
tree271adcebb96657cd3ef5c9da3fa8a02b5e0a2d19 /doc
parent9f217026759cc2fbb8f4888753c4873e7252e1dc (diff)
downloadcoreutils-f339dc62bf3050fcbe88f201377c79f64f273949.tar.xz
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 12bc0a096..b001f9336 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,25 @@
+2004-02-29 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <jim@meyering.net>
* coreutils.texi (date invocation): Add missing `C' to %[...] range