diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-04-06 08:13:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-04-06 08:13:48 +0300 |
commit | 4bbfe95a4f14520de2d40d8bf055cec17ce2396b (patch) | |
tree | 854744ac5001fb10657a5d192081699edb61306b /extension/ChangeLog | |
parent | 32b09ecf9cdcc1dc131a704ad0fa6bf79580c151 (diff) | |
parent | 1c51faed4fd14db4a39729640bdf3a381d680f9e (diff) | |
download | egawk-4bbfe95a4f14520de2d40d8bf055cec17ce2396b.tar.gz egawk-4bbfe95a4f14520de2d40d8bf055cec17ce2396b.tar.bz2 egawk-4bbfe95a4f14520de2d40d8bf055cec17ce2396b.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index d160c031..2049201b 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,8 @@ +2022-04-05 Arnold D. Robbins <arnold@skeeve.com> + + * testext.c (test_array_param): Init new_array to avoid + compiler warnings. Thanks to Michal Jaegermann for the report. + 2022-04-01 Arnold D. Robbins <arnold@skeeve.com> Small fix from the persistent-gawk guys. |