summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-06-16 21:56:41 (GMT)
committerstanton <stanton>1999-06-16 21:56:41 (GMT)
commitf18136a157e5714f647256d13d552863635ea469 (patch)
tree6d309e5ec1f822334021e22c836aff2b378471e9
parent4d921fcceeabded99b01d7ad892d6fd562192219 (diff)
downloadtcl-f18136a157e5714f647256d13d552863635ea469.zip
tcl-f18136a157e5714f647256d13d552863635ea469.tar.gz
tcl-f18136a157e5714f647256d13d552863635ea469.tar.bz2
*** empty log message ***
-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