diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 22:35:38 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-11 22:35:38 -0800 |
commit | 98d7a0cf623fb0e34ee00017909a315a32a8de38 (patch) | |
tree | 27198fd854f3e871ebdb8375aebd8e53e882f899 /ChangeLog | |
parent | dedf96f4bd008531e357c6141e3e8219b0ea7065 (diff) | |
download | txr-98d7a0cf623fb0e34ee00017909a315a32a8de38.tar.gz txr-98d7a0cf623fb0e34ee00017909a315a32a8de38.tar.bz2 txr-98d7a0cf623fb0e34ee00017909a315a32a8de38.zip |
* arith.c (plus, mul): Plugged mpi_int memory leaks.
(trunc): Plugged memory leaks. Straightened out semantics
with negative modulus. (Residue comes out negative).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-12-11 Kaz Kylheku <kaz@kylheku.com> + * 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 <kaz@kylheku.com> + * arith.c (trunc): Error messages prefixed with trunc:. (mod): New function, reimplementation of removed mod from lib.c. |