summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-01-19 14:28:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-01-19 14:28:26 (GMT)
commit23ad38a8fe16319656b29d3d8171ac25653e0525 (patch)
treebc8c6f69885fd3fdae0a98dc4a2f0bf82c89ff17 /ChangeLog
parent7471ab66a4d23af44031f17791706a069151c70f (diff)
downloadtcl-23ad38a8fe16319656b29d3d8171ac25653e0525.zip
tcl-23ad38a8fe16319656b29d3d8171ac25653e0525.tar.gz
tcl-23ad38a8fe16319656b29d3d8171ac25653e0525.tar.bz2
Clarified last log entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1bb8f7..2a9746c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@
* generic/tcl.h (line 342): A bit more explanation about the
default value for TCL_PRESERVE_BINARY_COMPATABILITY.
- * generic/tcl.h (line 1208): Removed the macro 'Tcl_InitHashTable'
+ * generic/tcl.h (line 1208): Define the macro 'Tcl_InitHashTable'
+ only when TCL_PRESERVE_BINARY_COMPATIBILITY is not set
as it kills binary compatibility to 8.3 and earlier
versions. This is the main part of the patch/change.