summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-01-09 11:32:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-01-09 11:32:33 (GMT)
commit0461303eb629c1a59984468e671be1d59c424aae (patch)
treeeb7fe3acc99f488944e13733ec25289415624f84 /ChangeLog
parent1d642537ecda9cbd3044fd5f70d81b697abd6d87 (diff)
downloadtcl-0461303eb629c1a59984468e671be1d59c424aae.zip
tcl-0461303eb629c1a59984468e671be1d59c424aae.tar.gz
tcl-0461303eb629c1a59984468e671be1d59c424aae.tar.bz2
Fix [lindex] argument ordering. [bug 1631364]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebfe181..b4bf470 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-09 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclCompCmds.c (TclCompileLindexCmd):
+ * tests/lindex.test (lindex-9.2): Fix silly bug that ended up
+ sometimes compiling list arguments in the wrong order. [Bug 1631364]
+
2007-01-03 Kevin Kenny <kennykb@acm.org>
* generic/tclDate.c: Regenerated to recover a lost fix from