diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-27 08:07:51 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-27 08:07:51 +0300 |
commit | c2f6af30f602aa1a28e59491cbbfcf9145350f78 (patch) | |
tree | 0ce9863bebfb4e8b925f16b741a6d793dee1395f /ChangeLog | |
parent | 0cdb4a0e28663cde0937601d26789ba5a6697848 (diff) | |
parent | 656b5bbec59a3094ae13f3bdac7ae2ef1e2fb5e9 (diff) | |
download | egawk-c2f6af30f602aa1a28e59491cbbfcf9145350f78.tar.gz egawk-c2f6af30f602aa1a28e59491cbbfcf9145350f78.tar.bz2 egawk-c2f6af30f602aa1a28e59491cbbfcf9145350f78.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |