summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63a719f..7bd4379 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-06-06 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): added
+ test of iResult return from memcmp, as memcmp isn't required to
+ return only -1,0,1.
+
+2000-06-03 Jeff Hobbs <hobbs@scriptics.com>
+
+ * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Corrected
+ caching of the index ptr to account for offsets != sizeof(char *).
+ [Bug: 5153]
+
2000-05-29 Sandeep Tamhankar <sandeep@scriptics.com>
* tests/http.test