summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-06-23 00:23:42 (GMT)
committerdas <das@noemail.net>2007-06-23 00:23:42 (GMT)
commitf46e9d63273a6083b52d42717af96f0da6d91d2d (patch)
treeb9f63c6b23375f265d7323f0835ac70f7b4650bd /ChangeLog
parent881ffc891f6e3309952dba5fb9093b7921f9a896 (diff)
downloadtcl-f46e9d63273a6083b52d42717af96f0da6d91d2d.zip
tcl-f46e9d63273a6083b52d42717af96f0da6d91d2d.tar.gz
tcl-f46e9d63273a6083b52d42717af96f0da6d91d2d.tar.bz2
* macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation
APIs after fork() on systems where that would lead to an abort(). FossilOrigin-Name: 2e4ef48dddab9bad7470775cafb67191dc90e8db
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6093908..44f23fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-23 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation
+ APIs after fork() on systems where that would lead to an abort().
+
2007-06-10 Jeff Hobbs <jeffh@ActiveState.com>
* README: updated links. [Bug 1715081]
@@ -13,8 +18,8 @@
2007-06-05 Don Porter <dgp@users.sourceforge.net>
- * tests/result.test (result-6.2): Add test for Bug 1649062 so
- that 8.4 and 8.5 both test the same outcome and we verify compatibility.
+ * tests/result.test (result-6.2): Add test for [Bug 1649062] so that
+ 8.4 and 8.5 both test the same outcome and we verify compatibility.
2007-05-30 Don Porter <dgp@users.sourceforge.net>
@@ -52,7 +57,7 @@
* changes: updates for 8.4.15 release.
* win/tclWinReg.c: Bump to registry 1.1.5 to account
- * library/reg/pkgIndex.tcl: for [1682211] bug fix.
+ * library/reg/pkgIndex.tcl: for [Bug 1682211] fix.
2007-05-10 Don Porter <dgp@users.sourceforge.net>