aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20ab5fd3..6798f232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-07-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ Revert change of 2016-07-24 that always runs the dfa
+ matcher. Based on a bug report from Alexandre Oliva
+ <lxoliva@fsfla.org>, DFA can cause gawk to hang, even
+ in the C locale.
+
+ * re.c (research): Don't use dfa if need_start is true.
+
2017-07-11 Arnold D. Robbins <arnold@skeeve.com>
* awk.h (is_letter): Add declaration.