summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-26 10:17:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-26 10:17:39 (GMT)
commit71c78f086f4351b90c071a0e60619abb585050a9 (patch)
tree94d8903a596524df0447b7aee4543abdc8000008 /ChangeLog
parent482a2c710ebf1d8b9e7982fd0249025e22bdc867 (diff)
parent93c840992c1129bbc33225c12f850ce134728c47 (diff)
downloadtcl-71c78f086f4351b90c071a0e60619abb585050a9.zip
tcl-71c78f086f4351b90c071a0e60619abb585050a9.tar.gz
tcl-71c78f086f4351b90c071a0e60619abb585050a9.tar.bz2
Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a proper error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 117086f..2036b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-26 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclObj.c: Don't panic if Tcl_ConvertToType is called for a
+ type that doesn't have a setFromAnyProc, create a proper error message.
+
2013-02-25 Donal K. Fellows <dkf@users.sf.net>
* tests/binary.test (binary-41.*): [Bug 3605721]: Test independence