summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 22:22:13 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 22:22:13 (GMT)
commit554d0e544dd8f6c9678f730a8ebce9a517ad7813 (patch)
tree58550924ca7a61dd430bbcb5c8914ad27fdb4585 /ChangeLog
parent6f9be46dca324a11afaa829bda9fd4c6d777a1c3 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cab49f..60876f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].