Change the name of the objects returned by OPENDIR from
authorJim Blandy <jimb@red-bean.com>
Sun, 12 Sep 1999 03:47:39 +0000 (03:47 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 12 Sep 1999 03:47:39 +0000 (03:47 +0000)
commit0d03da62e3d65c60fe29d645cb62200c1359c1af
tree72b6bda4614d3bbb89e4a3f2c979f34447b240b4
parent645813f5882403923698565077e31cbb9642b845
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.
libguile/filesys.c
libguile/filesys.h