summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a25be21d2f..8a4763aad7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-06-22 Akim Demaille <akim@lrde.epita.fr>
+
+ maintainer-makefile: restore portability to non-GNU awks
+ Reported by Tim Rühsen.
+ * top/maint.mk (AWK): New variable. Use it.
+ (sc_prohibit_gnu_make_extensions): Skip if $(AWK) is not gawk.
+
2019-06-23 Paul Eggert <eggert@cs.ucla.edu>
Document setvbuf _IOLBF problem