summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-08 13:44:31 +0000
committerJim Meyering <jim@meyering.net>1999-04-08 13:44:31 +0000
commit24c8bc71079a02bd5caefbe453046da4658aba49 (patch)
tree345e4c321c3f70b2b829f650ddedf797c0245635
parent4ab8ea3cb729f7b99776ecf6e97a39755848892a (diff)
downloadcoreutils-24c8bc71079a02bd5caefbe453046da4658aba49.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 292c642a8..2b63a803d 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,15 @@
+1999-04-08 Jim Meyering <meyering@ascend.com>
+
+ 1999-03-25 James R. Van Zandt <jrv@vanzandt.mv.com>
+ * doc/sh-utils.texi (Options for date): Document --iso-8601
+ * src/date.c: Accept new option: --iso-8601.
+ * lib/Makefile.am (libsu_a_SOURCES): Add argmatch.c and quotearg.c.
+ (noinst_HEADERS): Add argmatch.h and quotearg.h.
+ * lib/argmatch.c: New file.
+ * lib/argmatch.h: New file.
+ * lib/quotearg.c: New file.
+ * lib/quotearg.h: New file.
+
1999-03-30 Jim Meyering <meyering@ascend.com>
* src/sys2.h: Include "closeout.h" and "version-etc.h"