diff options
author | andreas_kupries <akupries@shaw.ca> | 2007-11-14 19:53:26 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2007-11-14 19:53:26 (GMT) |
commit | 9bdde7aa4d7b94e1801005fcc63f1fe9953d216a (patch) | |
tree | 2ee64d903f977e66a96ac59769b7a3ce4e8b00d6 /ChangeLog | |
parent | ee7263e60a62d54b28a593d5e36927943222c9e2 (diff) | |
download | tcl-9bdde7aa4d7b94e1801005fcc63f1fe9953d216a.zip tcl-9bdde7aa4d7b94e1801005fcc63f1fe9953d216a.tar.gz tcl-9bdde7aa4d7b94e1801005fcc63f1fe9953d216a.tar.bz2 |
* tests/chanio.test: New file. This is essentially a duplicate of
'io.test', with all channel commands converted to their 'chan
xxx' notation.
* tests/io.test: Fixed typo in test description.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-11-14 Andreas Kupries <andreask@activestate.com> + + * tests/chanio.test: New file. This is essentially a duplicate of + 'io.test', with all channel commands converted to their 'chan + xxx' notation. + * tests/io.test: Fixed typo in test description. + 2007-11-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/regc*.c: Eliminate multi-char collating element code |