summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2008-12-12 16:07:17 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2008-12-12 16:07:17 (GMT)
commit93b82f20898aee2279608c81083e429192114e7a (patch)
tree30fb8730c825bdf2fb1362e6bcad9fae1974934b /ChangeLog
parent6ebb11823238d9bf5e8b20524bacc6c72450693f (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43a5a64..39e3769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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