summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2005-06-24 19:36:56 (GMT)
committerdgp <dgp@noemail.net>2005-06-24 19:36:56 (GMT)
commit88a6d79af6ccd2c97ce580dc886064af7444cf0c (patch)
treeeeac7cbae448e7eedca5da3dee5f0079be234ff5
parent75ec4722418880bfe2395368907a98e50560c1c3 (diff)
downloadtcl-88a6d79af6ccd2c97ce580dc886064af7444cf0c.zip
tcl-88a6d79af6ccd2c97ce580dc886064af7444cf0c.tar.gz
tcl-88a6d79af6ccd2c97ce580dc886064af7444cf0c.tar.bz2
release tag/spelling
FossilOrigin-Name: 2db99ffe24cc589b4335c9f017b9982706fa6208
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 61bfe56..94e561d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-06-24 Kevin Kenny <kennykb@acm.org>
+ *** 8.4.11 TAGGED FOR RELEASE ***
+
* generic/tclEvent.c (Tcl_Finalize):
* generic/tclInt.h:
* generic/tclPreserve.c (TclFinalizePreserve): Changed the
@@ -8,12 +10,10 @@
presumes tha Tcl_Preserve will still work even from an exit
handler. Also, made the assertion check that no exit handlers
are created in Tcl_Finalize conditional on TCL_MEM_DEBUG to
- avoid spurios panics in the "stable" release.
+ avoid spurious panics in the "stable" release.
2005-06-24 Don Porter <dgp@users.sourceforge.net>
- *** 8.4.11 TAGGED FOR RELEASE ***
-
* library/auto.tcl: Make file safe to re-[source] without
destroying registered auto_mkindex_parser hooks.