aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 755be27b..1efa7a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-24 Eli Zaretskii <eliz@gnu.org>
+
+ * debug.c (restart) [__MINGW32__]: Cast 2nd argument of execvp to
+ avoid compiler warnings about prototype mismatch. Reported by
+ Marc de Bourget <marcdebourget@gmail.com>.
+
2016-09-09 Norihiro Tanaka <noritnk@kcn.ne.jp>
* awk.h (struct Regexp): Remove member has_anchor. All uses removed.