summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51f6d25c65..9e4337afd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-02-13 Darshit Shah <darnir@gnu.org>
+
+ unicase: Update function protoype to match definition.
+ * lib/unicase/special-casing.h (gl_unicase_special_lookup): Gperf 3.1
+ uses 'size_t' as the datatype for the 'len' parameter in the functions
+ it generates. Update the prototype specified here to match the newly
+ generated function.
+
2017-02-12 Bruno Haible <bruno@clisp.org>
times test: Avoid gcc warnings on Linux/x32.