aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434748d9..92095c38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-03-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ Allow nested indirect function calls. Thanks to
+ Kaz Kylheku <kaz@kylheku.com> for the report.
+
+ * awkgram.y (at_seen): Turn into an int that is incremented
+ and decremented as appropriate.
+
2022-03-22 Arnold D. Robbins <arnold@skeeve.com>
Make lint checks for builtin functions smarter. Initial