diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-06 18:57:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-06 18:57:12 (GMT) |
commit | 710445dbed83ad9c1926d84500d59719893a739d (patch) | |
tree | cde23570e7f6028f7584c289fbc6c5741a8f3bca /ChangeLog | |
parent | 5015d22ee0b8292bcbc90e93a922fa092b52b0c1 (diff) | |
download | tcl-710445dbed83ad9c1926d84500d59719893a739d.zip tcl-710445dbed83ad9c1926d84500d59719893a739d.tar.gz tcl-710445dbed83ad9c1926d84500d59719893a739d.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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +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] + 2006-04-06 Daniel Steffen <das@users.sourceforge.net> * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING |