summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-04 13:46:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-04 13:46:31 (GMT)
commitecc5f96727b39eebbad74ffe0e0dfaabc059d686 (patch)
treeb4075be345e93f2d5238da54862cf87d583bf9ac /ChangeLog
parent81589b0f3b1476474b101a8677920c15742058e8 (diff)
downloadtcl-ecc5f96727b39eebbad74ffe0e0dfaabc059d686.zip
tcl-ecc5f96727b39eebbad74ffe0e0dfaabc059d686.tar.gz
tcl-ecc5f96727b39eebbad74ffe0e0dfaabc059d686.tar.bz2
Make [array get] work again with a trivial pattern.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9047968..510df51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* generic/tclVar.c: Added more use of error-codes and reduced the
stack overhead of older interfaces.
+ (ArrayGetCmd): Stop silly crash when using a trivial pattern due to
+ error in conversion to ensemble.
2010-02-03 Donal K. Fellows <dkf@users.sf.net>