summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-04 14:56:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-04 14:56:49 (GMT)
commit280e93549c0502a223353a6814bb3548fcd9a71b (patch)
tree7f7e6c6337d6a5fc9551393a16ae32c95f379919 /ChangeLog
parent4686d8aa4eb30c10ae831cd749bd19685334cc3e (diff)
downloadtcl-280e93549c0502a223353a6814bb3548fcd9a71b.zip
tcl-280e93549c0502a223353a6814bb3548fcd9a71b.tar.gz
tcl-280e93549c0502a223353a6814bb3548fcd9a71b.tar.bz2
Use the object RE interface for faster matching in [array names -regexp].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 510df51..6a43f55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
stack overhead of older interfaces.
(ArrayGetCmd): Stop silly crash when using a trivial pattern due to
error in conversion to ensemble.
+ (ArrayNamesCmd): Use the object RE interface for faster matching.
2010-02-03 Donal K. Fellows <dkf@users.sf.net>