diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-27 14:16:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-09-27 14:16:38 (GMT) |
commit | c91b19f7bac0008bb4b74e40096663a5035c7b19 (patch) | |
tree | 89aff6ec671093c6186433fe902756f73d275f14 /ChangeLog | |
parent | 11a39b96c6ee19beca3ef9583139c4a8377bcaa9 (diff) | |
download | tcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.zip tcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.tar.gz tcl-c91b19f7bac0008bb4b74e40096663a5035c7b19.tar.bz2 |
Fix [Bug 2130992].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |