summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-06-07 01:59:27 (GMT)
committerhobbs <hobbs>2000-06-07 01:59:27 (GMT)
commit7076d5005853e3fb3651487d8a6a7f0ca6585ba6 (patch)
tree35850f1b29816be280ba98e04181c7de8ca3bb3c /ChangeLog
parentbf39c78a5ac680e23fdb5da5ebd2f51751f917c2 (diff)
downloadtcl-7076d5005853e3fb3651487d8a6a7f0ca6585ba6.zip
tcl-7076d5005853e3fb3651487d8a6a7f0ca6585ba6.tar.gz
tcl-7076d5005853e3fb3651487d8a6a7f0ca6585ba6.tar.bz2
marked 8.4a1 release point
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bd4379..ed8dc26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-06-06 Jeff Hobbs <hobbs@scriptics.com>
+ 8.4a1 RELEASE
+
* 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.