summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-06-26 13:38:22 +0200
committerBruno Haible <bruno@clisp.org>2020-06-26 13:38:22 +0200
commit0ea87e9a68564479a0c5658f27147060d3e88ea8 (patch)
tree1f02ed42e4c12cc8e30b10bbd9e2467b90844729 /ChangeLog
parent39be62df3b9b2453392109f4b6c4bb418e8d175a (diff)
downloadgnulib-0ea87e9a68564479a0c5658f27147060d3e88ea8.tar.gz
doc: Mention declaration fixes implemented by some modules.
* doc/posix-functions/chdir.texi: Mention the module 'chdir'. * doc/posix-functions/close.texi: Mention that Gnulib makes the function declaration appear in <unistd.h>. * doc/posix-functions/dup.texi: Likewise. * doc/posix-functions/dup2.texi: Likewise. * doc/posix-functions/gethostname.texi: Likewise. * doc/posix-functions/isatty.texi: Likewise. * doc/posix-functions/lseek.texi: Likewise. * doc/posix-functions/unlink.texi: Likewise. * doc/posix-functions/read.texi: Mention the module 'read'. * doc/posix-functions/write.texi: Mention the effects of the module 'write'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c440be9d8..5adf4f9630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2020-06-26 Bruno Haible <bruno@clisp.org>
+
+ doc: Mention declaration fixes implemented by some modules.
+ * doc/posix-functions/chdir.texi: Mention the module 'chdir'.
+ * doc/posix-functions/close.texi: Mention that Gnulib makes the function
+ declaration appear in <unistd.h>.
+ * doc/posix-functions/dup.texi: Likewise.
+ * doc/posix-functions/dup2.texi: Likewise.
+ * doc/posix-functions/gethostname.texi: Likewise.
+ * doc/posix-functions/isatty.texi: Likewise.
+ * doc/posix-functions/lseek.texi: Likewise.
+ * doc/posix-functions/unlink.texi: Likewise.
+ * doc/posix-functions/read.texi: Mention the module 'read'.
+ * doc/posix-functions/write.texi: Mention the effects of the module
+ 'write'.
+
2020-06-25 Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>
c-dtoastr, c-ldtoastr: new modules