aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-01-05 21:29:47 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-01-05 21:29:47 +0200
commit0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd (patch)
treeafc0ffb888de22ece1b07213c24746ed3633e81b /ChangeLog
parentaa58c798bed920b6051c4459488195df2b76aaf4 (diff)
parent71a50ec092b75ce2b2f969892c6cd443d44777a5 (diff)
downloadegawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.tar.gz
egawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.tar.bz2
egawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a30f31ad..29033fc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2022-01-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.y (change_namespace): New function. Extracted from
+ set_namespace.
+ (want_namespace): New variable.
+ [grammar]: Add explanatory comment about the change.
+ (yylex): Change the namespace immediately from the lexer.
+ (set_namespace): Adjust code.
+ * symbol.c (load_symbols): Strip off leading awk:: so that
+ PROCINFO["identifiers"] is like SYMTAB and FUNCTAB. This makes
+ the code match the documentation. Thanks to John Naman
+ <gawker@703n.com> for the bug report.
+
2021-12-17 Yuri Gribov <tetra2005@gmail.com>
Make a number of functions and variables static.