aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>