From: Jim Meyering Date: Sun, 9 Jul 2000 07:26:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7febef0246ed11000d66c2897f54b37073c3ed00;p=pspp *** 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