aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-21 15:04:14 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-21 15:04:14 +0300
commitdfb4f3b18cc0490cf1db9dad021fce62a99443b5 (patch)
tree73521ae6691edc38c503a20725135a7a7ac95d93 /ChangeLog
parent3ee06fa46236117ccb00fe4e832e7a7e4694f7f8 (diff)
parent847657fa4ec580658371d6fcaea547f7769fb569 (diff)
downloadegawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.tar.gz
egawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.tar.bz2
egawk-dfb4f3b18cc0490cf1db9dad021fce62a99443b5.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ffd49eb..8ca1e095 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
2019-04-21 Arnold D. Robbins <arnold@skeeve.com>
* POSIX.STD: Updated.
+ * field.c (get_field): If NF == -1, check parse high water to
+ set in_middle correctly. Thanks to <oguzismailuysal@gmail.com>
+ for the report.
+
+2019-04-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ * msg.c (msg): Add an undocumented feature. "Use the Source, Luke."
+ * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops.
+ * CheckList: Updated.
+
+ Fix core dump reported by Steve Kemp <steve@steve.org.uk>:
+
+ * awk.h (errcount): Declare.
+ * awkgram.y (errcount): No longer static.
+ * command.y (dbg_errcount): Renamed from errcount.j
+ * main.c (catchsig, catchsegv): If errcount > 0, just exit,
+ don't abort.
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>