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 filesys.c filesys.h


CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/11 20:47:40

Modified files:
	guile-core/libguile: filesys.c filesys.h 

Log message:
	Change the name of the objects returned by OPENDIR from
	"directory" to "directory stream".  A predicate named "directory?"
	would be confusing.
	* filesys.c (scm_directory_stream_p): Renamed from scm_directory_p.
	At the Scheme level, "directory?" -> "directory-stream?".
	(scm_dir_print): Use the phrase "directory stream" in printed form.
	* filesys.h (scm_directory_stream_p): Prototype renamed
	accordingly.


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