summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-04-07 21:21:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-04-07 21:21:08 -0700
commit1491b40d10034ec35b024098941d54a1829d422a (patch)
treeb26777e60ec8ce788c8d61d1c1345f6ad16dcb9f /ChangeLog
parent2b0b6f7cda4b2851048c9e07b9096eb7ca086e38 (diff)
downloadtxr-1491b40d10034ec35b024098941d54a1829d422a.tar.gz
txr-1491b40d10034ec35b024098941d54a1829d422a.tar.bz2
txr-1491b40d10034ec35b024098941d54a1829d422a.zip
* lib.c (eql): Bugfix: not handling floating-point types!
Two objects which are equal floating-point values must be considered eql even if they are distinct objects (not eq).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c07f4669..b9085cec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-07 Kaz Kylheku <kaz@kylheku.com>
+
+ * lib.c (eql): Bugfix: not handling floating-point types!
+ Two objects which are equal floating-point values must be considered
+ eql even if they are distinct objects (not eq).
+
2014-04-04 Kaz Kylheku <kaz@kylheku.com>
Version 88