diff options
author | nijtmans <nijtmans> | 2010-07-25 10:13:48 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-25 10:13:48 (GMT) |
commit | 5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f (patch) | |
tree | 5877e6c210b5cca0cbbe807c7dbd2cdfde51dc11 /ChangeLog | |
parent | 201dbba4ce2f18849d8bdcbcd30772661ff2edb8 (diff) | |
download | tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.zip tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.tar.gz tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.tar.bz2 |
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:
revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-07-25 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.h [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 + * generic/tclBasic.c revert tclInt.h to what it was before, and relax the relation + between Tcl_CallFrame and CallFrame. + 2010-07-17 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 |