diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-09 21:17:25 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-09 21:17:25 +0300 |
commit | b09f86a66cc6cae015a1343c189c84031007de1c (patch) | |
tree | d1385c574c38d9525c84e47a3f0933d0d90e0499 /doc/ChangeLog | |
parent | 6bb7dd16b9af1569ab57e95024e6ad6745875f83 (diff) | |
parent | f1819adeb27379fd0199662b3daffcac4132e5b0 (diff) | |
download | egawk-b09f86a66cc6cae015a1343c189c84031007de1c.tar.gz egawk-b09f86a66cc6cae015a1343c189c84031007de1c.tar.bz2 egawk-b09f86a66cc6cae015a1343c189c84031007de1c.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index dffb7a96..95f27d75 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2021-10-09 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Clarify that initialization and increment parts of + a for loop can't use the C comma operator. Thanks to J Naman + <jnaman2@gmail.com> for pointing out the doc was too subtle. + Unrelated: further expand the bug reporting text and discussion + about comp.lang.awk. + 2021-10-03 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Continue clarifying typeof() usage. And other fixes. |