summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 15:17:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 15:17:37 (GMT)
commit1aa54c04958fb5a081acbd1440314021b21ca394 (patch)
tree4f7d720b80a5b9e2bf3554c2d14d3981fe3e8b5a /ChangeLog
parent04756a2aabf90528f4c03ce5f69e76ac056ded7a (diff)
downloadtcl-1aa54c04958fb5a081acbd1440314021b21ca394.zip
tcl-1aa54c04958fb5a081acbd1440314021b21ca394.tar.gz
tcl-1aa54c04958fb5a081acbd1440314021b21ca394.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 f4cbca3..e6e77a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
2006-04-05 Donal K. Fellows <donal.k.fellows@manchester.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-03 Andreas Kupries <andreask@activestate.com>