diff options
author | nijtmans <nijtmans> | 2010-07-24 06:45:01 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-24 06:45:01 (GMT) |
commit | 6d638054cc928993e58d4310a2ed8220a4c76508 (patch) | |
tree | d456d95f70853800b2be47822c520c6b67489284 /ChangeLog | |
parent | d905057aa1a137b50325a061e0ebb35f5efdf3b1 (diff) | |
download | tcl-6d638054cc928993e58d4310a2ed8220a4c76508.zip tcl-6d638054cc928993e58d4310a2ed8220a4c76508.tar.gz tcl-6d638054cc928993e58d4310a2ed8220a4c76508.tar.bz2 |
From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the relation between Tcl_CallFrame and CallFrame.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ * generic/tclDecls.h [Bug 3029891] Functions that don't belong in the * generic/tclTest.c stub table. + * generic/tclBasic.c From [Bug 3030870] make itcl 3.x built with pre-8.6 + work in 8.6: Relax the relation between Tcl_CallFrame and CallFrame. 2010-07-16 Donal K. Fellows <dkf@users.sf.net> |