diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-06 16:14:31 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-06 16:14:31 (GMT) |
commit | f756f4519bc78def438d90807a1b7c662cfa1cc0 (patch) | |
tree | cb7f9363166936707e015a4f7b9bc562c87cd2d4 /ChangeLog | |
parent | 85d4482f18637feeb6418a5935859a7423a2fc03 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |