diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-09 07:26:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-09 07:26:44 +0000 |
commit | 17afffee22276c857f7b225220989a1e104cf33f (patch) | |
tree | 61dc3fb156991cb32b8def40b9de30ab63f70cb8 | |
parent | 50751a7eff33e51ea9592b72465b86d238151dac (diff) | |
download | coreutils-17afffee22276c857f7b225220989a1e104cf33f.tar.xz |
*** empty log message ***
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index dac9946b1..8644287de 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,20 @@ * Most files: Update copyright dates to include 2000. +2000-07-08 Jim Meyering <meyering@lucent.com> + + * 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 <haible@clisp.cons.org> + + * 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 <eggert@twinsun.com> and Bruno Haible <haible@clisp.cons.org> |