summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2001-07-18 17:13:24 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2001-07-18 17:13:24 (GMT)
commit0083a26b852639e15164a868ffa8c67dd3461c75 (patch)
tree75f253f099ade98f7839e25cc46fd31bd08f1c04 /ChangeLog
parent2c71efcf135bfd628701f1362d098d2f5bd22765 (diff)
downloadtcl-0083a26b852639e15164a868ffa8c67dd3461c75.zip
tcl-0083a26b852639e15164a868ffa8c67dd3461c75.tar.gz
tcl-0083a26b852639e15164a868ffa8c67dd3461c75.tar.bz2
2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tclIO.c: Aftermath to [SF #427196]. Squash empty buffers if they are smaller than the requested buffersize, to prevent reusage of old buffers and to honor changes in the requested buffersize made by the user. FossilOrigin-Name: f732d07f7943bce22d508ef1151dfe1a67478fb7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 079bd62..e0e03fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tclIO.c: Aftermath to [SF #427196]. Squash empty buffers
+ if they are smaller than the requested buffersize, to prevent
+ reusage of old buffers and to honor changes in the requested
+ buffersize made by the user.
+
2001-07-17 Mo DeJong <mdejong@redhat.com>
* win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition