summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-06-24 19:36:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-06-24 19:36:57 (GMT)
commite92914ed5ca9bc2dc21fa495e2130646e5aea02c (patch)
treeeeac7cbae448e7eedca5da3dee5f0079be234ff5
parent391f143182eebacb2cf0f1c44289784e6398c75b (diff)
downloadtcl-e92914ed5ca9bc2dc21fa495e2130646e5aea02c.zip
tcl-e92914ed5ca9bc2dc21fa495e2130646e5aea02c.tar.gz
tcl-e92914ed5ca9bc2dc21fa495e2130646e5aea02c.tar.bz2
release tag/spelling
-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.