From dedf96f4bd008531e357c6141e3e8219b0ea7065 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Dec 2011 20:17:59 -0800 Subject: * arith.c (trunc): Error messages prefixed with trunc:. (mod): New function, reimplementation of removed mod from lib.c. * lib.c (mod): Function removed. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6902db1a..b3cc4e39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-12-11 Kaz Kylheku + + * 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 Bignum division implemented. More portability bugs found in MPI: -- cgit v1.2.3