diff options
author | redman <redman> | 1999-06-28 23:49:29 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-28 23:49:29 (GMT) |
commit | 71008cf5a42b9cda92ef5051322cb11dee863e91 (patch) | |
tree | 97d30bfa6cb6e1eb503e59a1639c8fccd6e6d486 /ChangeLog | |
parent | c258b333c62e72fc2f07289988d0989a8742f6df (diff) | |
download | tcl-71008cf5a42b9cda92ef5051322cb11dee863e91.zip tcl-71008cf5a42b9cda92ef5051322cb11dee863e91.tar.gz tcl-71008cf5a42b9cda92ef5051322cb11dee863e91.tar.bz2 |
Applied patch from Peter Hardie (with modifications) to fix
Tcl_GetIndexFromObj when the key is "". Added test cases and
doc note.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +1999-06-28 <redman@scriptics.com> + + * generic/tclIndexObj.c: + * doc/GetIndex.3: + * tests/binary.test: + * tests/winDde.test: Applied patch from Peter Hardie (with + changes) to fix problem with Tcl_GetIndexFromObj() when the key + being passed is the empty string. It used to match "" and return + TCL_OK, but it should have returned TCL_ERROR instead. Added test + case to "binary" and "dde" commands to check the behavior. Added + documentation note as well. + +1999-06-26 <redman@scriptics.com> + + * win/tclWinDde.c: Applied patch from Peter Hardie to add poke + command to dde. Also rev'd version of dde package to 1.1. + [Bug: 1738] + 1999-06-25 <stanton@scriptics.com> * tests/reg.test: |