summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 22:38:36 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 22:38:36 (GMT)
commitd03d0ed2481529c1670ed26cee493f9c6abffb40 (patch)
tree2c9a88cb862377499b2d0e5c18221bd511501c5f /ChangeLog
parent554d0e544dd8f6c9678f730a8ebce9a517ad7813 (diff)
downloadtcl-d03d0ed2481529c1670ed26cee493f9c6abffb40.zip
tcl-d03d0ed2481529c1670ed26cee493f9c6abffb40.tar.gz
tcl-d03d0ed2481529c1670ed26cee493f9c6abffb40.tar.bz2
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the
generation of error messages and simplified by reusing data in a variable instead of retrieving the string again. Fixes [Tcl SF Bug 835289].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60876f5..a39b0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-07-16 Andreas Kupries <andreask@activestate.com>
+ * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the
+ generation of error messages and simplified by reusing data in a
+ variable instead of retrieving the string again. Fixes [Tcl SF Bug 835289].
+
* doc/OpenFileChnl.3: Added description of the behaviour of
Tcl_ReadChars when its 'charsToRead' argument is set to
-1. Fixes [Tcl SF Bug 934511].