summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-04-17 13:49:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-04-17 13:49:46 (GMT)
commite5ced1c96d6213766cd6263eddcab12ba1a916a9 (patch)
tree8455e28435ac778476275eb1dd293cc9d8f59fe7 /ChangeLog
parent3abaea7cf8f37548c22b194ef947257e57f5991d (diff)
downloadtcl-e5ced1c96d6213766cd6263eddcab12ba1a916a9.zip
tcl-e5ced1c96d6213766cd6263eddcab12ba1a916a9.tar.gz
tcl-e5ced1c96d6213766cd6263eddcab12ba1a916a9.tar.bz2
Restore the tcl_platform(threaded) variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 668108b..96f8d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,13 +34,6 @@
* library/dde/pkgIndex.tcl Use [::tcl::pkgconfig get debug] instead
* library/reg/pkgIndex.tcl of [info exists ::tcl_platform(debug)]
- ***POTENTIAL INCOMPATIBILITY***
- The variables $tcl_platform(debug) and $tcl_platform(threaded) no
- longer exist. They don't belong in the tcl_platform array, were never
- documented, disturbed the platform-1.1 test, $tcl_platform(debug) was
- only available on Windows anyway, and TIP #59 provides a much better
- alternative.
-
2012-04-10 Donal K. Fellows <dkf@users.sf.net>
* generic/tcl.h (TCL_DEPRECATED_API): [Bug 2458976]: Added macro that