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
8f25fddf
Commit
8f25fddf
authored
34 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Moved float-format-digits from the vm package to the kernel package.
parent
5526e05b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/exports.lisp
+3
-3
3 additions, 3 deletions
code/exports.lisp
with
3 additions
and
3 deletions
code/exports.lisp
+
3
−
3
View file @
8f25fddf
...
@@ -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.4
1
1990/07/
07 13:10:12 ram
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.4
2
1990/07/
10 18:25:11 wlott
Exp $
;;;
;;;
;;; All the stuff necessary to export various symbols from various packages.
;;; All the stuff necessary to export various symbols from various packages.
;;;
;;;
...
@@ -326,7 +326,7 @@
...
@@ -326,7 +326,7 @@
%double-float
decode-single-float
decode-double-float
%double-float
decode-single-float
decode-double-float
integer-decode-single-float
integer-decode-double-float
integer-decode-single-float
integer-decode-double-float
scale-single-float
scale-double-float
single-float-exponent
scale-single-float
scale-double-float
single-float-exponent
double-float-exponent
))
double-float-exponent
float-format-digits
))
(
in-package
"EXTENSIONS"
)
(
in-package
"EXTENSIONS"
)
...
@@ -532,7 +532,7 @@
...
@@ -532,7 +532,7 @@
single-float-hidden-bit
double-float-hidden-bit
single-float-hidden-bit
double-float-hidden-bit
float-sign-shift
make-single-float
make-double-float
float-sign-shift
make-single-float
make-double-float
single-float-bits
double-float-low-bits
double-float-high-bits
single-float-bits
double-float-low-bits
double-float-high-bits
single-float-digits
double-float-digits
float-format-digits
))
single-float-digits
double-float-digits
))
(
in-package
"C"
)
(
in-package
"C"
)
...
...
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