More on 0.6.3.
This commit is contained in:
parent
c50ffbe75f
commit
8a66b7d30f
22
RELEASE
22
RELEASE
|
@ -4,7 +4,10 @@ We are pleased to release scsh version 0.6.3. This release provides an
|
||||||
interface to the md5 library to produce 128-bit fingerprints of
|
interface to the md5 library to produce 128-bit fingerprints of
|
||||||
strings and files. Scsh now also starts much faster and comes with an
|
strings and files. Scsh now also starts much faster and comes with an
|
||||||
additional heap image which has the debugging information reduced and
|
additional heap image which has the debugging information reduced and
|
||||||
is therefore much smaller.
|
is therefore much smaller. This release reintroduces the
|
||||||
|
select/select! procedures from scsh 0.5.X and adds a more convenient
|
||||||
|
interface to select. The new structure scheme-with-scsh combines the
|
||||||
|
exports of the scsh and scheme structures.
|
||||||
|
|
||||||
The text below gives a general description of scsh, instructions for obtaining
|
The text below gives a general description of scsh, instructions for obtaining
|
||||||
it, pointers to discussion forums, and a description of the new features in
|
it, pointers to discussion forums, and a description of the new features in
|
||||||
|
@ -187,6 +190,9 @@ We manage the project using SourceForge:
|
||||||
The package md5 contains a bunch of procedures to compute MD5
|
The package md5 contains a bunch of procedures to compute MD5
|
||||||
checksums.
|
checksums.
|
||||||
|
|
||||||
|
** New SRFIs
|
||||||
|
This release adds support for SRFI 25, 26, 27, 28 and 30.
|
||||||
|
|
||||||
** API changes
|
** API changes
|
||||||
select and select! are supported again.
|
select and select! are supported again.
|
||||||
Note however, that we recommend to use the new select-ports and
|
Note however, that we recommend to use the new select-ports and
|
||||||
|
@ -197,10 +203,20 @@ We manage the project using SourceForge:
|
||||||
modules scsh and scheme, avoiding duplicates
|
modules scsh and scheme, avoiding duplicates
|
||||||
New procdures to work directly on file-info records
|
New procdures to work directly on file-info records
|
||||||
The repl procedure has been removed
|
The repl procedure has been removed
|
||||||
|
New procedures connect-socket-no-wait, connect-socket-successful?
|
||||||
|
Add lookup-external from recent S48
|
||||||
|
|
||||||
** Bugfixes
|
** Bugfixes
|
||||||
|
port->socket uses dups both ports of the socket
|
||||||
|
Added missing process resource alignments
|
||||||
|
No reaping for stopped children
|
||||||
|
Initialize t.c_lflag before reading it.
|
||||||
|
Lots of fixes for dynamic regexps
|
||||||
|
Fix to allow single character here strings.
|
||||||
|
Add a whole bunch of S48_GC_PROTECT against s48_extract_integer.
|
||||||
|
Added map, for-each, member, assoc to srfi-1-interface
|
||||||
|
Fixed a subtle bug in the macro for the << redirection
|
||||||
|
Use "compare" und "rename" to compare symbols in lots of macros
|
||||||
|
|
||||||
* New in 0.6.2
|
* New in 0.6.2
|
||||||
==============
|
==============
|
||||||
|
|
Loading…
Reference in New Issue