This runtime requires microcode 11.49 or later.
authorChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 1990 21:03:42 +0000 (21:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 1990 21:03:42 +0000 (21:03 +0000)
commit2c12e14fa553869f85fd250d8771d3b9807d3ef8
tree2ff9c79b95442fabdb967460b85263298876410d
parent25faaea5e7d2cbbe6bf249c9eab5f10ffac50a3d
This runtime requires microcode 11.49 or later.

* Take advantage of new primitives for terminals by adding operations
  to console input and output that use them.

* Define new arithmetic operations:

    FIX:<=
    FIX:>=
    INT:<=
    INT:>=

* Change record package so that record types do not contain
  procedures.  This is needed to permit records and record types to be
  fasdumped.
v7/src/runtime/io.scm
v7/src/runtime/record.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg