more 0.6.7 stuff

This commit is contained in:
mainzelm 2006-04-06 09:23:05 +00:00
parent e76661aadd
commit d21779c9ba
1 changed files with 6 additions and 1 deletions

View File

@ -171,7 +171,7 @@ We manage the project using SourceForge:
** Support for interix
** Ignoring of synchronous signals
The procedures IGNORE-SIGNAL and HANDLE-DEFAULT-SIGNAL have been
The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been
added.
** Support for gcc 4.0
@ -181,7 +181,12 @@ We manage the project using SourceForge:
${prefix}/lib/scsh/modules/0.6 in addition to
$prefix/lib/scsh/modules for compatibility with install-lib
** New implementation of open-pty
Instead of search for /dev/pty??, scsh now tries a wide variety of
ways to aquire a new pty and the corresponding tty.
** Bug fixes
argv[0] is now the first element of command-line
Fixes found by new test suite
Regexp for empty string
Argument checking for COPY-BYTES!