aboutsummaryrefslogtreecommitdiffstats
path: root/support/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index f7b450c2..85d1b7b9 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,11 @@
+2017-12-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * intprops.h: Sync with GNULIB.
+ * regcomp.c (init_word): Move general_case label inside ifdef.
+ * regex.h: Don't define __USE_GNU. Brings closer to GLIBC regex.
+ * regex.c: Don't include gawkbool.h, we don't use it anymore.
+ * dfa.h: Ditto.
+
2017-11-26 Arnold D. Robbins <arnold@skeeve.com>
* regcomp.c regex_internal.c, regex_internal.h, regexec.c: Sync