summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-04-04 08:24:11 +0000
committerJim Meyering <jim@meyering.net>1998-04-04 08:24:11 +0000
commit095c92bc460ccaee9afc9834bcaeca763dd32e9b (patch)
tree601408d2c69860ef3d76e18c33ce2836d500e3a6
parent7957dcc00a437aa350947e1f435a300a6d943f05 (diff)
downloadcoreutils-095c92bc460ccaee9afc9834bcaeca763dd32e9b.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index cb2a4f63d..fb4e95ede 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,25 @@
+1998-04-04 Jim Meyering <meyering@eng.ascend.com>
+
+ * acconfig.h (uintmax_t): Add #undef.
+
+ * configure.in (jm_AC_HEADER_INTTYPES_H): Use it.
+ (jm_AC_TYPE_UINTMAX_T): Use it.
+ (jm_PREREQ): Use it.
+
+ * src/system.h: Sync with system.c from fileutils.
+
+ * Makefile.am (ACLOCAL_AMFLAGS): Define this, so automake/aclocal
+ know about the m4/ subdirectory.
+ * Makefile.maint (aclocal-files): Remove now-unnecessary (with
+ automake-1.2h and the above change) aclocal-related rules and includes.
+
+1998-04-03 Jim Meyering <meyering@eng.ascend.com>
+
+ * lib/closeout.c: New file.
+ * lib/closeout.h: New file.
+ * lib/Makefile.am (libsu_a_SOURCES): Add closeout.c.
+ (noinst_HEADERS): Add closeout.h.
+
1998-03-27 Jim Meyering <meyering@eng.ascend.com>
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.2h.