diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-04 14:56:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-04 14:56:49 (GMT) |
commit | 280e93549c0502a223353a6814bb3548fcd9a71b (patch) | |
tree | 7f7e6c6337d6a5fc9551393a16ae32c95f379919 /ChangeLog | |
parent | 4686d8aa4eb30c10ae831cd749bd19685334cc3e (diff) | |
download | tcl-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |