summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-07-02 21:10:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-07-02 21:10:50 (GMT)
commit98eee8b9d8af4e5fff52f63d323e3bef3fc84725 (patch)
tree8313a19cf5977de0d0fb765b18bd2a81c915167d /ChangeLog
parentb56947219139a3ea4cd1fa607c4fb4a2aea1b292 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fc9b82..964c4ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: