diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-27 19:47:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-27 19:47:24 (GMT) |
commit | 8d3e26a08c2d3528276032ef2b4f40949bd3d08d (patch) | |
tree | 373293868711b69f211b994cbbe5ba95905f9623 /ChangeLog | |
parent | 415263df239b3d23328d8af5672477b6d5d7c77c (diff) | |
download | tcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.zip tcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.tar.gz tcl-8d3e26a08c2d3528276032ef2b4f40949bd3d08d.tar.bz2 |
Fix [Bug 2130726].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |