summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-12-17 21:35:55 (GMT)
committerhobbs <hobbs>2002-12-17 21:35:55 (GMT)
commitffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e (patch)
treef52efdc91a35a428ac0b5ca6d9bd65d98f6827e6 /ChangeLog
parent8fd397ee9ff91c143248a1ad2d38a15501f42489 (diff)
downloadtcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.zip
tcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.tar.gz
tcl-ffa5cc26e85ed18e635f1a686ac0f4bbf7a63f4e.tar.bz2
* generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode):
(Tcl_ThreadAlert): Check that the stub functions are non-NULL before calling them. They could be set to NULL by Tcl_SetNotifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dff32d3..a83cb5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-17 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclNotify.c (TclFinalizeNotifier, Tcl_SetServiceMode):
+ (Tcl_ThreadAlert): Check that the stub functions are non-NULL
+ before calling them. They could be set to NULL by Tcl_SetNotifier.
+
2002-12-16 David Gravereaux <davygrvy@pobox.com>
* generic/tclPipe.c (TclCleanupChildren):