mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 12:20:26 +02:00
*** empty log message ***
This commit is contained in:
parent
483525f1f0
commit
a0128ebefa
2 changed files with 6 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -123,9 +123,9 @@ tty device. Previously in this situation it was line-buffered.
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
** New procedures: close-input-port, close-output-port
|
** close-input-port and close-output-port are now R5RS
|
||||||
|
|
||||||
These are R5RS procedures.
|
These procedures have been turned into primitives and have R5RS behaviour.
|
||||||
|
|
||||||
** New procedure: simple-format PORT MESSAGE ARG1 ...
|
** New procedure: simple-format PORT MESSAGE ARG1 ...
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2000-04-16 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
|
* r4rs.scm (close-input-port, close-output-port): Removed.
|
||||||
|
|
||||||
2000-04-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
2000-04-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
* session.scm (help): New macro. Prints helpful information.
|
* session.scm (help): New macro. Prints helpful information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue