33c14d7901
- extend the VM interrupts to distinguish between read and write events - add new ADD-PENDING-CHANNEL instruction to the VM - add WAIT-FOR-CHANNELS procedure to the run-time system - implement SELECT and SELECT! on top of that in newports.scm This runs some basic tests, but in general should be considered largely untested. Moreover, SELECT/SELECT! never detect any exceptional conditions---the returned vectors are always empty. This is because the VM doesn't really track those, and it's unclear whether it would be worth the effort. |
||
---|---|---|
build | ||
c | ||
cig | ||
doc | ||
emacs | ||
ps-compiler | ||
scheme | ||
scsh | ||
.gitignore | ||
COPYING | ||
CVS_README | ||
INSTALL | ||
Makefile.in | ||
README | ||
README.s48 | ||
RELEASE | ||
TODO | ||
Thanks | ||
acconfig.h | ||
autogen.sh | ||
config.guess | ||
config.sub | ||
configure.in | ||
gdbinit | ||
install-sh | ||
scsh-config.in |
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.