guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog


From: Marius Vollmer
Subject: guile/guile-core/libguile ChangeLog
Date: Mon, 21 May 2001 05:27:39 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/05/21 05:27:39

Modified files:
        guile-core/libguile: ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1404&tr2=1.1405&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1404 
guile/guile-core/libguile/ChangeLog:1.1405
--- guile/guile-core/libguile/ChangeLog:1.1404  Sun May 20 16:40:31 2001
+++ guile/guile-core/libguile/ChangeLog Mon May 21 05:27:38 2001
@@ -1,7 +1,13 @@
 2001-05-21  Marius Vollmer  <address@hidden>
 
-       * eval.c: Use SCM_EQ_P insteda of `==' or `!=' in certain
-       places. (scm_c_improper_memq): Return q instead of SCM_BOOL_T.
+       * symbols.c (scm_mem2symbol): Re-introduce indirect cell.  It is
+       needed for weak-key hashtables.
+
+       * procs.c (scm_make_subr_with_generic): Add missing last argument
+       in call to scm_c_define_gsubr_with_generic.  Thanks to Ariel Rios.
+
+       * eval.c: Use SCM_EQ_P instead of `==' or `!=' in certain
+       places. (scm_c_improper_memq): Return 1 instead of SCM_BOOL_T.
 
        * eval.h (SCM_EVALIM2): Use SCM_EQ_P instead of `=='.
 



reply via email to

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