More for 0.6.2.

This commit is contained in:
mainzelm 2002-04-21 17:38:47 +00:00
parent 5b034571f4
commit cbef338a37
1 changed files with 13 additions and 2 deletions

15
RELEASE
View File

@ -22,7 +22,11 @@ Obtaining and installing scsh
Getting in touch Getting in touch
The World-Wide What? The World-Wide What?
New in this release New in this release
SRFIs
port->socket
New forms in the module language
API changes API changes
PDF version of the manual
Bugfixes Bugfixes
New in 0.6.1 New in 0.6.1
New in 0.6.0 New in 0.6.0
@ -162,24 +166,31 @@ We even have one of those dot-com cyberweb things:
We manage the project using SourceForge: We manage the project using SourceForge:
http://sourceforge.net/projects/scsh/ http://sourceforge.net/projects/scsh/
* New in 0.6.2 * New in this release
=====================
** API changes ** SRFIs
In addition to SRFI 1, 8, 13, 14 and 23 scsh now features SRFI 2, In addition to SRFI 1, 8, 13, 14 and 23 scsh now features SRFI 2,
5, 6, 7, 9, 11, 16, 17 and 19. See http://srfi.schemers.org/ for a 5, 6, 7, 9, 11, 16, 17 and 19. See http://srfi.schemers.org/ for a
detailed description. The SRFIs are available in packages srfi-X detailed description. The SRFIs are available in packages srfi-X
where X is the number of the SRFI. where X is the number of the SRFI.
** port->socket
New procedure port->socket to turn a port into a socket object was New procedure port->socket to turn a port into a socket object was
added to the network code. added to the network code.
** New forms in the module language
The module language supports the new forms modify, subset and The module language supports the new forms modify, subset and
with-prefix from Scheme 48 version 0.57. with-prefix from Scheme 48 version 0.57.
** API changes
Fork, fork/pipe, fork/pipe+ take an optional argument Fork, fork/pipe, fork/pipe+ take an optional argument
continue-threads? to determine whether all threads should continue continue-threads? to determine whether all threads should continue
to run in the child. to run in the child.
** PDF version of the manual
There is now a PDF version of the manual generated by pdflatex.
** Bugfixes ** Bugfixes
- Added default argument to tty-info as described in the manual - Added default argument to tty-info as described in the manual
- Conversion to s48_value in tty1.c - Conversion to s48_value in tty1.c