summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 15:16:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 15:16:46 (GMT)
commit729b47be45a702ff78180857ffeaa1e7ce2c0de5 (patch)
tree667b3d1bc8a2e6c36298009343029b89ddd38dfd /ChangeLog
parent1fbc814589c815aba033653af3694fc122ce1538 (diff)
downloadtcl-729b47be45a702ff78180857ffeaa1e7ce2c0de5.zip
tcl-729b47be45a702ff78180857ffeaa1e7ce2c0de5.tar.gz
tcl-729b47be45a702ff78180857ffeaa1e7ce2c0de5.tar.bz2
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty
strings to be matched by the Tcl_GetIndexFromObj machinery, in the same manner as any other key. [Bug 1464039]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 17d4313..10a3722 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2006-04-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty
- strings to be matched by the Tcl_GetIndexFromObj machinery, but only
- ever exactly. [Bug 1464039]
+ strings to be matched by the Tcl_GetIndexFromObj machinery, in
+ the same manner as any other key. [Bug 1464039]
2006-04-04 Don Porter <dgp@users.sourceforge.net>