summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2006-11-07 17:29:48 (GMT)
committerandreas_kupries <akupries@shaw.ca>2006-11-07 17:29:48 (GMT)
commita62a213bf0ec0c03cf8ba72b4d91fedced21f9a2 (patch)
tree9cb11083f33237d3a4c900bf26fd0f627988a284 /ChangeLog
parent73f732ad32276e43c736124f1a53d1cea5b54668 (diff)
downloadtcl-a62a213bf0ec0c03cf8ba72b4d91fedced21f9a2.zip
tcl-a62a213bf0ec0c03cf8ba72b4d91fedced21f9a2.tar.gz
tcl-a62a213bf0ec0c03cf8ba72b4d91fedced21f9a2.tar.bz2
* unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code
to fall back to a hardwired default block size should the filesystem report a bogus value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24caa04..09064bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-11-07 Andreas Kupries <andreask@activestate.com>
+
+ * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code
+ to fall back to a hardwired default block size should the
+ filesystem report a bogus value.
+
2006-11-04 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to