summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-03 10:02:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-03 10:02:20 (GMT)
commita8a6c5c794aec61e5150e68e523c9613e7f268a9 (patch)
tree09403f42f5cb2b0d85eb12ecc1bd6311da4f818c /ChangeLog
parentebcab86c0ad3ebc55ffcc3a60ebceed9ab9fbdce (diff)
downloadtcl-a8a6c5c794aec61e5150e68e523c9613e7f268a9.zip
tcl-a8a6c5c794aec61e5150e68e523c9613e7f268a9.tar.gz
tcl-a8a6c5c794aec61e5150e68e523c9613e7f268a9.tar.bz2
Remove blatant inefficiency in [parray]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4cb103..bb09273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-03 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * library/parray.tcl (parray): Only generate the sorted list of
+ element names once. Thanks to Andreas Leitgeb for spotting this.
+
2005-06-03 Daniel Steffen <das@users.sourceforge.net>
* macosx/Makefile: fixed 'embedded' target.