(). Introduce some new stuff.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.2 1988/06/15 18:24:01 jrm Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.3 1988/06/16 06:37:44 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
compiler-info-continuations
compiler-info-labels
- label-info?
make-label-info
label-info-name
label-info-offset
block-symbol-table
compiled-code-block->pathstring
- compiled-code-block->info
+ compiled-code-block->compiler-info
compiled-entry->name
compiled-entry->pathname
(files "defstr")
(parent ())
(export ()
+ define-structure/keyword-parser
named-structure/description
named-structure?)
(initialization (initialize-package!)))
add-unparser-special-pair!
event:after-restart
event:after-restore
+ named-structure/get-tag-description
+ named-structure/set-tag-description!
unparse-with-brackets
unparser/set-tagged-pair-method!
unparser/set-tagged-vector-method!
atan
ceiling
complex?
+ conjugate
cos even?
exact->inexact
exact?
string->symbol
string->uninterned-symbol
symbol->string
+ symbol-append
+ symbol-hash
symbol?
the-environment?
variable-components
open-block-components
open-block?
scan-defines
- unscan-defines)
- (initialization (initialize-package!)))
+ unscan-defines))
(define-package (runtime scode-walker)
(files "codwlk")
syntax*
syntax-closure/expression
syntax-closure?
+ syntaxer/cond-=>-helper
system-global-syntax-table
user-initial-syntax-table)
(export (runtime defstruct)
(files "system")
(parent ())
(export ()
+ add-identification!
add-system!
for-each-system!
load-system!
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.2 1988/06/15 18:24:01 jrm Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.3 1988/06/16 06:37:44 cph Exp $
Copyright (c) 1988 Massachusetts Institute of Technology
compiler-info-continuations
compiler-info-labels
- label-info?
make-label-info
label-info-name
label-info-offset
block-symbol-table
compiled-code-block->pathstring
- compiled-code-block->info
+ compiled-code-block->compiler-info
compiled-entry->name
compiled-entry->pathname
(files "defstr")
(parent ())
(export ()
+ define-structure/keyword-parser
named-structure/description
named-structure?)
(initialization (initialize-package!)))
add-unparser-special-pair!
event:after-restart
event:after-restore
+ named-structure/get-tag-description
+ named-structure/set-tag-description!
unparse-with-brackets
unparser/set-tagged-pair-method!
unparser/set-tagged-vector-method!
atan
ceiling
complex?
+ conjugate
cos even?
exact->inexact
exact?
string->symbol
string->uninterned-symbol
symbol->string
+ symbol-append
+ symbol-hash
symbol?
the-environment?
variable-components
open-block-components
open-block?
scan-defines
- unscan-defines)
- (initialization (initialize-package!)))
+ unscan-defines))
(define-package (runtime scode-walker)
(files "codwlk")
syntax*
syntax-closure/expression
syntax-closure?
+ syntaxer/cond-=>-helper
system-global-syntax-table
user-initial-syntax-table)
(export (runtime defstruct)
(files "system")
(parent ())
(export ()
+ add-identification!
add-system!
for-each-system!
load-system!