diff options
author | stanton <stanton> | 1999-06-16 21:56:41 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-16 21:56:41 (GMT) |
commit | f18136a157e5714f647256d13d552863635ea469 (patch) | |
tree | 6d309e5ec1f822334021e22c836aff2b378471e9 /ChangeLog | |
parent | 4d921fcceeabded99b01d7ad892d6fd562192219 (diff) | |
download | tcl-f18136a157e5714f647256d13d552863635ea469.zip tcl-f18136a157e5714f647256d13d552863635ea469.tar.gz tcl-f18136a157e5714f647256d13d552863635ea469.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |