diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:22:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:22:13 (GMT) |
commit | 554d0e544dd8f6c9678f730a8ebce9a517ad7813 (patch) | |
tree | 58550924ca7a61dd430bbcb5c8914ad27fdb4585 /ChangeLog | |
parent | 6f9be46dca324a11afaa829bda9fd4c6d777a1c3 (diff) | |
download | tcl-554d0e544dd8f6c9678f730a8ebce9a517ad7813.zip tcl-554d0e544dd8f6c9678f730a8ebce9a517ad7813.tar.gz tcl-554d0e544dd8f6c9678f730a8ebce9a517ad7813.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]. |