summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-06-23 00:23:42 (GMT)
committerdas <das>2007-06-23 00:23:42 (GMT)
commita384f578db158e03a8216ded58a85f751f9bc2a4 (patch)
treeb9f63c6b23375f265d7323f0835ac70f7b4650bd /ChangeLog
parentc0eed741bb105f7eee2f2a4e2764e489a7972a37 (diff)
downloadtcl-a384f578db158e03a8216ded58a85f751f9bc2a4.zip
tcl-a384f578db158e03a8216ded58a85f751f9bc2a4.tar.gz
tcl-a384f578db158e03a8216ded58a85f751f9bc2a4.tar.bz2
* macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation
APIs after fork() on systems where that would lead to an abort().
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>