From d21779c9babab1c6bfc99fc315eac8432304f2c4 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Thu, 6 Apr 2006 09:23:05 +0000 Subject: [PATCH] more 0.6.7 stuff --- RELEASE | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 83b619e..5ac2d81 100644 --- a/RELEASE +++ b/RELEASE @@ -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!