summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 20:17:59 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 20:17:59 -0800
commitdedf96f4bd008531e357c6141e3e8219b0ea7065 (patch)
tree893706b8d51c37cfac9cbcf03571d87c294d4a61 /ChangeLog
parent68fbc5322e282f41e2ee8c84cc16f6b6a4d39670 (diff)
downloadtxr-dedf96f4bd008531e357c6141e3e8219b0ea7065.tar.gz
txr-dedf96f4bd008531e357c6141e3e8219b0ea7065.tar.bz2
txr-dedf96f4bd008531e357c6141e3e8219b0ea7065.zip
* arith.c (trunc): Error messages prefixed with trunc:.
(mod): New function, reimplementation of removed mod from lib.c. * lib.c (mod): Function removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6902db1a..b3cc4e39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-12-11 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (trunc): Error messages prefixed with trunc:.
+ (mod): New function, reimplementation of removed mod from lib.c.
+
+ * lib.c (mod): Function removed.
+
+2011-12-11 Kaz Kylheku <kaz@kylheku.com>
+
Bignum division implemented. More portability bugs found in MPI:
code like 1 << n, where n exceeds the width of the type int.