diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-12 16:07:17 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2008-12-12 16:07:17 (GMT) |
commit | 93b82f20898aee2279608c81083e429192114e7a (patch) | |
tree | 30fb8730c825bdf2fb1362e6bcad9fae1974934b /ChangeLog | |
parent | 6ebb11823238d9bf5e8b20524bacc6c72450693f (diff) | |
download | tcl-93b82f20898aee2279608c81083e429192114e7a.zip tcl-93b82f20898aee2279608c81083e429192114e7a.tar.gz tcl-93b82f20898aee2279608c81083e429192114e7a.tar.bz2 |
Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-12-12 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * unix/tclUnixNotfy.c Fix missing CLOEXEC on internal pipes [2417695] + * unix/tclUnixPipe.c Fix missing CLOEXEC on [chan pipe] fds. + 2008-12-12 Donal K. Fellows <dkf@users.sf.net> * generic/tclZlib.c (Tcl_ZlibDeflate): Add a bit of extra space for |