guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core NEWS


From: Martin Grabmueller
Subject: guile/guile-core NEWS
Date: Wed, 25 Jul 2001 22:29:44 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         branch_release-1-6
Changes by:     Martin Grabmueller <address@hidden>     01/07/25 22:29:43

Modified files:
        guile-core     : NEWS 

Log message:
        Minor typo fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/NEWS.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.310.2.3&tr2=1.310.2.4&r1=text&r2=text

Patches:
Index: guile/guile-core/NEWS
diff -u guile/guile-core/NEWS:1.311 guile/guile-core/NEWS:1.312
--- guile/guile-core/NEWS:1.311 Thu Jul 19 10:46:58 2001
+++ guile/guile-core/NEWS       Wed Jul 25 08:32:20 2001
@@ -4,6 +4,14 @@
 
 Please send Guile bug reports to address@hidden
 
+Changes since the stable branch:
+
+** Variables have no longer a special behavior for `equal?'. 
+
+Previously, comparing two variables with `equal?' would recursivly
+compare their values.  This is no longer done.  Variables are now only
+`equal?' if they are `eq?'.
+
 Changes since Guile 1.4:
 
 * Changes to the distribution



reply via email to

[Prev in Thread] Current Thread [Next in Thread]