I've created a first beta version of scsh 0.6.6. It's available from
the ftp server at
<ftp://ftp.scsh.net/pub/scsh/0.6/scsh-0.6.6-beta.tar.gz>
Newer versions will appear under the same link but will have the beta
version number incremented in the startup message.
The documentation is not completely ready for a release but I don't
expect any changes to the code base, apart from bug fixes of course ;-)
Testing this beta version is very important as there were a few
changes in rather critical parts of the system such as configure,
argument parsing, and the library search path facility. So please test
this beta version with your favorite scsh scripts. As usual, you can
also invoke the rudimentary test suite with
./go -lm scsh/test/test-packages.scm -o test-all -c "(test-all)"
BTW: I've made a small change in the test for WITH-CWD and CHDIR
because these tests used to fail if /bin is a symlink. The new test
directory is now /etc.
--
Martin
|