diff options
author | dgp <dgp@users.sourceforge.net> | 2017-12-15 16:50:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-12-15 16:50:50 (GMT) |
commit | f93a191f9bd9b2626751e8c2b374b194bae325fd (patch) | |
tree | cbf232910656e5ba9ce6703d5220f37299f28760 /generic/tclEnsemble.c | |
parent | 82b3f1c765d0b39ca8605e589abfb59f2894bb08 (diff) | |
download | tcl-f93a191f9bd9b2626751e8c2b374b194bae325fd.zip tcl-f93a191f9bd9b2626751e8c2b374b194bae325fd.tar.gz tcl-f93a191f9bd9b2626751e8c2b374b194bae325fd.tar.bz2 |
Revert the (int -> size_t) transition of the "cmdEpoch" field of
the struct Command that was part of [ff3f6a12a8d099ef], and related changes.
This change broke the ability of Itcl 3.4 built against Tcl 8.6 headers
to successfully [load] into and operate in a Tcl 8.7 interp.
"Command" is a private struct, and Itcl 3 should have respected that, but
it has not, and changing the size of the cmdEpoch field broke the ability
of Itcl 3 to operate on later fields of the struct, notably the deleteProc,
which it makes extensive use of.
I believe we should keep the change in the Tcl 9 sources.
Diffstat (limited to 'generic/tclEnsemble.c')
0 files changed, 0 insertions, 0 deletions