From: Jim Meyering Date: Mon, 3 May 1999 02:45:51 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16h~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38121144b2c7735e7e1e30ed0cf3c7c9b8842395;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1ecf59050c..eaf4e62044 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,26 @@ +1999-05-02 Jim Meyering + + * 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 + + * 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 * 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 : Don't include it here. * lib/human.h : Include it here instead.