diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-09 14:09:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-09 14:09:14 (GMT) |
commit | bf5bd60be593f40dbbce0627ef593839cde67a5b (patch) | |
tree | 8cc43adbf4cb203e27b0cd16298088861fa24069 /ChangeLog | |
parent | 60065d3056a7581a4479d0a0aed5fe461a674098 (diff) | |
download | tcl-bf5bd60be593f40dbbce0627ef593839cde67a5b.zip tcl-bf5bd60be593f40dbbce0627ef593839cde67a5b.tar.gz tcl-bf5bd60be593f40dbbce0627ef593839cde67a5b.tar.bz2 |
A bit more readability refactoring.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-12-09 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclIO.c (ChanClose,ChanRead,...): Factored out some of the + code to connect to channel drivers that was common in multiple + locations so as to make code more readable. + 2008-12-06 Donal K. Fellows <dkf@users.sf.net> * generic/tclCmdAH.c (FileTempfileCmd): Force temporary files to be |