summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 22:35:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 22:35:38 -0800
commit98d7a0cf623fb0e34ee00017909a315a32a8de38 (patch)
tree27198fd854f3e871ebdb8375aebd8e53e882f899 /ChangeLog
parentdedf96f4bd008531e357c6141e3e8219b0ea7065 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3cc4e39..390405a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.