For 0.6.2

This commit is contained in:
mainzelm 2002-05-10 07:23:04 +00:00
parent 7c8abb2ab1
commit cdd0b40057
1 changed files with 12 additions and 6 deletions

18
RELEASE
View File

@ -2,8 +2,8 @@ Scsh 0.6.2 Release notes -*- outline -*-
We are pleased to release scsh version 0.6.2. This release
incorporates many SRFIs into scsh. The enhanced module language of the
recent Scheme 48 releases is now part of scsh. In addition most of the
known bugs of the previous version have been fixed.
recent Scheme 48 releases is now also part of scsh. In addition most
of the known bugs of the previous version have been fixed.
The text below gives a general description of scsh, instructions for obtaining
@ -105,6 +105,7 @@ Unix platforms. We currently have scsh implementations for:
IRIX
Linux
NetBSD
OpenBSD
Solaris
SunOS
Ultrix
@ -170,10 +171,10 @@ We manage the project using SourceForge:
=====================
** SRFIs
In addition to SRFI 1, 8, 13, 14 and 23 scsh now features SRFI 2,
In addition to SRFIs 1, 8, 13, 14 and 23 scsh now features SRFIs 2,
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
where X is the number of the SRFI.
detailed description. The SRFIs are available in packages srfi-N
where N is the number of the SRFI.
** port->socket
New procedure port->socket to turn a port into a socket object was
@ -188,6 +189,8 @@ We manage the project using SourceForge:
continue-threads? to determine whether all threads should continue
to run in the child.
exec-path-list is now a preseved thread fluid
** PDF version of the manual
There is now a PDF version of the manual generated by pdflatex.
@ -200,7 +203,10 @@ We manage the project using SourceForge:
- Better releasing of port locks
- Corrected exception of time
- Set-cloexec to #t for unrevealed ports.
- Include scsh paper in the distribution.
- Included scsh paper in the distribution.
- Fixed accept for AF_UNIX
- (setenv var #f) now deletes var from environment
- Quoted { and } within literal strings of regexps
* New in 0.6.1
==============