Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
98401c4b
Commit
98401c4b
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Export lisp::sap-ref-sap from system.
Added constant-type, etc to kernel. Added ASSEMBLER package and exports.
parent
c6a25edb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/exports.lisp
+53
-35
53 additions, 35 deletions
code/exports.lisp
with
53 additions
and
35 deletions
code/exports.lisp
+
53
−
35
View file @
98401c4b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; **********************************************************************
;;; **********************************************************************
;;;
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.
8
1990/04/
06
0
0
:15:
48
wlott Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.
9
1990/04/
24
0
7
:15:
16
wlott Exp $
;;;
;;;
;;; All the stuff necessary to export various symbols from various packages.
;;; All the stuff necessary to export various symbols from various packages.
;;;
;;;
...
@@ -32,7 +32,8 @@
...
@@ -32,7 +32,8 @@
(
nuke
"NEGATE"
"LISP"
)
(
nuke
"NEGATE"
"LISP"
)
(
nuke
"STRUCTURE-TYPE"
"XP"
)
(
nuke
"STRUCTURE-TYPE"
"XP"
)
(
nuke
"CONCAT-PNAMES"
"LISP"
)
(
nuke
"CONCAT-PNAMES"
"LISP"
)
(
nuke
"ONCE-ONLY"
"COMPILER"
))
(
nuke
"ONCE-ONLY"
"COMPILER"
)
(
nuke
"CONSTANT"
"COMPILER"
))
(
labels
(
labels
((
lisp->system
(
name
)
((
lisp->system
(
name
)
...
@@ -52,7 +53,8 @@
...
@@ -52,7 +53,8 @@
(
lisp->system
"DEPORT-INTEGER"
)
(
lisp->system
"DEPORT-INTEGER"
)
(
lisp->system
"MAKE-CT-A-VAL"
)
(
lisp->system
"MAKE-CT-A-VAL"
)
(
lisp->system
"NATURALIZE-BOOLEAN"
)
(
lisp->system
"NATURALIZE-BOOLEAN"
)
(
lisp->system
"NATURALIZE-INTEGER"
))
(
lisp->system
"NATURALIZE-INTEGER"
)
(
lisp->system
"SAP-REF-SAP"
))
(
let
((
symbol
(
find-symbol
"CHECK="
(
find-package
"COMPILER"
))))
(
let
((
symbol
(
find-symbol
"CHECK="
(
find-package
"COMPILER"
))))
(
when
symbol
(
import
symbol
(
find-package
"SYSTEM"
))))
(
when
symbol
(
import
symbol
(
find-package
"SYSTEM"
))))
...
@@ -70,6 +72,7 @@
...
@@ -70,6 +72,7 @@
(
in-package
"USER"
)
(
in-package
"USER"
)
(
in-package
"VM"
)
(
in-package
"VM"
)
(
in-package
"C"
)
(
in-package
"C"
)
(
in-package
"ASSEMBLER"
:nicknames
'
(
"ASSEM"
))
...
@@ -262,36 +265,38 @@
...
@@ -262,36 +265,38 @@
bit-bash-xor
bit-bash-eqv
bit-bash-lognand
bit-bash-lognor
bit-bash-xor
bit-bash-eqv
bit-bash-lognand
bit-bash-lognor
bit-bash-andc1
bit-bash-andc2
bit-bash-orc1
bit-bash-orc2
bit-bash-andc1
bit-bash-andc2
bit-bash-orc1
bit-bash-orc2
bit-index
boole-code
boolean
byte-specifier
callable
char-int
bit-index
boole-code
boolean
byte-specifier
callable
char-int
consed-sequence
csubtypep
ctype
ctype-of
ctype-p
ctypep
consed-sequence
constant-type
constant-type-p
constant-type-type
data-vector-ref
data-vector-set
filename
float-digits
csubtypep
ctype
ctype-of
ctype-p
ctypep
data-vector-ref
float-exponent
float-format-max
float-radix
form
function-type
data-vector-set
filename
float-digits
float-exponent
float-format-max
float-radix
form
function-type
function-type-allowp
function-type-keyp
function-type-keywords
function-type-allowp
function-type-keyp
function-type-keywords
function-type-optional
function-type-p
function-type-required
function-type-optional
function-type-p
function-type-required
function-type-rest
function-type-returns
hairy-type
function-type-rest
function-type-returns
function-type-wild-args
hairy-type-check-template
hairy-type-specifier
index
hairy-type
hairy-type-check-template
hairy-type-specifier
index
internal-time
irrational
key-info
key-info-name
key-info-p
internal-time
irrational
key-info
key-info-name
key-info-p
key-info-type
lexical-environment
make-args-type
key-info-type
lexical-environment
make-args-type
make-function-type
make-key-info
make-member-type
make-named-type
make-function-type
make-key-info
make-member-type
make-named-type
make-numeric-type
make-structure-type
make-union-type
make-numeric-type
make-structure-type
make-union-type
make-values-type
member-type
member-type-members
member-type-p
make-values-type
member-type
member-type-members
member-type-p
named-type
named-type-name
named-type-p
n
egate
never-subtypep
named-type
named-type-name
named-type-p
n
ative-byte-order
negate
numeric-contagion
numeric-type
numeric-type-class
never-subtypep
numeric-contagion
numeric-type
numeric-type-class
numeric-type-complexp
numeric-type-format
numeric-type-high
numeric-type-complexp
numeric-type-format
numeric-type-high
numeric-type-low
numeric-type-p
pathname-device
numeric-type-low
numeric-type-p
parse-unknown-type
pathname-directory
pathname-host
pathname-name
pathname-type
pathname-device
pathname-directory
pathname-host
pathname-name
pathname-version
pathnamelike
sequence-end
single-value-type
pathname-type
pathname-version
pathnamelike
sequence-end
specifier-type
streamlike
stringable
stringlike
structure-type
single-value-type
specifier-type
streamlike
stringable
stringlike
structure-type-name
structure-type-p
truth
type-init
two-arg-*
structure-type
structure-type-name
structure-type-p
truth
two-arg-+
two-arg--
two-arg-/
two-arg-/=
two-arg-<
two-arg-<=
type-init
two-arg-*
two-arg-+
two-arg--
two-arg-/
two-arg-/=
two-arg-=
two-arg->
two-arg->=
two-arg-and
two-arg-ior
two-arg-<
two-arg-<=
two-arg-=
two-arg->
two-arg->=
two-arg-and
two-arg-xor
type-difference
type-intersect
type-intersection
two-arg-ior
two-arg-xor
type-difference
type-intersect
type-specifier
type-specifier-symbols
type-union
type/=
type=
type-intersection
type-specifier
type-specifier-symbols
types-intersect
union-type
union-type-p
union-type-types
type-union
type/=
type=
types-intersect
union-type
union-type-p
values-subtypep
values-type
values-type-allowp
union-type-types
unknown-type
unknown-type-p
values-subtypep
values-type-intersect
values-type-intersection
values-type-keyp
values-type
values-type-allowp
values-type-intersect
values-type-keywords
values-type-optional
values-type-p
values-type-intersection
values-type-keyp
values-type-keywords
values-type-required
values-type-rest
values-type-union
values-type-optional
values-type-p
values-type-required
values-types
values-types-intersect
void
))
values-type-rest
values-type-union
values-types
values-types-intersect
void
))
(
in-package
"EXTENSIONS"
)
(
in-package
"EXTENSIONS"
)
...
@@ -322,9 +327,9 @@
...
@@ -322,9 +327,9 @@
command-line-switch
command-line-switch-p
command-line-switch
command-line-switch-p
compact-info-environment
compile-from-stream
compiledp
compact-info-environment
compile-from-stream
compiledp
complete-file
concat-pnames
connect-to-inet-socket
complete-file
concat-pnames
connect-to-inet-socket
create-inet-listener
create-inet-socket
debug
def-c-array
constant-argument
create-inet-listener
create-inet-socket
debug
def-c-pointer
def-c-procedure
def-c-record
def-c-routine
def-c-array
def-c-pointer
def-c-procedure
def-c-record
def-c-type
def-c-variable
default-clx-event-handler
def-c-routine
def-c-type
def-c-variable
default-clx-event-handler
default-directory
define-info-class
define-info-type
default-directory
define-info-class
define-info-type
define-keyboard-modifier
define-keysym
define-mouse-code
define-keyboard-modifier
define-keysym
define-mouse-code
defmodule
defswitch
deletef
delq
disable-clx-event-handling
defmodule
defswitch
deletef
delq
disable-clx-event-handling
...
@@ -396,13 +401,14 @@
...
@@ -396,13 +401,14 @@
record-size
remove-fd-handler
remove-port-death-handler
record-size
remove-fd-handler
remove-port-death-handler
remove-port-object
remove-xwindow-object
remove-port-object
remove-xwindow-object
resolve-loaded-assembler-references
sap-int
sap-ref-16
sap-ref-32
resolve-loaded-assembler-references
sap-int
sap-ref-16
sap-ref-32
sap-ref-8
serve-all-events
serve-event
server
server-message
sap-ref-8
sap-ref-sap
serve-all-events
serve-event
server
short-float-radix
signed-sap-ref-16
signed-sap-ref-32
server-message
short-float-radix
signed-sap-ref-16
signed-sap-ref-8
single-float-radix
symbol-macro-let
signed-sap-ref-32
signed-sap-ref-8
single-float-radix
system-area-pointer
system-area-pointer-p
unproclaim
unstructured
symbol-macro-let
system-area-pointer
system-area-pointer-p
wait-until-fd-usable
with-enabled-interrupts
with-fd-handler
unproclaim
unstructured
wait-until-fd-usable
with-interrupts
with-reply-port
with-stack-alien
without-gcing
with-enabled-interrupts
with-fd-handler
with-interrupts
without-hemlock
without-interrupts
words
))
with-reply-port
with-stack-alien
without-gcing
without-hemlock
without-interrupts
words
))
(
in-package
"USER"
)
(
in-package
"USER"
)
...
@@ -483,12 +489,24 @@
...
@@ -483,12 +489,24 @@
(
use-package
"KERNEL"
)
(
use-package
"KERNEL"
)
(
use-package
"SYSTEM"
)
(
use-package
"SYSTEM"
)
(
use-package
"VM"
)
(
use-package
"VM"
)
(
use-package
"ASSEM"
)
(
export
'
(
*compile-time-define-macros*
*compiling-for-interpreter*
(
export
'
(
*compile-time-define-macros*
*compiling-for-interpreter*
compile-for-eval
entry-node-info-nlx-tag
entry-node-info-st-top
compile-for-eval
entry-node-info-nlx-tag
entry-node-info-st-top
lambda-eval-info-args-passed
lambda-eval-info-entries
lambda-eval-info-args-passed
lambda-eval-info-entries
lambda-eval-info-frame-size
))
lambda-eval-info-frame-size
))
(
in-package
"ASSEM"
)
(
export
'
(
*current-position*
align
assemble
define-argument-type
define-fixup-type
define-format
define-instruction
define-pseudo-instruction
define-random-resources
define-register-file
dump-segment
emit-code-vector
emit-label
finalize-segment
fixup
fixup-flavor
fixup-name
fixup-offset
fixup-p
gen-label
insert-segment
inst
label
label-position
make-fixup
make-segment
))
(
in-package
"EVAL"
)
(
in-package
"EVAL"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment