* Delete `with-threaded-continuation' primitive.
authorChris Hanson <org/chris-hanson/cph>
Thu, 24 Mar 1988 07:13:46 +0000 (07:13 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 24 Mar 1988 07:13:46 +0000 (07:13 +0000)
commita05b80ba583282b2f45894fb99a0600b829ee4d8
treea6b5254238e9af795cd2634fef6395f1f42bcfaf
parentaefd40cf00e3277965a9a3e2a8de394abdcd4cfe
* Delete `with-threaded-continuation' primitive.

* Implement `get-interrupt-enables' primitive.

* Split `primitive-type' and friends into two classes: one which is
gc-safe and touches arguments, the other non-safe with no touching.

* Implement primitive-procedure name aliasing in microcode.  This
allows microcode name changes to reuse existing bands.

* Do not use "-q" ld switch.  This causes lossage when Scheme is
loaded over NFS.
v7/src/microcode/boot.c
v7/src/microcode/hooks.c
v7/src/microcode/prim.c
v7/src/microcode/primutl.c
v7/src/microcode/version.h
v8/src/microcode/version.h