summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 00:50:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 00:50:30 +0100
commit5d633fba9b2bef7246f91b350c19071f26e5f7af (patch)
treef4db623feda725a7c4daa69ed93d4a2cd6a7abad /ChangeLog
parentf0da41c71fba8c6b9ff54253917bff3f0b8a9b8e (diff)
downloadlibunistring-5d633fba9b2bef7246f91b350c19071f26e5f7af.tar.gz
Ensure _UNUSED_PARAMETER_ is defined in the public header files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97aae15..b2d0d32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-09 Bruno Haible <bruno@clisp.org>
+
+ Ensure _UNUSED_PARAMETER_ is defined in the public header files.
+ * lib/unistring/cdefs.h: New file, based on gnulib/m4/gnulib-common.m4.
+ * lib/Makefile.am (nobase_nodist_include_HEADERS): Add it.
+ * gnulib-local/lib/unistr.h.diff: Include unistring/cdefs.h.
+ Reported by Mike Gran <spk121@yahoo.com>.
+
2009-09-01 Bruno Haible <bruno@clisp.org>
* README.woe32: Put the -mno-cygwin option into CC and CXX.