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

guile/guile-core/libguile async.c dynl.c featu ...


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	gjb@sourceware.cygnus.com	00/01/11 15:56:47

Modified files:
	guile-core/libguile: async.c dynl.c feature.c filesys.c fports.c 
	                     list.c load.c net_db.c print.c sort.c 
	                     stacks.c symbols.c unif.c 

Log message:
	* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
	net_db.c, sort.c, stacks.c, unif.c: Use SCM_WTA, SCM_MISC_ERROR
	where possible.
	
	* symbols.c (scm_sysintern0): Fixed the function name in a
	scm_misc_error invocation.
	
	* print.c (scm_simple_format): Do not need SCM_COERCE_SUBSTR, and
	use scm_return_first to ward off latent GC bug that Mikael caught.
	
	* async.c: Use SCM_VALIDATE_ASYNC_COPY one place where it wasn't
	used before but should've been.


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