diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-05 21:29:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-01-05 21:29:47 +0200 |
commit | 0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd (patch) | |
tree | afc0ffb888de22ece1b07213c24746ed3633e81b /ChangeLog | |
parent | aa58c798bed920b6051c4459488195df2b76aaf4 (diff) | |
parent | 71a50ec092b75ce2b2f969892c6cd443d44777a5 (diff) | |
download | egawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.tar.gz egawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.tar.bz2 egawk-0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |