summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-06 18:57:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-06 18:57:57 (GMT)
commit66eb0f67f7cc2d152c918f5ccfe94cd89a7581fe (patch)
treea534618cc4c2f2aaf245bbb836151adc72a04975 /ChangeLog
parent5236fc67c64ed64fa5b75bc48a4ef5dd2ae44e0f (diff)
downloadtcl-66eb0f67f7cc2d152c918f5ccfe94cd89a7581fe.zip
tcl-66eb0f67f7cc2d152c918f5ccfe94cd89a7581fe.tar.gz
tcl-66eb0f67f7cc2d152c918f5ccfe94cd89a7581fe.tar.bz2
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems
* tests/indexObj.test: there are extensions that rely on the prior * doc/GetIndex.3: behavior that the empty string cannot succeed as a unique prefix matcher, so I'm restoring Donal Fellow's solution. Added mention of this detail to the documentation. [Bug 1464039]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcbfb64..d2dcd34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-04-06 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems
+ * tests/indexObj.test: there are extensions that rely on the prior
+ * doc/GetIndex.3: behavior that the empty string cannot succeed
+ as a unique prefix matcher, so I'm restoring Donal Fellow's solution.
+ Added mention of this detail to the documentation. [Bug 1464039]
+
* tests/compExpr-old.test: Updated testmathfunctions constraint
* tests/compExpr.test: to post-TIP-232 world.
* tests/expr-old.test: