summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-06-28 23:49:29 (GMT)
committerredman <redman@noemail.net>1999-06-28 23:49:29 (GMT)
commit64cc0908e2b42c4fc474166207e724f82598cfab (patch)
tree97d30bfa6cb6e1eb503e59a1639c8fccd6e6d486 /ChangeLog
parenta559cfc3f337922e167d797f1d4ba0117178f0d5 (diff)
downloadtcl-64cc0908e2b42c4fc474166207e724f82598cfab.zip
tcl-64cc0908e2b42c4fc474166207e724f82598cfab.tar.gz
tcl-64cc0908e2b42c4fc474166207e724f82598cfab.tar.bz2
Applied patch from Peter Hardie (with modifications) to fix
Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. FossilOrigin-Name: 4fe945f8856dd33e3452d3873bdb9dcefb3ec8dd
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53ec539..ff84fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: