diff options
author | hobbs <hobbs> | 2000-06-06 19:35:01 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-06-06 19:35:01 (GMT) |
commit | bf39c78a5ac680e23fdb5da5ebd2f51751f917c2 (patch) | |
tree | 81367fdba31636949488a5c7060b5c0094063837 | |
parent | 1c4042062be55823ed8fe5e9d0f86e88d190b88d (diff) | |
download | tcl-bf39c78a5ac680e23fdb5da5ebd2f51751f917c2.zip tcl-bf39c78a5ac680e23fdb5da5ebd2f51751f917c2.tar.gz tcl-bf39c78a5ac680e23fdb5da5ebd2f51751f917c2.tar.bz2 |
see changescore_8_4_a1
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |