more 0.6.7 stuff
This commit is contained in:
parent
e76661aadd
commit
d21779c9ba
7
RELEASE
7
RELEASE
|
@ -171,7 +171,7 @@ We manage the project using SourceForge:
|
||||||
** Support for interix
|
** Support for interix
|
||||||
|
|
||||||
** Ignoring of synchronous signals
|
** 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.
|
added.
|
||||||
|
|
||||||
** Support for gcc 4.0
|
** 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/0.6 in addition to
|
||||||
$prefix/lib/scsh/modules for compatibility with install-lib
|
$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
|
** Bug fixes
|
||||||
|
argv[0] is now the first element of command-line
|
||||||
Fixes found by new test suite
|
Fixes found by new test suite
|
||||||
Regexp for empty string
|
Regexp for empty string
|
||||||
Argument checking for COPY-BYTES!
|
Argument checking for COPY-BYTES!
|
||||||
|
|
Loading…
Reference in New Issue