mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 18:50:19 +02:00
*** empty log message ***
This commit is contained in:
parent
0d03da62e3
commit
340a877098
3 changed files with 12 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -96,9 +96,9 @@ Return a new port with the associated print state PRINT-STATE.
|
|||
Return the print state associated with this port if it exists,
|
||||
otherwise return #f.
|
||||
|
||||
*** New function: directory? OBJECT
|
||||
*** New function: directory-stream? OBJECT
|
||||
|
||||
Returns a boolean indicating whether OBJECT is a directory port as
|
||||
Returns true iff OBJECT is a directory stream --- the sort of object
|
||||
returned by `opendir'.
|
||||
|
||||
* Changes to the scm_ interface
|
||||
|
|
2
RELEASE
2
RELEASE
|
@ -83,7 +83,7 @@ Spiffing checklist:
|
|||
+ Check for any [[incomplete]] sections of NEWS.
|
||||
+ Fact-check INSTALL.
|
||||
* Make sure the downloading addressess and filenames in README are
|
||||
current.
|
||||
current. (But don't bump the version number yet. We do that below.)
|
||||
* Check that the versions of aclocal, automake, autoconf, and autoheader
|
||||
in your PATH match those given in README. Note that the `make
|
||||
dist' process always invokes these tools, even when all the
|
||||
|
|
|
@ -15,6 +15,15 @@
|
|||
|
||||
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||
|
||||
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.
|
||||
|
||||
* Makefile.am (CLEANFILES): Remove versiondat.h; that should only
|
||||
be removed by `make distclean', since it's generated by configure.
|
||||
* Makefile.in: Regenerated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue