summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-28 05:51:44 +0000
committerJim Meyering <jim@meyering.net>1995-10-28 05:51:44 +0000
commit09eedba01f1355825f702362327dfcc8efcfdadb (patch)
treec74780e8064093d6c1cbe8c18c4d3bd3ae355c5b /old/sh-utils
parentca59b76b50211f6a93a9f0e439bc787de98803da (diff)
downloadcoreutils-09eedba01f1355825f702362327dfcc8efcfdadb.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 070a6b6b4..69aa943d4 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+Sat Oct 28 00:49:13 1995 Jim Meyering (meyering@comco.com)
+
+ * date.c: New option --reference=FILE (-r FILE) analogous to the
+ like-named touch option.
+ (main): Recognize it and give diagnostic for misuse.
+ (usage): Describe briefly.
+ From Franc,ois Pinard.
+
+ * date.c (batch_convert): Close input stream also when it's not stdin.
+ (main): Reorganize to do option-consistency checks before all else.
+
Tue Sep 26 23:05:01 1995 Jim Meyering (meyering@comco.com)
* man/Makefile.in (install-data, uninstall): Use sed not basename.