diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:49:30 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-11 11:49:30 +0200 |
commit | b87591663bee924970860dbe7ab62e37103ae7c6 (patch) | |
tree | 3b02d0e43ee0066b82ffc7942a877f8fbba70689 /ChangeLog | |
parent | 7d2e5e782f93fff222024a896e041fb21b17a3b7 (diff) | |
parent | 255f50dd5427a17e5277a30d98b0a1c5eaec6001 (diff) | |
download | egawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.gz egawk-b87591663bee924970860dbe7ab62e37103ae7c6.tar.bz2 egawk-b87591663bee924970860dbe7ab62e37103ae7c6.zip |
Merge branch 'master' into feature/readall
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2022-12-10 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * io.c (wait_any): When saving a saved exit status returned by + _cwait or waitpid or wait in struct redirect's status field, we + should actually save the valued returned by sanitize_exit_status + instead of the raw status. This fixes a bug whereby a saved status + for a previously exited process was being returned by gawk_pclose + without first being sanitized. Thanks to Jakub Martisko + <jamartis@redhat.com> for reporting the bug. + +2022-02-10 Arnold D. Robbins <arnold@skeeve.com> + + * builtin.c (sanitize_exit_status): Fix formatting. + 2022-02-07 Arnold D. Robbins <arnold@skeeve.com> Continue fixing indirect calls of builtins. |