about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-21 18:23:04 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-07-21 18:23:04 +0100
commit709dbbbda82efde2020d9d67a19687c101b91570 (patch)
tree0eef7d38a80a035eb22b221ade906e14f6b07589 /ChangeLog
parent39ab9952e8255cb99e9c0abcc8bbec43158a55d7 (diff)
downloadzsh-709dbbbda82efde2020d9d67a19687c101b91570.tar.gz
zsh-709dbbbda82efde2020d9d67a19687c101b91570.tar.xz
zsh-709dbbbda82efde2020d9d67a19687c101b91570.zip
31549: Fix third problem with file descriptor management.
Replace ad-hoc subsh_close file descriptor for pipe management with the new
job-based addfilelist() mechanism.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37436aae4..24286df44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 31549: Src/exec,c, Src/zsh.h: replace ad-hoc subsh_close file
+	descriptor for pipes with new addfilelist() job-based mechanism.
+
 2013-07-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 31545: Src/exec.c, Src/parse.c: if FD_CLOEXEC is available,