summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-27 23:28:48 +0200
committerBruno Haible <bruno@clisp.org>2011-04-27 23:29:32 +0200
commit5ea8bedd0c6a7a8f29dcff301d126b58cc123ea8 (patch)
treed1e9b5c214e54e004b806bb24ac416ecbee83e23 /ChangeLog
parent825499de077435754651ff49b3f3dba576a2ebc6 (diff)
downloadgnulib-5ea8bedd0c6a7a8f29dcff301d126b58cc123ea8.tar.gz
clean-temp: Clarify what it does.
* lib/clean-temp.h: Add more comments. * doc/posix-functions/mkstemp.texi: Tweak reference to 'clean-temp' module. * doc/glibc-functions/mkostemp.texi: Mention 'clean-temp' here too. * doc/glibc-functions/mkstemps.texi: Likewise. * doc/glibc-functions/mkostemps.texi: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2dbf3cfa8d..6dcaa38f89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-04-27 Bruno Haible <bruno@clisp.org>
+
+ clean-temp: Clarify what it does.
+ * lib/clean-temp.h: Add more comments.
+ * doc/posix-functions/mkstemp.texi: Tweak reference to 'clean-temp'
+ module.
+ * doc/glibc-functions/mkostemp.texi: Mention 'clean-temp' here too.
+ * doc/glibc-functions/mkstemps.texi: Likewise.
+ * doc/glibc-functions/mkostemps.texi: Likewise.
+
2011-04-27 Eric Blake <eblake@redhat.com>
fchdir: avoid extra chdir and fix test