diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-22 21:41:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-22 21:41:06 (GMT) |
commit | 32f099af31500e24c7425ed7c762e2b665313ab0 (patch) | |
tree | 4e7fbceb8a10aa60d74c866aa7d92a0c96c8ca70 | |
parent | 1421351399efa280f6108d55bc38c5bc90051dcc (diff) | |
download | tcl-32f099af31500e24c7425ed7c762e2b665313ab0.zip tcl-32f099af31500e24c7425ed7c762e2b665313ab0.tar.gz tcl-32f099af31500e24c7425ed7c762e2b665313ab0.tar.bz2 |
typo/format fixes
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -41,7 +41,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 @@ -91,7 +92,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: @@ -297,8 +298,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 |