#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.29 1989/02/28 18:35:03 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.30 1989/03/06 20:00:30 cph Exp $
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
read-char
read-char-no-hang
read-string
+ set-current-input-port!
set-input-port/state!
with-input-from-file
with-input-from-port)
weak-car
weak-cdr
weak-cons
+ weak-memq
weak-pair/car?
weak-pair?
weak-set-car!
output-port/write-string
output-port/x-size
output-port?
+ set-current-output-port!
set-output-port/state!
with-output-to-file
with-output-to-port
set-repl/syntax-table!
ve
vst
+ with-cmdl/input-port
+ with-cmdl/output-port
with-proceed-point
with-standard-proceed-point)
(export (runtime load)
execute-at-new-state-point
get-fluid-bindings
make-state-space
+ object-component-binder
set-current-dynamic-state!
set-fluid-bindings!
translate-to-state-point)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.29 1989/02/28 18:35:03 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.30 1989/03/06 20:00:30 cph Exp $
-Copyright (c) 1988 Massachusetts Institute of Technology
+Copyright (c) 1988, 1989 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
read-char
read-char-no-hang
read-string
+ set-current-input-port!
set-input-port/state!
with-input-from-file
with-input-from-port)
weak-car
weak-cdr
weak-cons
+ weak-memq
weak-pair/car?
weak-pair?
weak-set-car!
output-port/write-string
output-port/x-size
output-port?
+ set-current-output-port!
set-output-port/state!
with-output-to-file
with-output-to-port
set-repl/syntax-table!
ve
vst
+ with-cmdl/input-port
+ with-cmdl/output-port
with-proceed-point
with-standard-proceed-point)
(export (runtime load)
execute-at-new-state-point
get-fluid-bindings
make-state-space
+ object-component-binder
set-current-dynamic-state!
set-fluid-bindings!
translate-to-state-point)