From 98d7a0cf623fb0e34ee00017909a315a32a8de38 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 11 Dec 2011 22:35:38 -0800 Subject: * arith.c (plus, mul): Plugged mpi_int memory leaks. (trunc): Plugged memory leaks. Straightened out semantics with negative modulus. (Residue comes out negative). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3cc4e39..390405a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-11 Kaz Kylheku + + * arith.c (plus, mul): Plugged mpi_int memory leaks. + (trunc): Plugged memory leaks. Straightened out semantics + with negative modulus. (Residue comes out negative). + 2011-12-11 Kaz Kylheku * arith.c (trunc): Error messages prefixed with trunc:. -- cgit v1.2.3