Reformat New in this release
This commit is contained in:
parent
809b1bc022
commit
cc0c0cf571
44
RELEASE
44
RELEASE
|
@ -168,42 +168,32 @@ We manage the project using SourceForge:
|
||||||
* New in this release
|
* New in this release
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
** Support for gcc 4.0
|
|
||||||
|
|
||||||
** Support for interix
|
** Support for interix
|
||||||
|
|
||||||
** Fixes found be new test suite
|
|
||||||
|
|
||||||
** Regexp for empty string
|
|
||||||
|
|
||||||
** Argument checking for COPY-BYTES!
|
|
||||||
|
|
||||||
** GC_PROTECTs for send_substring
|
|
||||||
|
|
||||||
** format_date support for #f timezone
|
|
||||||
|
|
||||||
** Predicates for user-info and group-info
|
|
||||||
|
|
||||||
** Ignoring of synchronous signals
|
** Ignoring of synchronous signals
|
||||||
The procedures IGNORE-SIGNAL and HANDLE-DEFAULT-SIGNAL have been
|
The procedures IGNORE-SIGNAL and HANDLE-DEFAULT-SIGNAL have been
|
||||||
added.
|
added.
|
||||||
|
|
||||||
** Reaping of stopped processes
|
** Support for gcc 4.0
|
||||||
Do not mark stopped processes as dead
|
|
||||||
|
|
||||||
** md5-digest-for-port
|
|
||||||
|
|
||||||
** | regexps return char-sets
|
|
||||||
|
|
||||||
** standard-let in srfi-5
|
|
||||||
|
|
||||||
** (%)read-delimited! checks for mutable buffer
|
|
||||||
|
|
||||||
** leap second for srfi-19
|
|
||||||
|
|
||||||
** 0.6 for module path
|
** 0.6 for module path
|
||||||
|
The standard module path now contains
|
||||||
|
${prefix}/lib/scsh/modules/0.6 in addition to
|
||||||
|
$prefix/lib/scsh/modules for compatibility with install-lib
|
||||||
|
|
||||||
** Default image
|
** Bug fixes
|
||||||
|
Fixes found by new test suite
|
||||||
|
Regexp for empty string
|
||||||
|
Argument checking for COPY-BYTES!
|
||||||
|
GC_PROTECTs for send_substring
|
||||||
|
format_date support for #f timezone
|
||||||
|
Added predicates for user-info and group-info
|
||||||
|
Reaping of stopped processes: Do not mark stopped processes as dead
|
||||||
|
md5-digest-for-port
|
||||||
|
| regexps return char-sets
|
||||||
|
standard-let in srfi-5
|
||||||
|
(%)read-delimited! checks for mutable buffer
|
||||||
|
leap second for srfi-19
|
||||||
The default image for the scshvm is now the installed scsh.image.
|
The default image for the scshvm is now the installed scsh.image.
|
||||||
|
|
||||||
* New in 0.6.6
|
* New in 0.6.6
|
||||||
|
|
Loading…
Reference in New Issue