summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-10-02 18:54:05 +0200
committerBruno Haible <bruno@clisp.org>2010-10-02 18:54:05 +0200
commit3534c3af248f7e657e0ce5122260fbcf367dc478 (patch)
treec203c393623a7c302389a0769e56457c16718289 /ChangeLog
parentb14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620 (diff)
downloadgnulib-3534c3af248f7e657e0ce5122260fbcf367dc478.tar.gz
Define missing EDQUOT on NonStop Kernel.
* lib/errno.in.h (EDQUOT): Assign a value if missing. * lib/strerror.c (rpl_strerror): Handle missing EDQUOT. * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether EDQUOT is missing. * doc/posix-headers/errno.texi: Mention the NSK bug. * doc/posix-functions/strerror.texi: Mention the workaround on NSK. Reported by Joachim Schmitz <schmitz@hp.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 083d820f40..72d5fa8c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2010-10-02 Bruno Haible <bruno@clisp.org>
+ Define missing EDQUOT on NonStop Kernel.
+ * lib/errno.in.h (EDQUOT): Assign a value if missing.
+ * lib/strerror.c (rpl_strerror): Handle missing EDQUOT.
+ * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether EDQUOT is
+ missing.
+ * doc/posix-headers/errno.texi: Mention the NSK bug.
+ * doc/posix-functions/strerror.texi: Mention the workaround on NSK.
+ Reported by Joachim Schmitz <schmitz@hp.com>.
+
+2010-10-02 Bruno Haible <bruno@clisp.org>
+
Update doc for POSIX:2008.
* doc/posix-headers/*.texi [except ucontext.texi, sys_timeb.texi]:
Update URL of POSIX specification.