summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-10-03 17:21:02 +0000
committerJim Meyering <jim@meyering.net>1998-10-03 17:21:02 +0000
commit169bead160a4142ebb9932a56742cbf08cd0e84b (patch)
treea047b712180b9f7be25e5099d0048479a1689def
parent2ebff08169c14e2103388d86359fbac61a63459b (diff)
downloadcoreutils-169bead160a4142ebb9932a56742cbf08cd0e84b.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 68ed39f45..ee847cfc9 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,20 @@
+1998-10-03 Jim Meyering <meyering@ascend.com>
+
+ * src/Makefile.am (install-exec-local): Change comments to use `##'
+ to avoid automake warning.
+
+ * lib/Makefile.am (noinst_HEADERS): s/posixtm.c/posixtm.h/
+ (libsu_a_SOURCES): s/posixtm.y/posixtm.y/
+ (libsu_a_SOURCES): Remove getdate.c. Add fnmatch.h.
+
+ * src/date.c (main): Update to use new version of posixtime.
+ * lib/posixtm.c: New file.
+ * lib/posixtm.h: New file.
+ * lib/posixtm.y: Remove file.
+
+ * lib/fnmatch.c: New file. (unused)
+ * lib/fnmatch.h: New file. (unused)
+
1998-09-27 Jim Meyering <meyering@ascend.com>
* src/seq.c (main): Decrement optind when we find an `option' that