summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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)
commit8f7acc02bcd8a64423e1652bcb5f43f8615ddf8d (patch)
treeeeac7cbae448e7eedca5da3dee5f0079be234ff5 /ChangeLog
parent59a6d33cced0379c77fe74ddfe007f79ca0c0f40 (diff)
downloadtcl-8f7acc02bcd8a64423e1652bcb5f43f8615ddf8d.zip
tcl-8f7acc02bcd8a64423e1652bcb5f43f8615ddf8d.tar.gz
tcl-8f7acc02bcd8a64423e1652bcb5f43f8615ddf8d.tar.bz2
release tag/spelling
Diffstat (limited to 'ChangeLog')
-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.