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
0eb63c0f
Commit
0eb63c0f
authored
24 years ago
by
pw
Browse files
Options
Downloads
Patches
Plain Diff
First step in removing some CLtL1/CLtL2 exports from COMMON-LISP package.
parent
9722b37e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
code/exports.lisp
+9
-14
9 additions, 14 deletions
code/exports.lisp
code/macros.lisp
+2
-4
2 additions, 4 deletions
code/macros.lisp
code/pathname.lisp
+2
-2
2 additions, 2 deletions
code/pathname.lisp
code/pprint.lisp
+3
-6
3 additions, 6 deletions
code/pprint.lisp
with
16 additions
and
26 deletions
code/exports.lisp
+
9
−
14
View file @
0eb63c0f
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.1
79
2001/0
2/21 14:48:34 dtc
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.1
80
2001/0
3/13 02:10:27 pw
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -362,8 +362,8 @@
"COMPILATION-SPEED"
"COMPILE"
"COMPILE-FILE"
"COMPILE-FILE-PATHNAME"
"COMPILED-FUNCTION"
"COMPILED-FUNCTION-P"
"COMPILER-MACRO"
"COMPILER-MACRO-FUNCTION"
"COMPILER-MACROEXPAND"
"COMPILER-MACROEXPAND-1"
"COMPLEMENT"
"COMPLEX"
"COMPILER-MACRO"
"COMPILER-MACRO-FUNCTION"
"COMPLEMENT"
"COMPLEX"
"COMPLEXP"
"COMPUTE-RESTARTS"
"CONCATENATE"
"CONCATENATED-STREAM"
"CONCATENATED-STREAM-STREAMS"
"COND"
"CONDITION"
...
...
@@ -375,7 +375,7 @@
"COUNT-IF-NOT"
"CTYPECASE"
"DEBUG"
"DECF"
"DECLAIM"
"DECLARATION"
"DECLARE"
"DECODE-FLOAT"
"DECODE-UNIVERSAL-TIME"
"DEFCONSTANT"
"DEFINE-COMPILER-MACRO"
"DEFINE-CONDITION"
"DEFINE-MODIFY-MACRO"
"DEFINE-SETF-METHOD"
"DEFINE-SYMBOL-MACRO"
"DEFINE-MODIFY-MACRO"
"DEFINE-SYMBOL-MACRO"
"DEFMACRO"
"DEFPACKAGE"
"DEFPARAMETER"
"DEFSETF"
"DEFSTRUCT"
"DEFTYPE"
"DEFUN"
"DEFVAR"
"DELETE"
"DELETE-DUPLICATES"
"DELETE-FILE"
"DELETE-IF"
...
...
@@ -412,7 +412,6 @@
"GENTEMP"
"GET"
"GET-DECODED-TIME"
"GET-DISPATCH-MACRO-CHARACTER"
"GET-INTERNAL-REAL-TIME"
"GET-INTERNAL-RUN-TIME"
"GET-MACRO-CHARACTER"
"GET-OUTPUT-STREAM-STRING"
"GET-PROPERTIES"
"GET-SETF-METHOD"
"GET-SETF-METHOD-MULTIPLE-VALUE"
"GET-UNIVERSAL-TIME"
"GETF"
"GETHASH"
"GO"
"GRAPHIC-CHAR-P"
"HANDLER-BIND"
"HANDLER-CASE"
"HASH-TABLE"
"HASH-TABLE-COUNT"
"HASH-TABLE-P"
"HASH-TABLE-REHASH-THRESHOLD"
...
...
@@ -443,9 +442,7 @@
"LIST-LENGTH"
"LISTEN"
"LISTP"
"LOAD"
"LOAD-LOGICAL-PATHNAME-TRANSLATIONS"
"LOAD-TIME-VALUE"
"LOCALLY"
"LOG"
"LOGAND"
"LOGANDC1"
"LOGANDC2"
"LOGBITP"
"LOGCOUNT"
"LOGEQV"
"LOGICAL-PATHNAME"
"LOGICAL-PATHNAME-P"
"LOGICAL-PATHNAME-TRANSLATIONS"
"LOGICAL-PATHNAME"
"LOGICAL-PATHNAME-TRANSLATIONS"
"LOGIOR"
"LOGNAND"
"LOGNOR"
"LOGNOT"
"LOGORC1"
"LOGORC2"
"LOGTEST"
"LOGXOR"
"LONG-FLOAT"
"LONG-FLOAT-EPSILON"
"LONG-FLOAT-NEGATIVE-EPSILON"
"LONG-SITE-NAME"
"LOOP"
...
...
@@ -517,7 +514,7 @@
"SIMPLE-BIT-VECTOR-P"
"SIMPLE-CONDITION"
"SIMPLE-CONDITION-FORMAT-ARGUMENTS"
"SIMPLE-CONDITION-FORMAT-CONTROL"
"SIMPLE-CONDITION-FORMAT-STRING"
"SIMPLE-ERROR"
"SIMPLE-ERROR"
"SIMPLE-STRING"
"SIMPLE-STRING-P"
"SIMPLE-TYPE-ERROR"
"SIMPLE-VECTOR"
"SIMPLE-VECTOR-P"
"SIMPLE-WARNING"
"SIN"
"SINGLE-FLOAT"
"SINGLE-FLOAT-EPSILON"
...
...
@@ -570,8 +567,8 @@
"COMPUTE-APPLICABLE-METHODS"
"DEFCLASS"
"DEFGENERIC"
"DEFINE-METHOD-COMBINATION"
"DEFMETHOD"
"DESCRIBE-OBJECT"
"ENSURE-GENERIC-FUNCTION"
"FIND-METHOD"
"FUNCTION-KEYWORDS"
"GENERIC-FLET"
"GENERIC-LABELS"
"INITIALIZE-INSTANCE"
"INVALID-METHOD-ERROR"
"FIND-METHOD"
"FUNCTION-KEYWORDS"
"INITIALIZE-INSTANCE"
"INVALID-METHOD-ERROR"
"MAKE-INSTANCE"
"MAKE-INSTANCES-OBSOLETE"
"METHOD-COMBINATION-ERROR"
"METHOD-QUALIFIERS"
"NEXT-METHOD-P"
"NO-APPLICABLE-METHOD"
"NO-NEXT-METHOD"
"PRINT-OBJECT"
...
...
@@ -580,11 +577,9 @@
"SLOT-UNBOUND"
"SLOT-VALUE"
"STANDARD"
"STANDARD-CLASS"
"STANDARD-GENERIC-FUNCTION"
"STANDARD-METHOD"
"STANDARD-OBJECT"
"UPDATE-INSTANCE-FOR-DIFFERENT-CLASS"
"UPDATE-INSTANCE-FOR-REDEFINED-CLASS"
"WITH-ACCESSORS"
"WITH-ADDED-METHODS"
"WITH-SLOTS"
"UPDATE-INSTANCE-FOR-REDEFINED-CLASS"
"WITH-ACCESSORS"
"WITH-SLOTS"
"MAKE-METHOD"
"UNBOUND-SLOT"
"UNBOUND-SLOT-INSTANCE"
"CELL-ERROR-NAME"
"HASH-TABLE-WEAK-P"
"GET-SETF-EXPANSION"
"STYLE-WARNING"
"PRINT-NOT-READABLE-OBJECT"
"DEFINE-SETF-EXPANDER"
"PRINT-NOT-READABLE"
"METHOD"
...
...
This diff is collapsed.
Click to expand it.
code/macros.lisp
+
2
−
4
View file @
0eb63c0f
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.6
6
2001/03/
0
3
16:50:0
8 pw Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.6
7
2001/03/
1
3
02:10:2
8 pw Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -24,9 +24,7 @@
get-setf-expansion
define-setf-expander
define-modify-macro
destructuring-bind
nth-value
otherwise
; Sacred to CASE and related macros.
define-compiler-macro
;; CLtL1 versions:
define-setf-method
get-setf-method
get-setf-method-multiple-value
))
define-compiler-macro
))
(
in-package
"EXTENSIONS"
)
(
export
'
(
do-anonymous
collect
iterate
))
...
...
This diff is collapsed.
Click to expand it.
code/pathname.lisp
+
2
−
2
View file @
0eb63c0f
...
...
@@ -4,7 +4,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.4
4
2001/03/1
1 22:02
:2
4
pw Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.4
5
2001/03/1
3 02:10
:2
9
pw Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -17,7 +17,7 @@
(
in-package
"LISP"
)
(
export
'
(
pathname
pathnamep
logical-pathname
logical-pathname-p
(
export
'
(
pathname
pathnamep
logical-pathname
parse-namestring
merge-pathnames
make-pathname
pathname-host
pathname-device
pathname-directory
pathname-name
pathname-type
pathname-version
namestring
file-namestring
...
...
This diff is collapsed.
Click to expand it.
code/pprint.lisp
+
3
−
6
View file @
0eb63c0f
...
...
@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.2
7
200
0/12/27 15:42:40 dtc
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.2
8
200
1/03/13 02:10:30 pw
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1408,7 +1408,7 @@
(
with-pretty-stream
(
stream
)
(
funcall
(
pprint-dispatch
object
)
stream
object
)))
(
defparameter
magic-forms
(
defparameter
*
magic-forms
*
'
((
lambda
pprint-lambda
)
;; Special forms.
(
block
pprint-block
)
...
...
@@ -1417,8 +1417,6 @@
(
eval-when
pprint-block
)
(
flet
pprint-flet
)
(
function
pprint-quote
)
(
generic-flet
pprint-flet
)
(
generic-labels
pprint-flet
)
(
labels
pprint-flet
)
(
let
pprint-let
)
(
let*
pprint-let
)
...
...
@@ -1435,7 +1433,6 @@
(
tagbody
pprint-tagbody
)
(
throw
pprint-block
)
(
unwind-protect
pprint-block
)
(
with-added-methods
pprint-flet
)
;; Macros.
(
case
pprint-case
)
...
...
@@ -1503,7 +1500,7 @@
#'
pprint-function-call
-1
)
(
set-pprint-dispatch
'cons
#'
pprint-fill
-2
)
;; Cons cells with interesting things for the car.
(
dolist
(
magic-form
magic-forms
)
(
dolist
(
magic-form
*
magic-forms
*
)
(
set-pprint-dispatch
`
(
cons
(
eql
,
(
first
magic-form
)))
(
symbol-function
(
second
magic-form
))))
;; Other pretty-print init forms.
...
...
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