Fix intro and add bug fix

This commit is contained in:
mainzelm 2003-10-28 12:11:11 +00:00
parent 312d54708a
commit 327d7a6dfc
1 changed files with 5 additions and 4 deletions

View File

@ -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
mainly a bug-fix release. The new features mainly concern the
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
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-c c-p).)
@ -178,7 +178,7 @@ We manage the project using SourceForge:
** ./configure option to set default scsh library directories
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
/usr/local/lib/scsh/modules.
@ -191,13 +191,14 @@ We manage the project using SourceForge:
This release adds support for SRFI 42.
** Bug fixes
- Adjust documentation of some low-level regexp procedures
- Removed message argument form errno-error
- After fork/pipe, make the ports returned by the pipe the
current-in/output-ports
- Get the names of MAKE-STRING-PORT-FILTER and
MAKE-CHAR-PORT-FILTER right in the doc
- 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
- Fix for (rx (|)) by Peter Wang
- Fix for (posix-string->regexp "$") by Peter Wang