diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-13 21:53:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-02-13 21:53:20 +0200 |
commit | 09887734833d47e9c2ea1203689a9bc7bccae723 (patch) | |
tree | 24447572cfc7b471e061f190a81f83bef48ab5ed /ChangeLog | |
parent | 6accefb01528b9676d39b430941c5f0319490c6e (diff) | |
parent | 4c82793760b88c55ca18cdbdfb819c3ea98cfa91 (diff) | |
download | egawk-09887734833d47e9c2ea1203689a9bc7bccae723.tar.gz egawk-09887734833d47e9c2ea1203689a9bc7bccae723.tar.bz2 egawk-09887734833d47e9c2ea1203689a9bc7bccae723.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2021-02-13 Arnold D. Robbins <arnold@skeeve.com> + + * io.c (nextfile): Use the value of ARGC directly in the for + loop, in case it gets changed by code or by a command line + assignment. Thanks to the discussion in comp.lang.awk for + the report. + 2021-01-28 Arnold D. Robbins <arnold@skeeve.com> Fix a Day One Bug! |