Go to file
sperber ac343ba970 Replace Martin's implementation of selective blocking by the one in
Scheme 48 1.0.1.

Namely, instead of associating a list of queues with every thread, we
associate a single cell, holding the thread.  That cell is stored in
thread queues, and once a thread is made runnable again, the cell is
set to #f.  The thread-queue accessors ignore cells containing #f.

Implement an experimental OBTAIN-LOCK-MULTIPLE to test the whole
thing.
2002-08-16 14:11:50 +00:00
build Bump the version number to 0.6.2. 2002-04-21 15:59:38 +00:00
c Use memcpy instead of strncpy in s48_enter_substring. 2002-08-16 12:29:27 +00:00
cig Replaced // comments. 2002-01-11 10:13:58 +00:00
doc Note (may GC) for s48_extract_integer and remove doc for non-existent 2002-08-14 11:43:58 +00:00
emacs *** empty log message *** 1999-09-14 12:45:02 +00:00
ps-compiler *** empty log message *** 1999-09-14 12:45:02 +00:00
scheme Replace Martin's implementation of selective blocking by the one in 2002-08-16 14:11:50 +00:00
scsh Replace Martin's implementation of selective blocking by the one in 2002-08-16 14:11:50 +00:00
.gitignore added various .cvsignore files to suppress warnings about the removed files 2000-12-21 14:00:59 +00:00
COPYING Expanded to 2002 and added Mike. 2002-01-08 08:45:39 +00:00
CVS_README Require GNU make. 2001-12-17 08:51:30 +00:00
INSTALL Non-generic version. 2001-12-17 08:47:35 +00:00
Makefile.in Forgotten commit: 2002-08-14 14:46:58 +00:00
README Include scsh paper in the distribution. 2002-02-26 08:58:27 +00:00
README.s48 README layout as in the 0.5 tree. 2001-12-17 08:50:26 +00:00
RELEASE For 0.6.2 2002-05-10 07:23:04 +00:00
TODO Update. 2002-02-25 09:01:02 +00:00
Thanks Added a name or two. 2002-04-21 16:44:31 +00:00
acconfig.h + Use setreu/gid if seteu/gid is not avaiable 2002-01-09 11:25:02 +00:00
autogen.sh All or nothing: put && in between the statements. 2002-02-12 16:26:05 +00:00
config.guess Latest versions from subversions.gnu.org 2001-05-10 06:44:58 +00:00
config.sub Latest versions from subversions.gnu.org 2001-05-10 06:44:58 +00:00
configure.in Use vsprintf if vasprintf is not available. 2002-05-23 09:51:24 +00:00
gdbinit Snapshot for 0.6.0. 2002-01-09 16:33:20 +00:00
install-sh *** empty log message *** 1999-09-14 12:45:02 +00:00
scsh-config.in First version of scsh-config. 2002-05-16 14:51:10 +00:00

README

-*- Mode: Text; -*-

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

Please report bugs to scsh-bugs@zurich.ai.mit.edu, 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-request@zurich.ai.mit.edu to be put on a
mailing list for announcements, discussion, bug reports, and bug
fixes.