summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1a7f4b..c4598e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,10 @@
[kennykb-numerics-branch] Merge updates from HEAD
- * generic/tclExecute.c: Bug fix. INST_*SHIFT* opcodes stack
+ * generic/tclExecute.c: Bug fix. INST_RSHIFT: shift of negative
+ values produced incorrect results.
+
+ * generic/tclExecute.c: Bug fix. INST_*SHIFT opcodes stack
management. [expr 0<<6] should be 0, not 6.
* generic/tclBasic.c: Extended the domain of round(.) to all