From: Jim Meyering Date: Sun, 9 Jul 2000 07:26:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~94 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=17afffee22276c857f7b225220989a1e104cf33f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dac9946b10..8644287deb 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,20 @@ * Most files: Update copyright dates to include 2000. +2000-07-08 Jim Meyering + + * xgethostname.c (ENAMETOOLONG): Define to an unlikely value + if not defined. + (xgethostname): Remove now-unnecessary #ifdef. + Move declaration of `err' into loop where it's used. + +2000-07-05 Bruno Haible + + * xgethostname.c (xgethostname): Protect against the SunOS5.5 bug + by allocating a larger buffer. Test the gethostname return value for + being >= 0, not == 0, for BeOS. Don't exhaust memory if gethostname + returns an error and ENAMETOOLONG isn't defined. + 2000-07-05 Paul Eggert and Bruno Haible