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 *** empty log message *** 1999-09-14 12:45:02 +00:00
basic-command.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
build.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
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 *** empty log message *** 1999-09-14 12:45:02 +00:00
debuginfo.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
disasm.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
disclosers.scm let byte-vectors print as a list of numbers 2000-09-01 07:13:05 +00:00
dispcond.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
flatload.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
init-defpackage.scm just a snapshot 1999-09-23 14:36:25 +00:00
inspect.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
jar-assem.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
list-interface.scm New module language from S48 0.57. 2002-04-03 12:17:19 +00:00
load-package.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
pacman.scm cvs problems, nothing differs 1999-10-05 14:28:38 +00:00
pedit.scm New module language from S48 0.57. 2002-04-03 12:17:19 +00:00
profile.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
read-command.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
shadow.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
space.scm Revive these wonderful debugging tools. 2002-02-12 07:54:22 +00:00
start.scm *** empty log message *** 1999-09-14 12:45:02 +00:00
traverse.scm Revive these wonderful debugging tools. 2002-02-12 07:54:22 +00:00
version-info.scm *** empty log message *** 1999-09-14 12:45:02 +00:00