Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
dae4cf60
Commit
dae4cf60
authored
Oct 31, 1994
by
ram
Browse files
Fix headed boilerplate.
parent
5d6e42ba
Changes
272
Hide whitespace changes
Inline
Side-by-side
assembly/alpha/alloc.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/alloc.lisp,v 1.
1
1994/
04/06 16:58:31 hallgren Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/alloc.lisp,v 1.
2
1994/
10/31 04:55:55 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/alpha/arith.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/arith.lisp,v 1.
1
1994/
04/06 16:58:32 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/arith.lisp,v 1.
2
1994/
10/31 04:55:55 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/alpha/array.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/array.lisp,v 1.
1
1994/
04/06 16:58:33 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/array.lisp,v 1.
2
1994/
10/31 04:55:55 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/alpha/assem-rtns.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/assem-rtns.lisp,v 1.
2
1994/
04/12 20:10:13 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/assem-rtns.lisp,v 1.
3
1994/
10/31 04:55:55 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/alpha/support.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/support.lisp,v 1.
1
1994/
04/06 16:58:36 hallgren Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/support.lisp,v 1.
2
1994/
10/31 04:55:55 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/assemfile.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.3
6
1994/
04/06 16:55:45 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.3
7
1994/
10/31 04:57:57 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/hppa/alloc.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.
1
199
2/06/12 04:00:00 wlott Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.
2
199
4/10/31 04:56:18 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/hppa/arith.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.
7
199
2/07/13 01:47:53 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.
8
199
4/10/31 04:56:18 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/hppa/array.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.
4
199
2/07/08 03:09:54 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.
5
199
4/10/31 04:56:18 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/hppa/assem-rtns.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.
4
199
3/07/26 19:44:48 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.
5
199
4/10/31 04:56:18 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/hppa/support.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.
1
199
2/07/13 03:49:21 wlott Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.
2
199
4/10/31 04:56:18 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/alloc.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.
7
199
3/08/27 15:01:46 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.
8
199
4/10/31 04:56:40 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/arith.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.1
3
199
3/06/13 07:10:18 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.1
4
199
4/10/31 04:56:40 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/array.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.2
3
1994/
06/17 17:47:41 hallgren
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.2
4
1994/
10/31 04:56:40 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/assem-rtns.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.3
1
199
3/05/19 16:17:09 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.3
2
199
4/10/31 04:56:40 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/bit-bash.lisp
View file @
dae4cf60
;;; -*- Package: MIPS -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the Spice Lisp project at
;;; Carnegie-Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of Spice Lisp, please contact
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $"
)
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.1
3
199
1/02/02 22:50:15 wlott
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.1
4
199
4/10/31 04:56:40 ram
Exp $
;;;
;;; Stuff to implement bit bashing.
;;;
...
...
assembly/mips/support.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.1
4
199
3/08/26 01:26:27 wlott Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.1
5
199
4/10/31 04:56:40 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/mips/wrlist.lisp
View file @
dae4cf60
...
...
@@ -3,11 +3,9 @@
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of CMU Common Lisp, please contact
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.
6
199
2/03/12 16:28:31 wlott Exp
$"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.
7
199
4/10/31 04:56:40 ram Rel
$"
)
;;;
;;; **********************************************************************
;;;
...
...
assembly/rt/alloc.lisp
View file @
dae4cf60
...
...
@@ -2,12 +2,14 @@
;;;
;;; **********************************************************************
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public
;;; domain. If you want to use this code or any part of CMU Common
;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $"
)
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.
5
199
1
/10/
22 19:07:16 wlott
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.
6
199
4
/10/
31 04:57:00 ram
Exp $
;;;
;;; Stuff to handle allocating simple objects.
;;;
...
...
assembly/rt/arith.lisp
View file @
dae4cf60
;;; -*- Package: RT -*-
;;;
;;; **********************************************************************
;;; This code was written as part of the Spice Lisp project at
;;; Carnegie-Mellon University, and has been placed in the public domain.
;;; If you want to use this code or any part of Spice Lisp, please contact
;;; Scott Fahlman (FAHLMAN@CMUC).
;;; This code was written as part of the CMU Common Lisp project at
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.7 1994/10/31 04:57:00 ram Exp $"
)
;;;
;;; **********************************************************************
;;;
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.
6
199
1
/10/
24 09:49:02 wlott
Exp $
;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.
7
199
4
/10/
31 04:57:00 ram
Exp $
;;;
;;; Stuff to handle simple cases for generic arithmetic.
;;;
...
...
Prev
1
2
3
4
5
…
14
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment