summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-05-21 13:26:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-05-21 13:26:14 (GMT)
commit422670d42865358d830bc1a65fc7aa48904a2d71 (patch)
tree4fd121267a29b8a26506b15326ed9b38bb167344 /ChangeLog
parente47e090ebc6534d30664a39311da929831681b02 (diff)
downloadtcl-422670d42865358d830bc1a65fc7aa48904a2d71.zip
tcl-422670d42865358d830bc1a65fc7aa48904a2d71.tar.gz
tcl-422670d42865358d830bc1a65fc7aa48904a2d71.tar.bz2
Backport of fixes to Tcl_SetNamespaceUnknownHandler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a30bea6..7d880e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-21 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclNamesp.c (Tcl_SetNamespaceUnknownHandler): Corrected odd
+ logic for handling installation of namespace unknown handlers which
+ could lead too very strange things happening in the error case.
+
2008-05-16 Miguel Sofer <msofer@users.sf.net>
* generic/tclCompile.c: fix crash with tcl_traceExec. Found and