aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e88d68b2..c04e2c75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2017-07-07 Arnold D. Robbins <arnold@skeeve.com>
+ Remove warnings from GCC 7.1 compilation.
+
+ * awk.h (fatal_tag_valid): Change type to int.
+ * awkgram.y (yylex): Set did_newline to true instead of using ++.
+ * builtin.c (format_tree): Set lj to true instead of using ++.
+ * cmd.h (pager_quit_tag_valid): Change type to int.
+ * debug.c (pager_quit_tag_valid): Change type to int.
+ (do_clear): Make bp_found an int, change uses.
+ (do_run): Treat fatal_tag_valid as an int.
+ * msg.c (fatal_tag_valid): Change type to int.
+
+2017-07-07 Arnold D. Robbins <arnold@skeeve.com>
+
* gawapi.h: Bring descriptive comments up to date, minor edits.
* io.c: Add some initial comments to functions where they were missing.