mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
*** empty log message ***
This commit is contained in:
parent
3ba5a6c2f2
commit
1c8cbd62c5
1 changed files with 7 additions and 7 deletions
14
NEWS
14
NEWS
|
@ -70,18 +70,18 @@ distribution in info (goops.info) and texinfo formats.
|
||||||
** New module (ice-9 rdelim).
|
** New module (ice-9 rdelim).
|
||||||
|
|
||||||
This exports the following procedures which were previously defined
|
This exports the following procedures which were previously defined
|
||||||
in the root module:
|
in the default environment:
|
||||||
|
|
||||||
read-line read-line! read-delimited read-delimited!
|
read-line read-line! read-delimited read-delimited! %read-delimited!
|
||||||
;; TODO: read-string!/partial %read-delimited! %read-line write-line
|
%read-line write-line
|
||||||
|
|
||||||
For backwards compatibility the definitions are also imported into the
|
For backwards compatibility the definitions are still imported into the
|
||||||
root module in this version of Guile. However you should add:
|
default environment in this version of Guile. However you should add:
|
||||||
|
|
||||||
(use-modules (ice-9 rdelim))
|
(use-modules (ice-9 rdelim))
|
||||||
|
|
||||||
to any program which uses the definitions, since this may be removed
|
to any program which uses the definitions, since this may change in
|
||||||
in in a future version.
|
future.
|
||||||
|
|
||||||
Alternatively, if guile-scsh is installed, the (scsh rdelim) module
|
Alternatively, if guile-scsh is installed, the (scsh rdelim) module
|
||||||
can be used for similar functionality.
|
can be used for similar functionality.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue