diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:38:36 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-07-16 22:38:36 (GMT) |
commit | d03d0ed2481529c1670ed26cee493f9c6abffb40 (patch) | |
tree | 2c9a88cb862377499b2d0e5c18221bd511501c5f /ChangeLog | |
parent | 554d0e544dd8f6c9678f730a8ebce9a517ad7813 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]. |