summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-29 10:14:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-29 10:14:08 -0700
commit9e60a829fdd3874f510ebc57d1a378d020a55fb9 (patch)
tree5b62dfc5b71484eedaa6932a08df1217ecbe1def /ChangeLog
parent6363875356bc050ef81d40553e573fc47aca2e28 (diff)
downloadtxr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.tar.gz
txr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.tar.bz2
txr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.zip
* 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.
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>