Fix intro and add bug fix
This commit is contained in:
parent
312d54708a
commit
327d7a6dfc
9
RELEASE
9
RELEASE
|
@ -3,11 +3,11 @@ Scsh 0.6.5 Release notes -*- outline -*-
|
||||||
We are pleased to release scsh version 0.6.5. The new version is
|
We are pleased to release scsh version 0.6.5. The new version is
|
||||||
mainly a bug-fix release. The new features mainly concern the
|
mainly a bug-fix release. The new features mainly concern the
|
||||||
installation and packaging process. In addition, scsh now runs on GNU
|
installation and packaging process. In addition, scsh now runs on GNU
|
||||||
Hurd.
|
Hurd and supports SRFI 42.
|
||||||
|
|
||||||
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
|
||||||
release 0.6.4. (Emacs should display this document is in outline mode. Say
|
release 0.6.5. (Emacs should display this document is in outline mode. Say
|
||||||
c-h m for instructions on how to move through it by sections (e.g., c-c c-n,
|
c-h m for instructions on how to move through it by sections (e.g., c-c c-n,
|
||||||
c-c c-p).)
|
c-c c-p).)
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ We manage the project using SourceForge:
|
||||||
|
|
||||||
** ./configure option to set default scsh library directories
|
** ./configure option to set default scsh library directories
|
||||||
The ./configure script now accepts the option --with-lib-dirs-list
|
The ./configure script now accepts the option --with-lib-dirs-list
|
||||||
so specify a list of of default scsh library directories. In
|
to specify a list of default scsh library directories. In
|
||||||
previous versions of scsh this list was hardwired to
|
previous versions of scsh this list was hardwired to
|
||||||
/usr/local/lib/scsh/modules.
|
/usr/local/lib/scsh/modules.
|
||||||
|
|
||||||
|
@ -191,13 +191,14 @@ We manage the project using SourceForge:
|
||||||
This release adds support for SRFI 42.
|
This release adds support for SRFI 42.
|
||||||
|
|
||||||
** Bug fixes
|
** Bug fixes
|
||||||
|
- Adjust documentation of some low-level regexp procedures
|
||||||
- Removed message argument form errno-error
|
- Removed message argument form errno-error
|
||||||
- After fork/pipe, make the ports returned by the pipe the
|
- After fork/pipe, make the ports returned by the pipe the
|
||||||
current-in/output-ports
|
current-in/output-ports
|
||||||
- Get the names of MAKE-STRING-PORT-FILTER and
|
- Get the names of MAKE-STRING-PORT-FILTER and
|
||||||
MAKE-CHAR-PORT-FILTER right in the doc
|
MAKE-CHAR-PORT-FILTER right in the doc
|
||||||
- Fixed memory leak in scheme_cwd
|
- Fixed memory leak in scheme_cwd
|
||||||
- Fix memory leak in format_date
|
- Fixed memory leak in format_date
|
||||||
- Avoid calling SOCKET-OPTION twice in case of an error
|
- Avoid calling SOCKET-OPTION twice in case of an error
|
||||||
- Fix for (rx (|)) by Peter Wang
|
- Fix for (rx (|)) by Peter Wang
|
||||||
- Fix for (posix-string->regexp "$") by Peter Wang
|
- Fix for (posix-string->regexp "$") by Peter Wang
|
||||||
|
|
Loading…
Reference in New Issue