summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-03 02:45:51 +0000
committerJim Meyering <jim@meyering.net>1999-05-03 02:45:51 +0000
commit38121144b2c7735e7e1e30ed0cf3c7c9b8842395 (patch)
tree792bf94879e3d9dfe9014f2179acd4da8635c1a5 /old
parent73bc7f077709294277f31582d2fede84373fd690 (diff)
downloadcoreutils-38121144b2c7735e7e1e30ed0cf3c7c9b8842395.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 1ecf59050..eaf4e6204 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,26 @@
+1999-05-02 Jim Meyering <meyering@ascend.com>
+
+ * src/hostname.c (main): Give a better diagnostic when we fail to
+ set the hostname.
+
+ * man/Makefile.summ (hostid-summary): Use correct description.
+ Reported by Joseph S. Myers.
+
+ * lib/readutmp.c (read_utmp): Ignore the return value from utmpname.
+
+1999-04-30 Jim Meyering <meyering@ascend.com>
+
+ * src/dirname.c (main): Manually handle `--', since we no longer
+ call getopt. Reported by Joseph S. Myers.
+ * src/basename.c (main): Likewise.
+ * src/factor.c (main): Likewise.
+
1999-04-25 Jim Meyering <meyering@ascend.com>
* src/seq.c (main): Handle the case in which seq is given no args.
Reported by John Gotts.
+ (main): Revert last change.
+ Instead, loop on `optind < argc' to protect use of argv[optind].
* lib/human.c <inttypes.h>: Don't include it here.
* lib/human.h <inttypes.h>: Include it here instead.