diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 20:17:59 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 20:17:59 -0800 |
commit | dedf96f4bd008531e357c6141e3e8219b0ea7065 (patch) | |
tree | 893706b8d51c37cfac9cbcf03571d87c294d4a61 /ChangeLog | |
parent | 68fbc5322e282f41e2ee8c84cc16f6b6a4d39670 (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |