diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-06 09:35:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-06 09:35:38 (GMT) |
commit | 00fa35903e2fbdfd338272cca5a688e72cfa2fe5 (patch) | |
tree | 93416be5c270a49dbdaf6d13f37789d57f26b257 /ChangeLog | |
parent | c8fdd3bc2f632161150acc34eba0e6904ada0e9c (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |