summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-09 07:26:44 +0000
committerJim Meyering <jim@meyering.net>2000-07-09 07:26:44 +0000
commit17afffee22276c857f7b225220989a1e104cf33f (patch)
tree61dc3fb156991cb32b8def40b9de30ab63f70cb8 /lib
parent50751a7eff33e51ea9592b72465b86d238151dac (diff)
downloadcoreutils-17afffee22276c857f7b225220989a1e104cf33f.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
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>