diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-26 10:17:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-26 10:17:39 (GMT) |
commit | 71c78f086f4351b90c071a0e60619abb585050a9 (patch) | |
tree | 94d8903a596524df0447b7aee4543abdc8000008 /ChangeLog | |
parent | 482a2c710ebf1d8b9e7982fd0249025e22bdc867 (diff) | |
parent | 93c840992c1129bbc33225c12f850ce134728c47 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |