summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-09-27 14:16:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-09-27 14:16:38 (GMT)
commitc91b19f7bac0008bb4b74e40096663a5035c7b19 (patch)
tree89aff6ec671093c6186433fe902756f73d275f14 /ChangeLog
parent11a39b96c6ee19beca3ef9583139c4a8377bcaa9 (diff)
downloadtcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.zip
tcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.tar.gz
tcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.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 b45d8e5..19043f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-27 Donal K. Fellows <dkf@users.sf.net>
+
+ * 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-26 Don Porter <dgp@users.sourceforge.net>
TIP #323 IMPLEMENTATION (partial)