Subprocess support in this version requires microcode version 11.66 or
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 Mar 1991 21:33:43 +0000 (21:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 Mar 1991 21:33:43 +0000 (21:33 +0000)
commit737683a305ed4b0b824b7f790e5856c8cb7316df
tree64536ed3fa060268f245e3988ec00cd2ddee3c39
parent5c67cc6d634ba210008dea686ff3cc01501f836f
Subprocess support in this version requires microcode version 11.66 or
later.

* Subprocess abstraction changed to use microcode's new process status
  synchronization.  The procedure `subprocess-status' causes the
  status information to be synchronized; subsequently
  `subprocess-exit-reason' returns the reason corresponding to that
  status.  Likewise, the new procedure `subprocess-status-tick'
  returns an object representing the time-stamp associated with this
  status; when the status changes, the tick is changed to a new value.
  Ticks are unique objects that are comparable using `eq?'; they are
  not ordered.

* New procedure `subprocess-remove!' removes a property from a
  subprocess (maybe this is a bad name?).
v7/src/runtime/process.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg