diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:22:35 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:22:35 (GMT) |
commit | 410ec19ed82d84923284f0ffcd8b01e3467c34e2 (patch) | |
tree | 374a5fdb4c5c587e736ef19da8e7b86f3d15458d /ChangeLog | |
parent | 1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46 (diff) | |
download | tcl-410ec19ed82d84923284f0ffcd8b01e3467c34e2.zip tcl-410ec19ed82d84923284f0ffcd8b01e3467c34e2.tar.gz tcl-410ec19ed82d84923284f0ffcd8b01e3467c34e2.tar.bz2 |
* doc/OpenFileChnl.3: Added description of the behaviour of
Tcl_ReadChars when its 'charsToRead' argument is set to
-1. Fixes [Tcl SF Bug 934511].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-07-16 Andreas Kupries <andreask@activestate.com> + * doc/OpenFileChnl.3: Added description of the behaviour of + Tcl_ReadChars when its 'charsToRead' argument is set to + -1. Fixes [Tcl SF Bug 934511]. + * doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778]. |