summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-27 19:47:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-27 19:47:24 (GMT)
commit8d3e26a08c2d3528276032ef2b4f40949bd3d08d (patch)
tree373293868711b69f211b994cbbe5ba95905f9623 /ChangeLog
parent415263df239b3d23328d8af5672477b6d5d7c77c (diff)
downloadtcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.zip
tcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.tar.gz
tcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.tar.bz2
Fix [Bug 2130726].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19043f7..4c2e048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-09-27 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclFileName.c (Tcl_GetBlock*FromStat): Made this work
+ acceptably when working with OSes that don't support reporting the
+ block size from the stat() call. [Bug 2130726]
+
* generic/tclCmdIL.c (Tcl_LrepeatObjCmd): Improve the handling of the
case where the combination of number of elements and repeat count
causes the resulting list to be too large. [Bug 2130992]