summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-06 09:35:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-06 09:35:38 (GMT)
commit00fa35903e2fbdfd338272cca5a688e72cfa2fe5 (patch)
tree93416be5c270a49dbdaf6d13f37789d57f26b257 /ChangeLog
parentc8fdd3bc2f632161150acc34eba0e6904ada0e9c (diff)
downloadtcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.zip
tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.gz
tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.bz2
Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88832a6..abf83b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tcl.decls (479 generic):
+ * generic/tclIO.c (Tcl_Seek,Tcl_Tell,Tcl_OutputBuffered): Added
+ public function to return the size of the output buffer and
+ reworked other channel functions to use this shared functionality
+ and that of Tcl_InputBuffered() too. [TIP#49, Rolf Schroedter]
+
2001-09-05 David Gravereaux <davygrvy@pobox.com>
* generic/tclPlatDecls.h: Another small trim finalizing Borland