summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-04-19 03:58:38 +0000
committerJim Meyering <jim@meyering.net>1995-04-19 03:58:38 +0000
commitf9834f6bee3d07ab8a68d31cbbcf5ab6500340bd (patch)
tree909dddda0da50332ea92ba566fd6a4cc5aa70b6d /old/sh-utils
parent5e1b1dabb20ae444023610318847fc39dacae72c (diff)
downloadcoreutils-f9834f6bee3d07ab8a68d31cbbcf5ab6500340bd.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-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 d6303fb55..a09192f10 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+Tue Apr 18 22:57:43 1995 Jim Meyering (meyering@comco.com)
+
+ * configure.in: (AC_OUTPUT): Use echo, not date, to avoid creating
+ unnecessary conflicts for people using version control software
+ like RCS and CVS.
+ (AC_ARG_PROGRAM): Use it.
+
+Fri Mar 10 21:14:11 1995 Jim Meyering (meyering@comco.com)
+
+ * src/*.c: Update Copyright dates.
+
Mon Feb 27 08:05:25 1995 Jim Meyering (meyering@comco.com)
* system.h: Separate errno declaration from STDC_HEADERS.
@@ -16,6 +27,7 @@ Sat Feb 11 08:27:12 1995 Jim Meyering (meyering@comco.com)
just-built `id' executable. That would lose when cross-compiling and
on systems like GNU in which a user may have several effective IDs.
(SOURCES, OBJECTS, PROGS): Add seq.
+ * Makefile.in (PROGS): Add seq.
* configure.in (AC_REPLACE_FUNCS): Add memcmp, memcpy, and memset.
(AC_CHECK_FUNCS): Add strchr and strrchr.