summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-06-23 00:23:30 (GMT)
committerdas <das>2007-06-23 00:23:30 (GMT)
commit689380c8d2a1a47c3dcf1c67561d18efe1b85489 (patch)
treea065d2e9624f9e2c67f3cda37bc1dfd5866d4187 /ChangeLog
parent502f655491642c7cc617929b6e51b9e966d317bd (diff)
downloadtcl-689380c8d2a1a47c3dcf1c67561d18efe1b85489.zip
tcl-689380c8d2a1a47c3dcf1c67561d18efe1b85489.tar.gz
tcl-689380c8d2a1a47c3dcf1c67561d18efe1b85489.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--ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 06264ea..f13c5b6 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-22 Don Porter <dgp@users.sourceforge.net>
* generic/tclExecute.c: Revised TclStackRealloc() signature to better
@@ -11,9 +16,9 @@
2007-06-21 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c: Move most instances of the Tcl_Parse struct
- * generic/tclCompExpr.c: off the C stack and onto the Tcl stack.
- * generic/tclCompile.c: This is a rather large struct (> 3kB).
+ * generic/tclBasic.c: Move most instances of the Tcl_Parse struct
+ * generic/tclCompExpr.c: off the C stack and onto the Tcl stack.
+ * generic/tclCompile.c: This is a rather large struct (> 3kB).
* generic/tclParse.c:
2007-06-21 Miguel Sofer <msofer@users.sf.net>
@@ -21,8 +26,7 @@
* generic/tclBasic.c (TEOvI): Made sure that leave
* generic/tclExecute.c (INST_INVOKE): traces that were created
* tests/trace.test (trace-36.2): during execution of an
- originally untraced command do not fire [Bug 1740962], partial
- fix.
+ originally untraced command do not fire [Bug 1740962], partial fix.
2007-06-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>