aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e4a5ec5..74c4e89a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2021-10-18 Arnold D. Robbins <arnold@skeeve.com>
+
+ Factor duplicated code out into a separate function.
+ D.R.Y. principle.
+
+ * symbol.c (get_name_from_awk_ns): New function.
+ (lookup): Use it.
+ (install): Use it.
+
+ * awkgram.y (check_qualified_special): Use awk_namespace instead of a
+ string constant.
+ * profile.c (pprint): Ditto.
+ (adjust_namespace): Ditto. Also, fix the check for the qualified
+ name to look for the "::" in case one namespace is a prefix of
+ another.
+
2021-10-13 Arnold D. Robbins <arnold@skeeve.com>
* README: Update version, copyright year.