summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-16 18:44:52 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-16 18:44:52 -0700
commitb2dfc50f1c98417166d647538d7d5ecd6178dd4c (patch)
treea60accd6d167928c824bc639517337b6a66ec688 /ChangeLog
parentbb043799e946ad141d3012fdd5b247dfa812efc5 (diff)
downloadtxr-b2dfc50f1c98417166d647538d7d5ecd6178dd4c.tar.gz
txr-b2dfc50f1c98417166d647538d7d5ecd6178dd4c.tar.bz2
txr-b2dfc50f1c98417166d647538d7d5ecd6178dd4c.zip
* arith.c (gcd, lognot): Bugfix: bignum results
in fixnum range not normalized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20896801..2aff9393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2014-10-16 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (gcd, lognot): Bugfix: bignum results
+ in fixnum range not normalized.
+
+2014-10-16 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (dest_bind): More detailed log message for variable
mismatch.