summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 22:22:35 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 22:22:35 (GMT)
commit410ec19ed82d84923284f0ffcd8b01e3467c34e2 (patch)
tree374a5fdb4c5c587e736ef19da8e7b86f3d15458d /ChangeLog
parent1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 840688e..04cbb58 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].