diff options
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 7a1f8c61..e527b5c1 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-01 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Clarify typeof() usage with array elements |