summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-06 16:14:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-06 16:14:31 (GMT)
commitf756f4519bc78def438d90807a1b7c662cfa1cc0 (patch)
treecb7f9363166936707e015a4f7b9bc562c87cd2d4 /ChangeLog
parent85d4482f18637feeb6418a5935859a7423a2fc03 (diff)
downloadtcl-f756f4519bc78def438d90807a1b7c662cfa1cc0.zip
tcl-f756f4519bc78def438d90807a1b7c662cfa1cc0.tar.gz
tcl-f756f4519bc78def438d90807a1b7c662cfa1cc0.tar.bz2
Simplify code for setting up the [chan] ensemble now that we can leverage
TclMakeEnsemble to do most of the work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79c2b52..5e29ca2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-12-06 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * generic/tclBasic.c (Tcl_CreateInterp): Simplify the setting up of
+ * generic/tclIOCmd.c (TclInitChanCmd): the [chan] ensemble. This
+ * library/init.tcl: gets rid of quite a bit of
+ code and makes it possible to understand the whole with less effort.
+
* generic/tclCompCmds.c (TclCompileEnsemble): Ensure that the right
number of tokens are copied. [Bug 1845320]