summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-25 19:20:40 +0000
committerJim Meyering <jim@meyering.net>1999-04-25 19:20:40 +0000
commit6002b5a2ed68cdc7463bf65df4652f2d3bf91578 (patch)
treefdb1236e409e080ff0d9e689e14c9cb46c894c82 /old
parent1c9a7ba541586964bfedc1fe21673fa8335f0993 (diff)
downloadcoreutils-6002b5a2ed68cdc7463bf65df4652f2d3bf91578.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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 ca76b02a8..63a17783e 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,17 @@
+1999-04-25 Jim Meyering <meyering@ascend.com>
+
+ * lib/human.c <inttypes.h>: Don't include it here.
+ * lib/human.h <inttypes.h>: Include it here instead.
+ <config.h>: Include it here too.
+ Reported by Andreas Jaeger.
+
+ * src/nice.c [NDEBUG]: Remove definition.
+ Reported by Andreas Jaeger.
+
1999-04-24 Jim Meyering <meyering@ascend.com>
+ * src/who.c (print_entry): Use `#if', not `#ifdef HAVE_UT_HOST'.
+
* Version 1.16g.
* configure.in: Use AC_CANONICAL_HOST.