diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-02 21:10:50 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-02 21:10:50 (GMT) |
commit | 98eee8b9d8af4e5fff52f63d323e3bef3fc84725 (patch) | |
tree | 8313a19cf5977de0d0fb765b18bd2a81c915167d /ChangeLog | |
parent | b56947219139a3ea4cd1fa607c4fb4a2aea1b292 (diff) | |
download | tcl-98eee8b9d8af4e5fff52f63d323e3bef3fc84725.zip tcl-98eee8b9d8af4e5fff52f63d323e3bef3fc84725.tar.gz tcl-98eee8b9d8af4e5fff52f63d323e3bef3fc84725.tar.bz2 |
* generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and
* generic/tclHash.c: any code enabled when it is set to 0. We will
* generic/tclStubInit.c: always want to preserve binary compat
of the structs that appear in the interface through the 8.* series of
releases, so it's pointless to drag around this never-enabled
alternative.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,13 @@ 2007-07-02 Don Porter <dgp@users.sourceforge.net> + * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and + * generic/tclHash.c: any code enabled when it is set to 0. We will + * generic/tclStubInit.c: always want to preserve binary compat + of the structs that appear in the interface through the 8.* series of + releases, so it's pointless to drag around this never-enabled + alternative. + * generic/tclIO.c: Removed dead code. * unix/tclUnixChan.c: |