This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile bugs?


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> > 2000-03-14  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
> > 
> > 	* objprop.c (s_scm_set_object_property_x): Use scm_assq instead of
> > 	scm_assoc.  (Thanks to Dirk Herrmann.)
>                                ^^^^^^^^^^^^^
> Oops!  Name error has been corrected.

You made another bug :)  (Not a problem, though.)

Index: ChangeLog
===================================================================
RCS file: /cvs/guile/guile/guile-core/libguile/ChangeLog,v
retrieving revision 1.815
diff -u -r1.815 ChangeLog
--- ChangeLog	2000/03/15 16:54:30	1.815
+++ ChangeLog	2000/03/15 17:07:45
@@ -47,12 +47,12 @@
 	the future.)
 
 	* objprop.c (s_scm_set_object_property_x): Use scm_assq instead of
-	scm_assoc.  (Thanks to Dirk Herrmann.)
+	scm_assoc.  (Thanks to Keisuke Nishida.)
 
 2000-03-14  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
 	* eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from
-	scm_nil, scm_t.  (Thanks to Keisuke Nishida.)
+	scm_nil, scm_t.  (Thanks to Dirk Herrmann.)
 
 2000-03-14  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]