summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bbaa80c..82e41883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-03-29 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (dmod): New static function.
+ (mod): Use dmod instead of fmod directly, to calculate
+ the correct semantics for combinations of
+ negative operands in the floating point domain also.
+
+ * txr.1: Documented /, trunc and mod.
+
+2012-03-29 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Documented +, - and *.
2012-03-29 Kaz Kylheku <kaz@kylheku.com>