diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-22 21:41:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-22 21:41:23 (GMT) |
commit | a9f62d46d64961de81485a9f8bca17da26422b98 (patch) | |
tree | 195e045cf14991e8db70c6d992913124444493e9 /ChangeLog | |
parent | 4dcfe1cc24fd10bd3e184990a3b7f7c3042d6e03 (diff) | |
download | tcl-a9f62d46d64961de81485a9f8bca17da26422b98.zip tcl-a9f62d46d64961de81485a9f8bca17da26422b98.tar.gz tcl-a9f62d46d64961de81485a9f8bca17da26422b98.tar.bz2 |
typo/format fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -65,7 +65,8 @@ * 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]. + 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 @@ -105,7 +106,7 @@ on 'tclvfs', thinking that they have to close the channel in the close handler for the filesystem. -2004-06-14 Andreas Kupries <andreask@activestate.com> +2004-07-14 Andreas Kupries <andreask@activestate.com> * generic/tclIO.c: * generic/tclIO.h: @@ -954,8 +955,8 @@ 2004-05-19 Andreas Kupries <andreask@activestate.com> - * generic/tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as - * generic/tclIO.h: [SF Tcl Bug 462317], see ChangeLog entry + * generic/tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem + * generic/tclIO.h: as [SF Tcl Bug 462317], see ChangeLog entry 2001-09-26. The fix done at that time is incomplete. It is possible to get around it if the actual read operation is defered and not executed in the event |