Make WORKING-DIRECTORY-PATHNAME and *DEFAULT-PATHNAME-DEFAULTS* be
authorChris Hanson <org/chris-hanson/cph>
Sat, 31 Jul 1993 03:11:56 +0000 (03:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 31 Jul 1993 03:11:56 +0000 (03:11 +0000)
commit116bd1da77033cca268635fddc8402bf801a9ff8
tree495c1e1ee2f19180743c8126354417f692cec87e
parent2aabefc36046ab4e428a6ca0294b2190e10e217c
Make WORKING-DIRECTORY-PATHNAME and *DEFAULT-PATHNAME-DEFAULTS* be
different for each CMDL.  Change SET-WORKING-DIRECTORY-PATHNAME! so
that it only changes the working directory of the Scheme process if
the CMDL is the initial top-level REPL.

The end result of these changes is to make the working directory of an
Edwin inferior REPL buffer be independent of the global working
directory.
v7/src/runtime/rep.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/wrkdir.scm
v8/src/runtime/runtime.pkg