aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FUTURES2
-rw-r--r--NEWS2
2 files changed, 4 insertions, 0 deletions
diff --git a/FUTURES b/FUTURES
index 26d7304f..e42cd013 100644
--- a/FUTURES
+++ b/FUTURES
@@ -24,6 +24,8 @@ For 4.1
DONE: Redo the loadable modules interface from the awk level.
+ DONE: SYMTAB functionality.
+
Continue code reviews / code cleanup
Consider making gawk output +nan for NaN values so that it
diff --git a/NEWS b/NEWS
index c4117dd4..146dd606 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ Changes from 4.0.1 to 4.1
with a minimum of two.
8. Infrastructure upgrades: Automake 1.12.4.
+
+9. New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. See the manual.
Changes from 4.0.1 to 4.0.2
---------------------------