From ac506e6a50a88553533c7940aae410feb1ae3cc7 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 23 Dec 2006 23:22:37 +0000 Subject: [PATCH] fractions vs equal?, as fixed by Han-Wen --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 717e006e2..403c1a3c8 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ Changes in 1.8.2 (since 1.8.1): * Bugs fixed +** Fractions were not `equal?' if stored in unreduced form. +(A subtle problem, since printing a value reduced it, making it work.) ** srfi-60 copy-bit failed on 64-bit systems ** "guile --use-srfi" option at the REPL lets srfi functions replace the core (Programs run with that option were ok, but in the interactive REPL