diff options
author | mdejong <mdejong> | 2003-03-06 09:47:48 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-06 09:47:48 (GMT) |
commit | 07b4cc33fb2184b87a048a0a930f1396a70d9df5 (patch) | |
tree | 8a50de024a79defdc00631e494d09eafb394482e /ChangeLog | |
parent | a060bfc83abd3ede4e970cef1959af6d9f75946e (diff) | |
download | tcl-07b4cc33fb2184b87a048a0a930f1396a70d9df5.zip tcl-07b4cc33fb2184b87a048a0a930f1396a70d9df5.tar.gz tcl-07b4cc33fb2184b87a048a0a930f1396a70d9df5.tar.bz2 |
* generic/tclIO.c (WriteBytes, WriteChars,
Tcl_GetsObj, ReadBytes): Rework calls to
TranslateOutputEOL to make it clear that
a boolean value is being returned.
Add some comments in an effort to make
the code more clear. This patch makes
no functional changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> + * generic/tclIO.c (WriteBytes, WriteChars, + Tcl_GetsObj, ReadBytes): Rework calls to + TranslateOutputEOL to make it clear that + a boolean value is being returned. + Add some comments in an effort to make + the code more clear. This patch makes + no functional changes. + +2003-03-06 Mo DeJong <mdejong@users.sourceforge.net> + * generic/tclIO.c (Tcl_SetChannelOption): Invoke the Tcl_SetChannelBufferSize method as a result of changing the -buffersize |