summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-27 14:19:40 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-27 14:19:40 (GMT)
commitdc6408c9113122cbab856c8572215e36c50b0c86 (patch)
treebe3f6bd43ac84bc24f42648e031a3f871c369928 /ChangeLog
parent55c5c30cfc514048eae8b4665b2891e6de6a0879 (diff)
downloadtcl-dc6408c9113122cbab856c8572215e36c50b0c86.zip
tcl-dc6408c9113122cbab856c8572215e36c50b0c86.tar.gz
tcl-dc6408c9113122cbab856c8572215e36c50b0c86.tar.bz2
Fix [Bug 2130992].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5638e45..6f98b01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-27 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * 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]
+
2008-09-25 Don Porter <dgp@users.sourceforge.net>
* doc/global.n: Correct false claim about [info locals].