deprecated -> !recommended for SELECT/SELECT!
This commit is contained in:
parent
666f5282f8
commit
c8c5b65b30
7
RELEASE
7
RELEASE
|
@ -85,7 +85,7 @@ Scsh integrates the OS support into Scheme in a manner which respects the
|
|||
general structure of the language. The details of the design are discussed
|
||||
in a joint MIT Lab for Computer Science/University of Hong Kong technical
|
||||
report, "A Scheme Shell," also to appear in a revised format in the "Journal
|
||||
of Lisp and Symbolic Computation." This paper is also available by ftp:
|
||||
syof Lisp and Symbolic Computation." This paper is also available by ftp:
|
||||
ftp://ftp.scsh.net/pub/scsh/papers/scsh-paper.ps
|
||||
|
||||
|
||||
|
@ -188,8 +188,9 @@ We manage the project using SourceForge:
|
|||
checksums.
|
||||
|
||||
** API changes
|
||||
select and select! are supported again. Note however, that they
|
||||
are deprecated in favor of the new wait-ports procedure.
|
||||
select and select! are supported again. Note however, that we
|
||||
recommend to use the new wait-ports procedure instead whenever
|
||||
possible.
|
||||
New interface to the uname function.
|
||||
New direct interface to the directory stream operations
|
||||
New structure scheme-with-scsh which combines the exports of the
|
||||
|
|
Loading…
Reference in New Issue