diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 13:43:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 13:43:14 (GMT) |
commit | 26a7fe964873387b4eeb9ae331517cc3a880ee72 (patch) | |
tree | 228a5ebe672b458adbf3052720a9d3e3779975d6 /ChangeLog | |
parent | 2b649ba9103839c6ddefe1dae22a795915b6c654 (diff) | |
download | tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.zip tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.gz tcl-26a7fe964873387b4eeb9ae331517cc3a880ee72.tar.bz2 |
change 'reflectedchan' to 'refchan' for reduced confusion.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * doc/refchan.n: Adjust internal name to be consistent with the file + name for reduced user confusion. After comment by Dan Steffen. + * generic/tclCmdMZ.c (Tcl_StringObjCmd, UniCharIsAscii): Remember, the NUL character is in ASCII too. [Bug 1808258] |