aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-09-26 05:22:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-09-26 05:22:09 +0300
commit196eeabf82e8f4653872afa2f49fa124295f15d5 (patch)
tree3787a11d798c81726a6cd669fbac7ac9fa1f8cbd /ChangeLog
parent491c127c5c78f0729f3e75bc0d07d49285a2041b (diff)
parent727c2b4c7011c252fd1973358629cccbfecfc25d (diff)
downloadegawk-196eeabf82e8f4653872afa2f49fa124295f15d5.tar.gz
egawk-196eeabf82e8f4653872afa2f49fa124295f15d5.tar.bz2
egawk-196eeabf82e8f4653872afa2f49fa124295f15d5.zip
Merge branch 'gawk-4.1-stable'
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.