From 1491b40d10034ec35b024098941d54a1829d422a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 7 Apr 2014 21:21:08 -0700 Subject: * 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). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c07f4669..b9085cec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-07 Kaz Kylheku + + * 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 Version 88 -- cgit v1.2.3