summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-12-03 14:09:14 +0100
committerBruno Haible <bruno@clisp.org>2011-12-03 14:09:14 +0100
commit1917369d72235bea2b78b7d61f5ece0ea8e98d7e (patch)
treeda049e39589116fcfddedf99fbc14497bee3e278 /ChangeLog
parentab8fbf44bf4633d1c326940ce1d0715fb63936d4 (diff)
downloadgnulib-1917369d72235bea2b78b7d61f5ece0ea8e98d7e.tar.gz
Tweak last commit.
* lib/sethostname.c: Don't include <string.h>. (sethostname): No need to copy the argument string to the stack. Don't call clearerr. Preserve errno when fprintf failed. * m4/sethostname.m4 (gl_FUNC_SETHOSTNAME): Comment about HOST_NAME_MAX. Don't invoke AC_REPLACE_FUNCS. * modules/sethostname (Link): Remove empty section. * doc/glibc-functions/sethostname.texi: Gnulib does not fix the ENOSYS failure problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a28f92d8..26c8615eaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-12-03 Bruno Haible <bruno@clisp.org>
+
+ Tweak last commit.
+ * lib/sethostname.c: Don't include <string.h>.
+ (sethostname): No need to copy the argument string to the stack. Don't
+ call clearerr. Preserve errno when fprintf failed.
+ * m4/sethostname.m4 (gl_FUNC_SETHOSTNAME): Comment about HOST_NAME_MAX.
+ Don't invoke AC_REPLACE_FUNCS.
+ * modules/sethostname (Link): Remove empty section.
+ * doc/glibc-functions/sethostname.texi: Gnulib does not fix the ENOSYS
+ failure problem.
+
2011-12-01 Ben Walton <bwalton@artsci.utoronto.ca>
New module 'sethostname'.