summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-06-16 21:56:41 (GMT)
committerstanton <stanton@noemail.net>1999-06-16 21:56:41 (GMT)
commit53d22384720cc763782bea23eb6f65b757003996 (patch)
tree6d309e5ec1f822334021e22c836aff2b378471e9 /ChangeLog
parent9a2868548e6e877cab6322f260759b26ca89c211 (diff)
downloadtcl-53d22384720cc763782bea23eb6f65b757003996.zip
tcl-53d22384720cc763782bea23eb6f65b757003996.tar.gz
tcl-53d22384720cc763782bea23eb6f65b757003996.tar.bz2
*** empty log message ***
FossilOrigin-Name: 038564ed5cd1e23f9ba9edd447bd2a734f6309cf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bed88a4..a2c313a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-16 <stanton@scriptics.com>
+
+ * tests/execute.test:
+ * generic/tclExecute.c (TclExecuteByteCode): Fixed crash caused by
+ a bug in INST_LOAD_SCALAR1 where the scalar index was read as
+ a signed 1 byte value instead of unsigned. [Bug: 2243]
+
1999-06-14 Melissa Hirschl <hershey@matisse.scriptics.com>
* doc/StringObj.3