summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21218d7..0f84fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-07-25 Bruno Haible <bruno@clisp.org>
+
+ Avoid "implicit fallthrough" warnings in the generated code.
+ Reported by Phil Willoughby at
+ <https://lists.gnu.org/archive/html/bug-gperf/2018-07/msg00002.html>.
+ * src/output.cc (Output::output_hash_function): Emit a more elaborate
+ fallthrough marker.
+ * tests/*.exp: Update.
+
2018-04-24 Bruno Haible <bruno@clisp.org>
Support input files with CR/LF line terminators.