* Process status now synchronized as follows: new primitive
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 Mar 1991 21:11:10 +0000 (21:11 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 Mar 1991 21:11:10 +0000 (21:11 +0000)
commit5c67cc6d634ba210008dea686ff3cc01501f836f
tree76ae638ab4149126ce67bba39399a25240bf3ecb
parentd2f28b6f6cd3f99f13bc5f2ddf4d1fa6ce1775f2
* Process status now synchronized as follows: new primitive
  `process-status-sync' freezes the status and exit reason, returning
  #T if it has changed since the last synchronization, or #F if it
  hasn't changed.  Primitives `process-status' and `process-reason'
  return the frozen status information but do not affect the
  synchronization.

* Primitives `process-wait' and `process-continue-foreground' no
  longer return a value.  Previously they returned the process status.
v7/src/microcode/osproc.h
v7/src/microcode/prosproc.c
v7/src/microcode/uxproc.c
v7/src/microcode/uxproc.h
v7/src/microcode/version.h
v8/src/microcode/version.h