Add new event-receiver, `event:before-exit', which is invoked before
authorChris Hanson <org/chris-hanson/cph>
Fri, 9 Jun 1989 16:51:44 +0000 (16:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 9 Jun 1989 16:51:44 +0000 (16:51 +0000)
commitba5ff7f01306768ed2844c73e55448eb517d2905
treeb4f664041b7518597e7fb87ca8bcf8dd8b4ee82e
parent299e56be2d19b9e389dba71d0f82691d0055e164
Add new event-receiver, `event:before-exit', which is invoked before
Scheme is killed and before a disk-restore is performed.  This allows
cleaning up of any state, such as open files, that relates the runtime
system to the external world.
v7/src/runtime/gdatab.scm
v7/src/runtime/global.scm
v7/src/runtime/io.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/savres.scm
v7/src/runtime/version.scm
v8/src/runtime/global.scm
v8/src/runtime/runtime.pkg