This is the mail archive of the guile-cvs@sources.redhat.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]

guile/guile-core/libguile alist.c


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mvo@sourceware.cygnus.com	2000-07-23 04:50:06

Modified files:
	guile-core/libguile: alist.c 

Log message:
	* alist.c (scm_assq_remove_x, scm_assv_remove_x,
	scm_assoc_remove_x): Remove all cells whose key is eq, eqv, or
	equal (respectively) to the argument key, not all cells that are
	eq, eqv, or equal to the first cell with the argument key.  Thanks
	to Neil Jerram!


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