summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-03-06 09:47:48 (GMT)
committermdejong <mdejong>2003-03-06 09:47:48 (GMT)
commit07b4cc33fb2184b87a048a0a930f1396a70d9df5 (patch)
tree8a50de024a79defdc00631e494d09eafb394482e /ChangeLog
parenta060bfc83abd3ede4e970cef1959af6d9f75946e (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edcb79d..24f8e34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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