Go to file
mainzelm 8f234fc733 If a fork narrows the thread system to the current thread, the REPL
gets suspended. However, in an interactive session, the REPL is very
likely to hold the lock of the input port. Hence, release the locks of
the command ports in the child if NARROW? is true.
2006-04-26 09:44:26 +00:00
build Preparations for 0.6.7 release 2005-10-18 13:34:14 +00:00
c Propagate argv[0] to the scheme level and use it as first element of 2006-04-05 08:06:16 +00:00
cig GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
doc level fix 2006-03-23 10:55:01 +00:00
emacs Changed forgotten copyrights. 2004-03-12 15:10:16 +00:00
ps-compiler Add missing standard header includes spotted by gcc 4 2006-03-22 08:35:14 +00:00
scheme Add new leap second, submitted by SRFI author. 2005-12-26 10:44:34 +00:00
scsh If a fork narrows the thread system to the current thread, the REPL 2006-04-26 09:44:26 +00:00
.gitignore GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
COPYING Bump the year to 2003 2003-11-24 14:11:37 +00:00
CVS_README Fix typo 2006-03-08 11:48:59 +00:00
INSTALL GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
Makefile.in More fixes for building outside the source tree. 2006-03-29 13:21:09 +00:00
README Updates for mailing lists hosted at scsh.net 2006-03-08 11:49:46 +00:00
README.s48 GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
RELEASE more 0.6.7 stuff 2006-04-06 09:23:05 +00:00
TODO GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
Thanks Fix WITH-LOCK: The previous version called RELEASE-LOCK in the before 2004-03-24 08:14:55 +00:00
autogen.sh GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
config.guess new files from automake 1.9.6 2006-04-20 08:19:54 +00:00
config.sub new files from automake 1.9.6 2006-04-20 08:19:54 +00:00
configure.in Use system-dependent facilities to open a new pty. 2006-03-29 13:24:43 +00:00
gdbinit GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
install-sh GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
scsh-config.in GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00

README

-*- Mode: Text; -*-

Copyright (c) 1994 Brian D. Carlstrom
See file COPYING for copying information.

Please report bugs to scsh-users@scsh.net, and include
the version number in your message.

Installation instructions in file INSTALL.

A scsh manual is in directory doc/scsh-manual/.
A scsh paper is in directory doc/scsh-paper/.
A scsh quick reference is in file doc/cheat.txt.

Send mail to scsh-users-request@scsh.net to be put on a
mailing list for announcements, discussion, bug reports, and bug
fixes.