scsh-0.6/scheme/env
sperber 1d35626709 Redo the forking-without-the-threads fix in a way not involving
command levels (as there *are* no command levels for things like scsh
-c):

There's now a new asynchronous event, similar to SPAWN, called NARROW.
It spawns off a new scheduler with just one thread (which runs the
thunk provided as an argument to NARROW) and blocks the current one
until the narrowed scheduler finishes.

For this to work, two schedulers need to be in place: the root
scheduler which performs the housekeeping, and another one inside that
which is the one the program uses---otherwise it's the root scheduler
that's blocked, and that means no housekeeping gets done.  This is
trivially the case for interactive mode, as the command-levels all
have their own schedulers, but we also need to make sure scsh's entry
point fires up its own initial scheduler.
2002-05-03 13:42:36 +00:00
..
assem.scm
basic-command.scm
build.scm
command-level.scm Redo the forking-without-the-threads fix in a way not involving 2002-05-03 13:42:36 +00:00
command.scm Replaced Scheme 48 with Scsh in user dialog. 2001-01-11 15:05:04 +00:00
debug.scm
debuginfo.scm
disasm.scm
disclosers.scm
dispcond.scm
flatload.scm
init-defpackage.scm
inspect.scm
jar-assem.scm
list-interface.scm New module language from S48 0.57. 2002-04-03 12:17:19 +00:00
load-package.scm
pacman.scm
pedit.scm New module language from S48 0.57. 2002-04-03 12:17:19 +00:00
profile.scm
read-command.scm
shadow.scm
space.scm Revive these wonderful debugging tools. 2002-02-12 07:54:22 +00:00
start.scm
traverse.scm Revive these wonderful debugging tools. 2002-02-12 07:54:22 +00:00
version-info.scm