Requires runtime 14.142
authorChris Hanson <org/chris-hanson/cph>
Tue, 26 Nov 1991 08:03:42 +0000 (08:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 26 Nov 1991 08:03:42 +0000 (08:03 +0000)
commita2cafcdd6165e332260e6edba2dcbfedb969e359
tree30883cd50166717deb2f80d9cadb17052ca6159b
parent3c4bef8bcdcedb2b1cdd808e26e04900cb6567a8
Requires runtime 14.142

* Replace scheme-interaction mode by new inferior-repl mode.  The new
  mode runs a standard REP loop as an inferior coprocess, and supports
  both the runtime system's debugger and edwin's debugger.

* Transcript buffer used to be same as interaction buffer; now it is a
  separate buffer.  In addition, it records input expressions as well
  as the output.

* Extensive reorganization of debugger.  Only substantive change is
  for compatibility with changes to debugger in runtime system.
  However, the code is now organized in a somewhat top-down fashion,
  which should aid comprehension.

* Delete FRESH-LINE and FRESH-LINES procedures.  Former is supported
  in runtime system, latter is random.

* Editor cmdl changed to use new interface.
14 files changed:
v7/src/edwin/artdebug.scm
v7/src/edwin/bufout.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/editor.scm
v7/src/edwin/edtstr.scm
v7/src/edwin/edwin.ldr
v7/src/edwin/edwin.pkg
v7/src/edwin/evlcom.scm
v7/src/edwin/intmod.scm
v7/src/edwin/make.scm
v7/src/edwin/modefs.scm
v7/src/edwin/tterm.scm
v7/src/edwin/winout.scm
v7/src/edwin/xterm.scm