summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Roucariès <roucaries.bastien@gmail.com>2011-03-13 15:06:52 +0100
committerBruno Haible <bruno@clisp.org>2011-03-13 15:35:46 +0100
commitee195dafe32fed7ec44fb0cbf775e1638e668b9b (patch)
tree83e35052752eb7e324e58c83a4c0ce600bab3cad /ChangeLog
parent68d757e2cb228590d46961cbf3e9ec7d4460e335 (diff)
downloadgnulib-ee195dafe32fed7ec44fb0cbf775e1638e668b9b.tar.gz
passfd module, part 2.
* modules/passfd: New file. * lib/passfd.h: New file. * lib/passfd.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3ddcef231..c95ab68426 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-07 Bastien Roucariès <roucaries.bastien@gmail.com>
+
+ passfd module, part 2.
+ * modules/passfd: New file.
+ * lib/passfd.h: New file.
+ * lib/passfd.c: New file.
+
2011-03-12 Bruno Haible <bruno@clisp.org>
wcswidth, mbswidth: Avoid integer overflow.