From dae4cf60cfe7cc9c521d222a18b3aed209a6c4a5 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 31 Oct 1994 04:57:57 +0000 Subject: [PATCH] Fix headed boilerplate. --- assembly/alpha/alloc.lisp | 4 +--- assembly/alpha/arith.lisp | 4 +--- assembly/alpha/array.lisp | 4 +--- assembly/alpha/assem-rtns.lisp | 4 +--- assembly/alpha/support.lisp | 4 +--- assembly/assemfile.lisp | 4 +--- assembly/hppa/alloc.lisp | 4 +--- assembly/hppa/arith.lisp | 4 +--- assembly/hppa/array.lisp | 4 +--- assembly/hppa/assem-rtns.lisp | 4 +--- assembly/hppa/support.lisp | 4 +--- assembly/mips/alloc.lisp | 4 +--- assembly/mips/arith.lisp | 4 +--- assembly/mips/array.lisp | 4 +--- assembly/mips/assem-rtns.lisp | 4 +--- assembly/mips/bit-bash.lisp | 12 +++++++----- assembly/mips/support.lisp | 4 +--- assembly/mips/wrlist.lisp | 4 +--- assembly/rt/alloc.lisp | 10 ++++++---- assembly/rt/arith.lisp | 12 +++++++----- assembly/rt/array.lisp | 10 ++++++---- assembly/rt/assem-rtns.lisp | 10 ++++++---- assembly/rt/support.lisp | 10 ++++++---- assembly/sparc/alloc.lisp | 4 +--- assembly/sparc/arith.lisp | 4 +--- assembly/sparc/array.lisp | 12 +++++++----- assembly/sparc/assem-rtns.lisp | 12 +++++++----- assembly/sparc/support.lisp | 4 +--- compiler/alpha/alloc.lisp | 4 +--- compiler/alpha/arith.lisp | 6 ++---- compiler/alpha/array.lisp | 4 +--- compiler/alpha/c-call.lisp | 4 +--- compiler/alpha/call.lisp | 4 +--- compiler/alpha/cell.lisp | 4 +--- compiler/alpha/char.lisp | 6 ++---- compiler/alpha/debug.lisp | 4 +--- compiler/alpha/float.lisp | 4 +--- compiler/alpha/insts.lisp | 4 +--- compiler/alpha/macros.lisp | 4 +--- compiler/alpha/memory.lisp | 4 +--- compiler/alpha/move.lisp | 4 +--- compiler/alpha/nlx.lisp | 4 +--- compiler/alpha/parms.lisp | 4 +--- compiler/alpha/pred.lisp | 4 +--- compiler/alpha/print.lisp | 4 +--- compiler/alpha/sap.lisp | 4 +--- compiler/alpha/static-fn.lisp | 4 +--- compiler/alpha/subprim.lisp | 4 +--- compiler/alpha/system.lisp | 4 +--- compiler/alpha/type-vops.lisp | 4 +--- compiler/alpha/values.lisp | 4 +--- compiler/alpha/vm.lisp | 4 +--- compiler/generic/core.lisp | 4 +--- compiler/generic/gengc-genesis.lisp | 4 +--- compiler/generic/interr.lisp | 4 +--- compiler/generic/new-genesis.lisp | 4 +--- compiler/generic/objdef.lisp | 4 +--- compiler/generic/primtype.lisp | 4 +--- compiler/generic/utils.lisp | 4 +--- compiler/generic/vm-fndb.lisp | 4 +--- compiler/generic/vm-ir2tran.lisp | 4 +--- compiler/generic/vm-macs.lisp | 4 +--- compiler/generic/vm-tran.lisp | 4 +--- compiler/generic/vm-type.lisp | 4 +--- compiler/generic/vm-typetran.lisp | 6 ++---- compiler/hppa/alloc.lisp | 4 +--- compiler/hppa/arith.lisp | 4 +--- compiler/hppa/array.lisp | 4 +--- compiler/hppa/c-call.lisp | 4 +--- compiler/hppa/call.lisp | 4 +--- compiler/hppa/cell.lisp | 4 +--- compiler/hppa/char.lisp | 4 +--- compiler/hppa/debug.lisp | 4 +--- compiler/hppa/float.lisp | 4 +--- compiler/hppa/insts.lisp | 4 +--- compiler/hppa/macros.lisp | 4 +--- compiler/hppa/memory.lisp | 4 +--- compiler/hppa/move.lisp | 4 +--- compiler/hppa/nlx.lisp | 4 +--- compiler/hppa/parms.lisp | 4 +--- compiler/hppa/pred.lisp | 4 +--- compiler/hppa/print.lisp | 4 +--- compiler/hppa/sap.lisp | 4 +--- compiler/hppa/static-fn.lisp | 4 +--- compiler/hppa/subprim.lisp | 4 +--- compiler/hppa/system.lisp | 4 +--- compiler/hppa/type-vops.lisp | 4 +--- compiler/hppa/values.lisp | 4 +--- compiler/hppa/vm.lisp | 4 +--- compiler/mips/alloc.lisp | 4 +--- compiler/mips/arith.lisp | 6 ++---- compiler/mips/array.lisp | 4 +--- compiler/mips/c-call.lisp | 4 +--- compiler/mips/call.lisp | 4 +--- compiler/mips/cell.lisp | 4 +--- compiler/mips/char.lisp | 6 ++---- compiler/mips/debug.lisp | 4 +--- compiler/mips/float.lisp | 4 +--- compiler/mips/insts.lisp | 4 +--- compiler/mips/macros.lisp | 4 +--- compiler/mips/memory.lisp | 4 +--- compiler/mips/move.lisp | 4 +--- compiler/mips/nlx.lisp | 4 +--- compiler/mips/parms.lisp | 4 +--- compiler/mips/pred.lisp | 4 +--- compiler/mips/print.lisp | 4 +--- compiler/mips/sap.lisp | 4 +--- compiler/mips/static-fn.lisp | 4 +--- compiler/mips/subprim.lisp | 4 +--- compiler/mips/system.lisp | 4 +--- compiler/mips/type-vops.lisp | 4 +--- compiler/mips/utils.lisp | 4 +--- compiler/mips/values.lisp | 4 +--- compiler/mips/vm.lisp | 4 +--- compiler/rt/afpa.lisp | 4 +--- compiler/rt/alloc.lisp | 12 +++++++----- compiler/rt/arith.lisp | 12 +++++++----- compiler/rt/array.lisp | 12 +++++++----- compiler/rt/c-call.lisp | 10 ++++++---- compiler/rt/call.lisp | 8 +++++--- compiler/rt/cell.lisp | 10 ++++++---- compiler/rt/char.lisp | 12 +++++++----- compiler/rt/debug.lisp | 12 +++++++----- compiler/rt/insts.lisp | 4 +--- compiler/rt/macros.lisp | 8 +++++--- compiler/rt/mc68881.lisp | 4 +--- compiler/rt/memory.lisp | 12 +++++++----- compiler/rt/move.lisp | 12 +++++++----- compiler/rt/nlx.lisp | 12 +++++++----- compiler/rt/params.lisp | 10 ++++++---- compiler/rt/pred.lisp | 12 +++++++----- compiler/rt/print.lisp | 10 ++++++---- compiler/rt/sap.lisp | 12 +++++++----- compiler/rt/static-fn.lisp | 10 ++++++---- compiler/rt/subprim.lisp | 12 +++++++----- compiler/rt/system.lisp | 12 +++++++----- compiler/rt/type-vops.lisp | 10 ++++++---- compiler/rt/values.lisp | 12 +++++++----- compiler/rt/vm.lisp | 8 +++++--- compiler/sparc/alloc.lisp | 4 +--- compiler/sparc/arith.lisp | 12 +++++++----- compiler/sparc/array.lisp | 4 +--- compiler/sparc/c-call.lisp | 4 +--- compiler/sparc/call.lisp | 4 +--- compiler/sparc/cell.lisp | 4 +--- compiler/sparc/char.lisp | 4 +--- compiler/sparc/debug.lisp | 4 +--- compiler/sparc/float.lisp | 4 +--- compiler/sparc/insts.lisp | 4 +--- compiler/sparc/macros.lisp | 12 +++++++----- compiler/sparc/memory.lisp | 4 +--- compiler/sparc/move.lisp | 12 +++++++----- compiler/sparc/nlx.lisp | 12 +++++++----- compiler/sparc/parms.lisp | 4 +--- compiler/sparc/pred.lisp | 12 +++++++----- compiler/sparc/print.lisp | 12 +++++++----- compiler/sparc/sap.lisp | 4 +--- compiler/sparc/static-fn.lisp | 10 ++++++---- compiler/sparc/subprim.lisp | 4 +--- compiler/sparc/system.lisp | 4 +--- compiler/sparc/type-vops.lisp | 4 +--- compiler/sparc/values.lisp | 4 +--- compiler/sparc/vm.lisp | 4 +--- hemlock/abbrev.lisp | 4 +--- hemlock/auto-save.lisp | 4 +--- hemlock/bindings.lisp | 4 +--- hemlock/bit-display.lisp | 4 +--- hemlock/bit-screen.lisp | 4 +--- hemlock/bit-stream.lisp | 4 +--- hemlock/bufed.lisp | 4 +--- hemlock/buffer.lisp | 4 +--- hemlock/charmacs.lisp | 4 +--- hemlock/command.lisp | 4 +--- hemlock/comments.lisp | 4 +--- hemlock/completion.lisp | 4 +--- hemlock/cursor.lisp | 4 +--- hemlock/debug.lisp | 4 +--- hemlock/defsyn.lisp | 4 +--- hemlock/dired.lisp | 4 +--- hemlock/diredcoms.lisp | 4 +--- hemlock/display.lisp | 4 +--- hemlock/doccoms.lisp | 4 +--- hemlock/dylan.lisp | 7 ++++--- hemlock/echo.lisp | 4 +--- hemlock/echocoms.lisp | 4 +--- hemlock/ed-integrity.lisp | 4 +--- hemlock/edit-defs.lisp | 4 +--- hemlock/eval-server.lisp | 4 +--- hemlock/filecoms.lisp | 4 +--- hemlock/files.lisp | 4 +--- hemlock/fill.lisp | 4 +--- hemlock/font.lisp | 4 +--- hemlock/gosmacs.lisp | 4 +--- hemlock/group.lisp | 4 +--- hemlock/hi-integrity.lisp | 4 +--- hemlock/highlight.lisp | 4 +--- hemlock/htext1.lisp | 4 +--- hemlock/htext2.lisp | 4 +--- hemlock/htext3.lisp | 4 +--- hemlock/htext4.lisp | 4 +--- hemlock/hunk-draw.lisp | 4 +--- hemlock/icom.lisp | 4 +--- hemlock/indent.lisp | 4 +--- hemlock/input.lisp | 4 +--- hemlock/interp.lisp | 4 +--- hemlock/kbdmac.lisp | 4 +--- hemlock/key-event.lisp | 4 +--- hemlock/keysym-defs.lisp | 4 +--- hemlock/keytran.lisp | 4 +--- hemlock/keytrandefs.lisp | 4 +--- hemlock/killcoms.lisp | 4 +--- hemlock/line.lisp | 4 +--- hemlock/linimage.lisp | 4 +--- hemlock/lisp-lib.lisp | 4 +--- hemlock/lispbuf.lisp | 4 +--- hemlock/lispeval.lisp | 4 +--- hemlock/lispmode.lisp | 4 +--- hemlock/macros.lisp | 4 +--- hemlock/main.lisp | 4 +--- hemlock/mh.lisp | 4 +--- hemlock/morecoms.lisp | 4 +--- hemlock/netnews.lisp | 6 ++++-- hemlock/overwrite.lisp | 4 +--- hemlock/pascal.lisp | 4 +--- hemlock/pop-up-stream.lisp | 4 +--- hemlock/register.lisp | 4 +--- hemlock/ring.lisp | 4 +--- hemlock/rompsite.lisp | 4 +--- hemlock/screen.lisp | 4 +--- hemlock/scribe.lisp | 4 +--- hemlock/search1.lisp | 4 +--- hemlock/search2.lisp | 4 +--- hemlock/searchcoms.lisp | 4 +--- hemlock/shell.lisp | 4 +--- hemlock/spell-aug.lisp | 4 +--- hemlock/spell-build.lisp | 4 +--- hemlock/spell-corr.lisp | 4 +--- hemlock/spell-rt.lisp | 4 +--- hemlock/spellcoms.lisp | 4 +--- hemlock/srccom.lisp | 4 +--- hemlock/streams.lisp | 4 +--- hemlock/struct-ed.lisp | 4 +--- hemlock/struct.lisp | 4 +--- hemlock/syntax.lisp | 4 +--- hemlock/table.lisp | 4 +--- hemlock/termcap.lisp | 4 +--- hemlock/text.lisp | 4 +--- hemlock/ts-buf.lisp | 4 +--- hemlock/ts-stream.lisp | 4 +--- hemlock/tty-disp-rt.lisp | 4 +--- hemlock/tty-display.lisp | 4 +--- hemlock/tty-screen.lisp | 4 +--- hemlock/tty-stream.lisp | 4 +--- hemlock/undo.lisp | 4 +--- hemlock/unixcoms.lisp | 4 +--- hemlock/vars.lisp | 4 +--- hemlock/window.lisp | 4 +--- hemlock/winimage.lisp | 4 +--- hemlock/xcoms.lisp | 4 +--- interface/debug.lisp | 5 +++-- interface/initial.lisp | 4 +--- interface/inspect.lisp | 5 +++-- interface/interface.lisp | 5 +++-- motif/lisp/callbacks.lisp | 4 +++- motif/lisp/conversion.lisp | 4 +++- motif/lisp/events.lisp | 4 +++- motif/lisp/interface-build.lisp | 4 +++- motif/lisp/main.lisp | 4 +++- motif/lisp/string-base.lisp | 4 +++- motif/lisp/transport.lisp | 4 +++- motif/lisp/widgets.lisp | 4 +++- motif/lisp/xt-types.lisp | 4 +++- 272 files changed, 512 insertions(+), 856 deletions(-) diff --git a/assembly/alpha/alloc.lisp b/assembly/alpha/alloc.lisp index 90b0fd30d..cc8819780 100644 --- a/assembly/alpha/alloc.lisp +++ b/assembly/alpha/alloc.lisp @@ -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 $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/alpha/arith.lisp b/assembly/alpha/arith.lisp index c4280e214..9d58192c2 100644 --- a/assembly/alpha/arith.lisp +++ b/assembly/alpha/arith.lisp @@ -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 $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/alpha/array.lisp b/assembly/alpha/array.lisp index e890d0b65..c2da6e322 100644 --- a/assembly/alpha/array.lisp +++ b/assembly/alpha/array.lisp @@ -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 $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/alpha/assem-rtns.lisp b/assembly/alpha/assem-rtns.lisp index c03d9828c..943225c55 100644 --- a/assembly/alpha/assem-rtns.lisp +++ b/assembly/alpha/assem-rtns.lisp @@ -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 $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/alpha/support.lisp b/assembly/alpha/support.lisp index 175a8a9a7..06cb8d259 100644 --- a/assembly/alpha/support.lisp +++ b/assembly/alpha/support.lisp @@ -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 $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/assemfile.lisp b/assembly/assemfile.lisp index 674c93f54..227d02b04 100644 --- a/assembly/assemfile.lisp +++ b/assembly/assemfile.lisp @@ -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.36 1994/04/06 16:55:45 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.37 1994/10/31 04:57:57 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/hppa/alloc.lisp b/assembly/hppa/alloc.lisp index b4dc39007..b636e9897 100644 --- a/assembly/hppa/alloc.lisp +++ b/assembly/hppa/alloc.lisp @@ -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 1992/06/12 04:00:00 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/hppa/arith.lisp b/assembly/hppa/arith.lisp index 06f8a1cbc..9f9fafb23 100644 --- a/assembly/hppa/arith.lisp +++ b/assembly/hppa/arith.lisp @@ -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 1992/07/13 01:47:53 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.8 1994/10/31 04:56:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/hppa/array.lisp b/assembly/hppa/array.lisp index df222e0ea..ed4d76615 100644 --- a/assembly/hppa/array.lisp +++ b/assembly/hppa/array.lisp @@ -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 1992/07/08 03:09:54 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.5 1994/10/31 04:56:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/hppa/assem-rtns.lisp b/assembly/hppa/assem-rtns.lisp index 5723471dd..9b88bf50d 100644 --- a/assembly/hppa/assem-rtns.lisp +++ b/assembly/hppa/assem-rtns.lisp @@ -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 1993/07/26 19:44:48 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.5 1994/10/31 04:56:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/hppa/support.lisp b/assembly/hppa/support.lisp index 1ed87574f..2457e48f4 100644 --- a/assembly/hppa/support.lisp +++ b/assembly/hppa/support.lisp @@ -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 1992/07/13 03:49:21 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/alloc.lisp b/assembly/mips/alloc.lisp index c5c025779..7244a238f 100644 --- a/assembly/mips/alloc.lisp +++ b/assembly/mips/alloc.lisp @@ -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 1993/08/27 15:01:46 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.8 1994/10/31 04:56:40 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/arith.lisp b/assembly/mips/arith.lisp index a63051221..89edf8109 100644 --- a/assembly/mips/arith.lisp +++ b/assembly/mips/arith.lisp @@ -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.13 1993/06/13 07:10:18 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/array.lisp b/assembly/mips/array.lisp index d16ca2503..c16de2516 100644 --- a/assembly/mips/array.lisp +++ b/assembly/mips/array.lisp @@ -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.23 1994/06/17 17:47:41 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.24 1994/10/31 04:56:40 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/assem-rtns.lisp b/assembly/mips/assem-rtns.lisp index 94e69bce1..ba3ceaacf 100644 --- a/assembly/mips/assem-rtns.lisp +++ b/assembly/mips/assem-rtns.lisp @@ -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.31 1993/05/19 16:17:09 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.32 1994/10/31 04:56:40 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/bit-bash.lisp b/assembly/mips/bit-bash.lisp index 613742465..e7074259c 100644 --- a/assembly/mips/bit-bash.lisp +++ b/assembly/mips/bit-bash.lisp @@ -1,13 +1,15 @@ ;;; -*- 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.13 1991/02/02 22:50:15 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $ ;;; ;;; Stuff to implement bit bashing. ;;; diff --git a/assembly/mips/support.lisp b/assembly/mips/support.lisp index f4e6f2b42..9bcf9160b 100644 --- a/assembly/mips/support.lisp +++ b/assembly/mips/support.lisp @@ -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.14 1993/08/26 01:26:27 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.15 1994/10/31 04:56:40 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/mips/wrlist.lisp b/assembly/mips/wrlist.lisp index f8ee79666..e9204ec4e 100644 --- a/assembly/mips/wrlist.lisp +++ b/assembly/mips/wrlist.lisp @@ -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 1992/03/12 16:28:31 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.7 1994/10/31 04:56:40 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/rt/alloc.lisp b/assembly/rt/alloc.lisp index 2d129bbee..e5017a16e 100644 --- a/assembly/rt/alloc.lisp +++ b/assembly/rt/alloc.lisp @@ -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 1991/10/22 19:07:16 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $ ;;; ;;; Stuff to handle allocating simple objects. ;;; diff --git a/assembly/rt/arith.lisp b/assembly/rt/arith.lisp index 01c092fc2..9206dd16e 100644 --- a/assembly/rt/arith.lisp +++ b/assembly/rt/arith.lisp @@ -1,13 +1,15 @@ ;;; -*- 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 1991/10/24 09:49:02 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.7 1994/10/31 04:57:00 ram Exp $ ;;; ;;; Stuff to handle simple cases for generic arithmetic. ;;; diff --git a/assembly/rt/array.lisp b/assembly/rt/array.lisp index da95439f0..80aac48fb 100644 --- a/assembly/rt/array.lisp +++ b/assembly/rt/array.lisp @@ -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/array.lisp,v 1.5 1994/10/31 04:57:00 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.4 1991/10/22 16:50:36 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.5 1994/10/31 04:57:00 ram Exp $ ;;; ;;; This file contains the support routines for arrays and vectors. ;;; diff --git a/assembly/rt/assem-rtns.lisp b/assembly/rt/assem-rtns.lisp index 5b06012e3..0d1288ce9 100644 --- a/assembly/rt/assem-rtns.lisp +++ b/assembly/rt/assem-rtns.lisp @@ -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/assem-rtns.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.5 1991/10/26 05:48:13 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $ ;;; (in-package "RT") diff --git a/assembly/rt/support.lisp b/assembly/rt/support.lisp index 1cc9de630..7d113cd4b 100644 --- a/assembly/rt/support.lisp +++ b/assembly/rt/support.lisp @@ -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/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.2 1991/04/22 10:13:28 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $ ;;; ;;; This file contains the machine specific support routines needed by ;;; the file assembler. diff --git a/assembly/sparc/alloc.lisp b/assembly/sparc/alloc.lisp index 7f461e625..498eabb37 100644 --- a/assembly/sparc/alloc.lisp +++ b/assembly/sparc/alloc.lisp @@ -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/sparc/alloc.lisp,v 1.4 1992/12/13 15:24:14 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/alloc.lisp,v 1.5 1994/10/31 04:57:20 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/sparc/arith.lisp b/assembly/sparc/arith.lisp index aa156e203..c449ced4e 100644 --- a/assembly/sparc/arith.lisp +++ b/assembly/sparc/arith.lisp @@ -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/sparc/arith.lisp,v 1.12 1993/06/08 10:58:54 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/arith.lisp,v 1.13 1994/10/31 04:57:20 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/assembly/sparc/array.lisp b/assembly/sparc/array.lisp index 69a0513b2..b2ee183df 100644 --- a/assembly/sparc/array.lisp +++ b/assembly/sparc/array.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/sparc/array.lisp,v 1.4 1994/10/31 04:57:20 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.3 1992/03/11 21:41:02 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.4 1994/10/31 04:57:20 ram Exp $ ;;; ;;; This file contains the support routines for arrays and vectors. ;;; diff --git a/assembly/sparc/assem-rtns.lisp b/assembly/sparc/assem-rtns.lisp index 32b1afd26..5f20b1540 100644 --- a/assembly/sparc/assem-rtns.lisp +++ b/assembly/sparc/assem-rtns.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/sparc/assem-rtns.lisp,v 1.2 1994/10/31 04:57:20 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.1 1990/11/22 11:51:05 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.2 1994/10/31 04:57:20 ram Exp $ ;;; ;;; (in-package "SPARC") diff --git a/assembly/sparc/support.lisp b/assembly/sparc/support.lisp index 372dfe55b..f15da2c89 100644 --- a/assembly/sparc/support.lisp +++ b/assembly/sparc/support.lisp @@ -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/sparc/support.lisp,v 1.7 1992/07/31 21:55:12 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.8 1994/10/31 04:57:20 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/alloc.lisp b/compiler/alpha/alloc.lisp index 37f43d4d1..7a5bfcb26 100644 --- a/compiler/alpha/alloc.lisp +++ b/compiler/alpha/alloc.lisp @@ -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/compiler/alpha/alloc.lisp,v 1.1 1994/04/06 16:53:01 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/alloc.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/arith.lisp b/compiler/alpha/arith.lisp index a89d5475c..9e325a708 100644 --- a/compiler/alpha/arith.lisp +++ b/compiler/alpha/arith.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; 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/compiler/alpha/arith.lisp,v 1.1 1994/04/06 16:54:36 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.1 1994/04/06 16:54:36 hallgren Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; diff --git a/compiler/alpha/array.lisp b/compiler/alpha/array.lisp index a015df740..f4fdf5c79 100644 --- a/compiler/alpha/array.lisp +++ b/compiler/alpha/array.lisp @@ -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/compiler/alpha/array.lisp,v 1.1 1994/04/06 16:54:37 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/array.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/c-call.lisp b/compiler/alpha/c-call.lisp index 2a7af2979..fffe13bae 100644 --- a/compiler/alpha/c-call.lisp +++ b/compiler/alpha/c-call.lisp @@ -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/compiler/alpha/c-call.lisp,v 1.1 1994/04/06 16:54:38 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/c-call.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/call.lisp b/compiler/alpha/call.lisp index 531253ad7..16ff2ca13 100644 --- a/compiler/alpha/call.lisp +++ b/compiler/alpha/call.lisp @@ -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/compiler/alpha/call.lisp,v 1.1 1994/04/06 16:54:39 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/call.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/cell.lisp b/compiler/alpha/cell.lisp index 8a656abcc..59f1cd54e 100644 --- a/compiler/alpha/cell.lisp +++ b/compiler/alpha/cell.lisp @@ -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/compiler/alpha/cell.lisp,v 1.1 1994/04/06 16:54:39 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/cell.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/char.lisp b/compiler/alpha/char.lisp index 3d0635e7e..bc2e3db6e 100644 --- a/compiler/alpha/char.lisp +++ b/compiler/alpha/char.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; 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/compiler/alpha/char.lisp,v 1.1 1994/04/06 16:54:40 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.1 1994/04/06 16:54:40 hallgren Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $ ;;; ;;; This file contains the RT VM definition of character operations. ;;; diff --git a/compiler/alpha/debug.lisp b/compiler/alpha/debug.lisp index a3de7eee2..a6bd6351b 100644 --- a/compiler/alpha/debug.lisp +++ b/compiler/alpha/debug.lisp @@ -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/compiler/alpha/debug.lisp,v 1.1 1994/04/06 16:54:41 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/debug.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/float.lisp b/compiler/alpha/float.lisp index 8fc4fd5ce..836c98f91 100644 --- a/compiler/alpha/float.lisp +++ b/compiler/alpha/float.lisp @@ -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/compiler/alpha/float.lisp,v 1.1 1994/04/06 16:54:42 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/float.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/insts.lisp b/compiler/alpha/insts.lisp index b300abb63..8ed2eec9a 100644 --- a/compiler/alpha/insts.lisp +++ b/compiler/alpha/insts.lisp @@ -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/compiler/alpha/insts.lisp,v 1.2 1994/04/30 17:18:43 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/insts.lisp,v 1.3 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/macros.lisp b/compiler/alpha/macros.lisp index fe30491f3..d4dc99121 100644 --- a/compiler/alpha/macros.lisp +++ b/compiler/alpha/macros.lisp @@ -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/compiler/alpha/macros.lisp,v 1.1 1994/04/06 16:54:43 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/macros.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/memory.lisp b/compiler/alpha/memory.lisp index 90854c52c..7db515de1 100644 --- a/compiler/alpha/memory.lisp +++ b/compiler/alpha/memory.lisp @@ -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/compiler/alpha/memory.lisp,v 1.1 1994/04/06 16:54:44 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/memory.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/move.lisp b/compiler/alpha/move.lisp index eeacad3c1..1f7bd160c 100644 --- a/compiler/alpha/move.lisp +++ b/compiler/alpha/move.lisp @@ -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/compiler/alpha/move.lisp,v 1.1 1994/04/06 16:54:45 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/move.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/nlx.lisp b/compiler/alpha/nlx.lisp index deba971bd..b0ab78ed4 100644 --- a/compiler/alpha/nlx.lisp +++ b/compiler/alpha/nlx.lisp @@ -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/compiler/alpha/nlx.lisp,v 1.1 1994/04/06 16:54:46 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/nlx.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/parms.lisp b/compiler/alpha/parms.lisp index 3e025139d..1fcec8b7f 100644 --- a/compiler/alpha/parms.lisp +++ b/compiler/alpha/parms.lisp @@ -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/compiler/alpha/parms.lisp,v 1.1 1994/04/06 16:54:47 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/pred.lisp b/compiler/alpha/pred.lisp index e5a47067c..5616190a1 100644 --- a/compiler/alpha/pred.lisp +++ b/compiler/alpha/pred.lisp @@ -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/compiler/alpha/pred.lisp,v 1.1 1994/04/06 16:54:48 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/pred.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/print.lisp b/compiler/alpha/print.lisp index 998f28edb..6d6659136 100644 --- a/compiler/alpha/print.lisp +++ b/compiler/alpha/print.lisp @@ -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/compiler/alpha/print.lisp,v 1.1 1994/04/06 16:54:48 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/print.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/sap.lisp b/compiler/alpha/sap.lisp index b07a4fed5..ef346d7b6 100644 --- a/compiler/alpha/sap.lisp +++ b/compiler/alpha/sap.lisp @@ -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/compiler/alpha/sap.lisp,v 1.1 1994/04/06 16:54:51 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/sap.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/static-fn.lisp b/compiler/alpha/static-fn.lisp index a508806a1..2cbfe3ddd 100644 --- a/compiler/alpha/static-fn.lisp +++ b/compiler/alpha/static-fn.lisp @@ -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/compiler/alpha/static-fn.lisp,v 1.1 1994/04/06 16:54:52 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/static-fn.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/subprim.lisp b/compiler/alpha/subprim.lisp index 4ec7ef5b0..dbd7b04a5 100644 --- a/compiler/alpha/subprim.lisp +++ b/compiler/alpha/subprim.lisp @@ -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/compiler/alpha/subprim.lisp,v 1.1 1994/04/06 16:54:56 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/subprim.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/system.lisp b/compiler/alpha/system.lisp index d85af3406..64ed96210 100644 --- a/compiler/alpha/system.lisp +++ b/compiler/alpha/system.lisp @@ -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/compiler/alpha/system.lisp,v 1.1 1994/04/06 16:54:57 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/system.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp index 5222dbc0c..aa7c2f951 100644 --- a/compiler/alpha/type-vops.lisp +++ b/compiler/alpha/type-vops.lisp @@ -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/compiler/alpha/type-vops.lisp,v 1.1 1994/04/06 16:54:57 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/values.lisp b/compiler/alpha/values.lisp index 6ecfd7880..83ee44828 100644 --- a/compiler/alpha/values.lisp +++ b/compiler/alpha/values.lisp @@ -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/compiler/alpha/values.lisp,v 1.1 1994/04/06 16:54:58 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/values.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/alpha/vm.lisp b/compiler/alpha/vm.lisp index e31b3405e..518d5241c 100644 --- a/compiler/alpha/vm.lisp +++ b/compiler/alpha/vm.lisp @@ -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/compiler/alpha/vm.lisp,v 1.1 1994/04/06 16:54:59 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp index d1a968add..a0e80b1a6 100644 --- a/compiler/generic/core.lisp +++ b/compiler/generic/core.lisp @@ -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/compiler/generic/core.lisp,v 1.30 1993/12/05 11:58:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.31 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/gengc-genesis.lisp b/compiler/generic/gengc-genesis.lisp index 7acab9722..7c1d07b1d 100644 --- a/compiler/generic/gengc-genesis.lisp +++ b/compiler/generic/gengc-genesis.lisp @@ -2,11 +2,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/compiler/generic/gengc-genesis.lisp,v 1.14 1993/08/31 21:57:03 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/gengc-genesis.lisp,v 1.15 1994/10/31 04:38:06 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/interr.lisp b/compiler/generic/interr.lisp index 8d4dec4d1..96608123e 100644 --- a/compiler/generic/interr.lisp +++ b/compiler/generic/interr.lisp @@ -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/compiler/generic/interr.lisp,v 1.3 1993/02/26 08:42:49 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/interr.lisp,v 1.4 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/new-genesis.lisp b/compiler/generic/new-genesis.lisp index cbecb9bca..73c3d8306 100644 --- a/compiler/generic/new-genesis.lisp +++ b/compiler/generic/new-genesis.lisp @@ -2,11 +2,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/compiler/generic/new-genesis.lisp,v 1.18 1994/10/26 23:55:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.19 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp index 5194fecec..60f75b5e4 100644 --- a/compiler/generic/objdef.lisp +++ b/compiler/generic/objdef.lisp @@ -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/compiler/generic/objdef.lisp,v 1.36 1994/04/06 17:08:08 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.37 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/primtype.lisp b/compiler/generic/primtype.lisp index a94484613..eb26582fb 100644 --- a/compiler/generic/primtype.lisp +++ b/compiler/generic/primtype.lisp @@ -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/compiler/generic/primtype.lisp,v 1.13 1994/04/06 17:08:36 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.14 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/utils.lisp b/compiler/generic/utils.lisp index 37191e48b..0c345b0e8 100644 --- a/compiler/generic/utils.lisp +++ b/compiler/generic/utils.lisp @@ -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/compiler/generic/utils.lisp,v 1.4 1992/07/13 01:45:12 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/utils.lisp,v 1.5 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp index 75f6f3e4f..37fd220e6 100644 --- a/compiler/generic/vm-fndb.lisp +++ b/compiler/generic/vm-fndb.lisp @@ -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/compiler/generic/vm-fndb.lisp,v 1.52 1993/05/07 07:14:49 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.53 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-ir2tran.lisp b/compiler/generic/vm-ir2tran.lisp index afd4cf086..730090f6e 100644 --- a/compiler/generic/vm-ir2tran.lisp +++ b/compiler/generic/vm-ir2tran.lisp @@ -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/compiler/generic/vm-ir2tran.lisp,v 1.7 1993/05/21 21:39:31 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-ir2tran.lisp,v 1.8 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-macs.lisp b/compiler/generic/vm-macs.lisp index ddef8db27..2c011a5fb 100644 --- a/compiler/generic/vm-macs.lisp +++ b/compiler/generic/vm-macs.lisp @@ -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/compiler/generic/vm-macs.lisp,v 1.14 1994/06/29 21:53:34 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-macs.lisp,v 1.15 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp index 89492ab94..28a920ec9 100644 --- a/compiler/generic/vm-tran.lisp +++ b/compiler/generic/vm-tran.lisp @@ -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/compiler/generic/vm-tran.lisp,v 1.33 1994/10/05 08:31:13 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.34 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-type.lisp b/compiler/generic/vm-type.lisp index e5610dd3c..edaed2951 100644 --- a/compiler/generic/vm-type.lisp +++ b/compiler/generic/vm-type.lisp @@ -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/compiler/generic/vm-type.lisp,v 1.30 1993/08/04 13:28:44 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.31 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/generic/vm-typetran.lisp b/compiler/generic/vm-typetran.lisp index 8a13aacbd..f176cc45d 100644 --- a/compiler/generic/vm-typetran.lisp +++ b/compiler/generic/vm-typetran.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; 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/compiler/generic/vm-typetran.lisp,v 1.10 1992/03/07 17:15:05 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.11 1994/10/31 04:38:06 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.10 1992/03/07 17:15:05 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.11 1994/10/31 04:38:06 ram Exp $ ;;; ;;; This file contains the implimentation specific type transformation magic. ;;; Basically, the various non-standard predicates that can be used in typep diff --git a/compiler/hppa/alloc.lisp b/compiler/hppa/alloc.lisp index 8657db296..07b17cfea 100644 --- a/compiler/hppa/alloc.lisp +++ b/compiler/hppa/alloc.lisp @@ -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/compiler/hppa/alloc.lisp,v 1.2 1993/01/15 01:33:03 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/alloc.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/arith.lisp b/compiler/hppa/arith.lisp index 59456d54c..25856764b 100644 --- a/compiler/hppa/arith.lisp +++ b/compiler/hppa/arith.lisp @@ -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/compiler/hppa/arith.lisp,v 1.3 1993/08/20 03:49:29 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/arith.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/array.lisp b/compiler/hppa/array.lisp index 5ea936245..329708a6d 100644 --- a/compiler/hppa/array.lisp +++ b/compiler/hppa/array.lisp @@ -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/compiler/hppa/array.lisp,v 1.4 1993/03/01 14:59:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/array.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/c-call.lisp b/compiler/hppa/c-call.lisp index 314babac6..2f544584e 100644 --- a/compiler/hppa/c-call.lisp +++ b/compiler/hppa/c-call.lisp @@ -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/compiler/hppa/c-call.lisp,v 1.1 1992/07/13 03:48:17 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/c-call.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/call.lisp b/compiler/hppa/call.lisp index 90872825a..41c1dab23 100644 --- a/compiler/hppa/call.lisp +++ b/compiler/hppa/call.lisp @@ -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/compiler/hppa/call.lisp,v 1.9 1993/09/01 10:02:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/call.lisp,v 1.10 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/cell.lisp b/compiler/hppa/cell.lisp index 621c3c02b..ad1558879 100644 --- a/compiler/hppa/cell.lisp +++ b/compiler/hppa/cell.lisp @@ -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/compiler/hppa/cell.lisp,v 1.5 1993/07/26 20:05:37 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/cell.lisp,v 1.6 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/char.lisp b/compiler/hppa/char.lisp index 537b4d6d2..a167325bb 100644 --- a/compiler/hppa/char.lisp +++ b/compiler/hppa/char.lisp @@ -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/compiler/hppa/char.lisp,v 1.1 1992/07/13 03:48:20 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/char.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/debug.lisp b/compiler/hppa/debug.lisp index 22eaaa9eb..7b5d6c4c5 100644 --- a/compiler/hppa/debug.lisp +++ b/compiler/hppa/debug.lisp @@ -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/compiler/hppa/debug.lisp,v 1.1 1992/07/13 03:48:21 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/debug.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/float.lisp b/compiler/hppa/float.lisp index 64944da0f..55d139e85 100644 --- a/compiler/hppa/float.lisp +++ b/compiler/hppa/float.lisp @@ -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/compiler/hppa/float.lisp,v 1.3 1993/07/26 20:06:29 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/float.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/insts.lisp b/compiler/hppa/insts.lisp index 3270237ba..b68d4be37 100644 --- a/compiler/hppa/insts.lisp +++ b/compiler/hppa/insts.lisp @@ -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/compiler/hppa/insts.lisp,v 1.6 1993/09/01 10:01:27 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/insts.lisp,v 1.7 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/macros.lisp b/compiler/hppa/macros.lisp index c449cb9da..51da4fc81 100644 --- a/compiler/hppa/macros.lisp +++ b/compiler/hppa/macros.lisp @@ -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/compiler/hppa/macros.lisp,v 1.3 1993/01/15 01:31:37 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/macros.lisp,v 1.4 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/memory.lisp b/compiler/hppa/memory.lisp index 2cb578bcd..5bd53d463 100644 --- a/compiler/hppa/memory.lisp +++ b/compiler/hppa/memory.lisp @@ -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/compiler/hppa/memory.lisp,v 1.2 1993/01/15 01:33:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/memory.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/move.lisp b/compiler/hppa/move.lisp index a6cb098f0..af6abedd3 100644 --- a/compiler/hppa/move.lisp +++ b/compiler/hppa/move.lisp @@ -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/compiler/hppa/move.lisp,v 1.1 1992/07/13 03:48:27 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/move.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/nlx.lisp b/compiler/hppa/nlx.lisp index 608c0af63..033d3ca76 100644 --- a/compiler/hppa/nlx.lisp +++ b/compiler/hppa/nlx.lisp @@ -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/compiler/hppa/nlx.lisp,v 1.2 1992/07/13 16:08:16 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/nlx.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/parms.lisp b/compiler/hppa/parms.lisp index 2c8b13807..9c262b1dc 100644 --- a/compiler/hppa/parms.lisp +++ b/compiler/hppa/parms.lisp @@ -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/compiler/hppa/parms.lisp,v 1.4 1993/11/05 05:17:06 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/parms.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/pred.lisp b/compiler/hppa/pred.lisp index 8c87d7eeb..f92a3599c 100644 --- a/compiler/hppa/pred.lisp +++ b/compiler/hppa/pred.lisp @@ -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/compiler/hppa/pred.lisp,v 1.1 1992/07/13 03:48:30 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/pred.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/print.lisp b/compiler/hppa/print.lisp index 1701c8c59..82770f036 100644 --- a/compiler/hppa/print.lisp +++ b/compiler/hppa/print.lisp @@ -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/compiler/hppa/print.lisp,v 1.1 1992/07/13 03:48:31 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/print.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/sap.lisp b/compiler/hppa/sap.lisp index 07458041a..41dc3bc7c 100644 --- a/compiler/hppa/sap.lisp +++ b/compiler/hppa/sap.lisp @@ -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/compiler/hppa/sap.lisp,v 1.1 1992/07/13 03:48:33 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/sap.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/static-fn.lisp b/compiler/hppa/static-fn.lisp index 0d2d1cc38..3f34a6e26 100644 --- a/compiler/hppa/static-fn.lisp +++ b/compiler/hppa/static-fn.lisp @@ -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/compiler/hppa/static-fn.lisp,v 1.1 1992/07/13 03:48:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/static-fn.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/subprim.lisp b/compiler/hppa/subprim.lisp index 09379f233..6c6e6c8d0 100644 --- a/compiler/hppa/subprim.lisp +++ b/compiler/hppa/subprim.lisp @@ -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/compiler/hppa/subprim.lisp,v 1.1 1992/07/13 03:48:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/subprim.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/system.lisp b/compiler/hppa/system.lisp index dec86cf08..396c836bf 100644 --- a/compiler/hppa/system.lisp +++ b/compiler/hppa/system.lisp @@ -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/compiler/hppa/system.lisp,v 1.2 1993/07/26 20:07:29 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/system.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/type-vops.lisp b/compiler/hppa/type-vops.lisp index f3ba3be5e..c640731f3 100644 --- a/compiler/hppa/type-vops.lisp +++ b/compiler/hppa/type-vops.lisp @@ -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/compiler/hppa/type-vops.lisp,v 1.3 1993/03/01 14:59:57 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/values.lisp b/compiler/hppa/values.lisp index 2e710bb2b..0a16f5444 100644 --- a/compiler/hppa/values.lisp +++ b/compiler/hppa/values.lisp @@ -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/compiler/hppa/values.lisp,v 1.4 1993/09/14 23:15:03 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/values.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/hppa/vm.lisp b/compiler/hppa/vm.lisp index dfd5996f3..58a147e49 100644 --- a/compiler/hppa/vm.lisp +++ b/compiler/hppa/vm.lisp @@ -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/compiler/hppa/vm.lisp,v 1.2 1993/08/24 01:50:53 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/vm.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp index 96773962c..575e57993 100644 --- a/compiler/mips/alloc.lisp +++ b/compiler/mips/alloc.lisp @@ -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/compiler/mips/alloc.lisp,v 1.27 1993/09/03 04:10:00 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.28 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp index b0c98efaa..b7e395f7e 100644 --- a/compiler/mips/arith.lisp +++ b/compiler/mips/arith.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; 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/compiler/mips/arith.lisp,v 1.51 1994/06/16 17:24:28 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.52 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.51 1994/06/16 17:24:28 hallgren Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.52 1994/10/31 04:44:16 ram Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp index f6e4a0d2a..e84f9a968 100644 --- a/compiler/mips/array.lisp +++ b/compiler/mips/array.lisp @@ -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/compiler/mips/array.lisp,v 1.45 1994/06/29 21:54:17 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.46 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/c-call.lisp b/compiler/mips/c-call.lisp index 93e1aef92..2efe17f6f 100644 --- a/compiler/mips/c-call.lisp +++ b/compiler/mips/c-call.lisp @@ -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/compiler/mips/c-call.lisp,v 1.12 1992/07/28 20:37:17 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.13 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp index d40a99f9e..9fc3c5be6 100644 --- a/compiler/mips/call.lisp +++ b/compiler/mips/call.lisp @@ -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/compiler/mips/call.lisp,v 1.61 1993/07/20 11:31:43 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.62 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp index abead4db9..ca443f72c 100644 --- a/compiler/mips/cell.lisp +++ b/compiler/mips/cell.lisp @@ -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/compiler/mips/cell.lisp,v 1.76 1993/08/27 14:41:37 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.77 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/char.lisp b/compiler/mips/char.lisp index 13e2341d6..43151ede8 100644 --- a/compiler/mips/char.lisp +++ b/compiler/mips/char.lisp @@ -3,15 +3,13 @@ ;;; ********************************************************************** ;;; 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/compiler/mips/char.lisp,v 1.13 1991/11/09 02:37:38 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.13 1991/11/09 02:37:38 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $ ;;; ;;; This file contains the RT VM definition of character operations. ;;; diff --git a/compiler/mips/debug.lisp b/compiler/mips/debug.lisp index 79d049c82..ca042864f 100644 --- a/compiler/mips/debug.lisp +++ b/compiler/mips/debug.lisp @@ -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/compiler/mips/debug.lisp,v 1.15 1993/01/13 15:57:11 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp index e7ba457e5..64bfbc60f 100644 --- a/compiler/mips/float.lisp +++ b/compiler/mips/float.lisp @@ -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/compiler/mips/float.lisp,v 1.19 1994/06/29 21:54:31 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.20 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp index 86c1e3792..d930ae9f4 100644 --- a/compiler/mips/insts.lisp +++ b/compiler/mips/insts.lisp @@ -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/compiler/mips/insts.lisp,v 1.49 1993/06/12 20:35:29 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.50 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/macros.lisp b/compiler/mips/macros.lisp index 787939846..c707609a6 100644 --- a/compiler/mips/macros.lisp +++ b/compiler/mips/macros.lisp @@ -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/compiler/mips/macros.lisp,v 1.50 1993/08/25 23:26:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/macros.lisp,v 1.51 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/memory.lisp b/compiler/mips/memory.lisp index 703ba3441..7f41f37cb 100644 --- a/compiler/mips/memory.lisp +++ b/compiler/mips/memory.lisp @@ -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/compiler/mips/memory.lisp,v 1.15 1993/06/12 20:35:32 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/memory.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/move.lisp b/compiler/mips/move.lisp index 8ed2ae71e..5f3d422bf 100644 --- a/compiler/mips/move.lisp +++ b/compiler/mips/move.lisp @@ -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/compiler/mips/move.lisp,v 1.34 1993/06/12 20:35:34 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.35 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/nlx.lisp b/compiler/mips/nlx.lisp index 09ad59456..22471eb5f 100644 --- a/compiler/mips/nlx.lisp +++ b/compiler/mips/nlx.lisp @@ -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/compiler/mips/nlx.lisp,v 1.19 1993/01/13 16:05:00 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.20 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index b7cfd1209..42a290761 100644 --- a/compiler/mips/parms.lisp +++ b/compiler/mips/parms.lisp @@ -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/compiler/mips/parms.lisp,v 1.110 1994/06/29 21:54:39 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.111 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/pred.lisp b/compiler/mips/pred.lisp index 4b0f18ecb..4ad257f1f 100644 --- a/compiler/mips/pred.lisp +++ b/compiler/mips/pred.lisp @@ -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/compiler/mips/pred.lisp,v 1.7 1993/06/12 20:35:40 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/pred.lisp,v 1.8 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/print.lisp b/compiler/mips/print.lisp index 66772e049..6eaaec532 100644 --- a/compiler/mips/print.lisp +++ b/compiler/mips/print.lisp @@ -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/compiler/mips/print.lisp,v 1.9 1992/07/28 20:37:46 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/print.lisp,v 1.10 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp index ed3b64b91..f1b7e63a1 100644 --- a/compiler/mips/sap.lisp +++ b/compiler/mips/sap.lisp @@ -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/compiler/mips/sap.lisp,v 1.28 1994/06/29 21:54:46 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.29 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp index f3b5c81aa..a5ba63c62 100644 --- a/compiler/mips/static-fn.lisp +++ b/compiler/mips/static-fn.lisp @@ -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/compiler/mips/static-fn.lisp,v 1.20 1993/06/12 20:35:44 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.21 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/subprim.lisp b/compiler/mips/subprim.lisp index 5b0449e58..34a1a56b3 100644 --- a/compiler/mips/subprim.lisp +++ b/compiler/mips/subprim.lisp @@ -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/compiler/mips/subprim.lisp,v 1.21 1992/07/28 20:37:52 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/subprim.lisp,v 1.22 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp index f713587f9..1de1ea0e0 100644 --- a/compiler/mips/system.lisp +++ b/compiler/mips/system.lisp @@ -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/compiler/mips/system.lisp,v 1.48 1993/05/21 16:38:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.49 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp index 8ed73f9c6..76fb8d74c 100644 --- a/compiler/mips/type-vops.lisp +++ b/compiler/mips/type-vops.lisp @@ -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/compiler/mips/type-vops.lisp,v 1.42 1993/03/13 18:19:45 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.43 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/utils.lisp b/compiler/mips/utils.lisp index b413d600b..005f0d0fa 100644 --- a/compiler/mips/utils.lisp +++ b/compiler/mips/utils.lisp @@ -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/compiler/mips/utils.lisp,v 1.1 1991/07/26 01:44:45 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/utils.lisp,v 1.2 1994/10/31 04:44:16 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/values.lisp b/compiler/mips/values.lisp index eeaf67562..54ee7c36b 100644 --- a/compiler/mips/values.lisp +++ b/compiler/mips/values.lisp @@ -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/compiler/mips/values.lisp,v 1.16 1993/09/14 23:15:49 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.17 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp index 45b3be234..bd280abd2 100644 --- a/compiler/mips/vm.lisp +++ b/compiler/mips/vm.lisp @@ -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/compiler/mips/vm.lisp,v 1.48 1993/01/27 09:56:03 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.49 1994/10/31 04:44:16 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/rt/afpa.lisp b/compiler/rt/afpa.lisp index 45395b94c..92a78d7ea 100644 --- a/compiler/rt/afpa.lisp +++ b/compiler/rt/afpa.lisp @@ -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/compiler/rt/afpa.lisp,v 1.4 1992/03/09 20:37:26 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/rt/alloc.lisp b/compiler/rt/alloc.lisp index b0802c9f3..9a58852c1 100644 --- a/compiler/rt/alloc.lisp +++ b/compiler/rt/alloc.lisp @@ -1,13 +1,15 @@ ;;; -*- 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/compiler/rt/alloc.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.4 1991/10/22 16:43:17 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $ ;;; ;;; Allocation VOPs for the IBM RT port. ;;; diff --git a/compiler/rt/arith.lisp b/compiler/rt/arith.lisp index 66e7eda64..7f9c8252c 100644 --- a/compiler/rt/arith.lisp +++ b/compiler/rt/arith.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: C.Log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/arith.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.10 1991/06/13 16:37:48 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the IBM RT. ;;; diff --git a/compiler/rt/array.lisp b/compiler/rt/array.lisp index dabac38c3..19525c3f5 100644 --- a/compiler/rt/array.lisp +++ b/compiler/rt/array.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: C.Log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/array.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.10 1992/01/29 20:22:12 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the IBM RT definitions for array operations. ;;; diff --git a/compiler/rt/c-call.lisp b/compiler/rt/c-call.lisp index e893edd3e..25e9661c3 100644 --- a/compiler/rt/c-call.lisp +++ b/compiler/rt/c-call.lisp @@ -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/compiler/rt/c-call.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/c-call.lisp,v 1.10 1992/03/25 16:14:44 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/c-call.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the VOPs and other necessary machine specific support ;;; routines for call-out to C. diff --git a/compiler/rt/call.lisp b/compiler/rt/call.lisp index 8b530e978..0e6205070 100644 --- a/compiler/rt/call.lisp +++ b/compiler/rt/call.lisp @@ -2,9 +2,11 @@ ;;; ;;; ********************************************************************** ;;; 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/compiler/rt/call.lisp,v 1.12 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains the VM definition of function call for the IBM RT. diff --git a/compiler/rt/cell.lisp b/compiler/rt/cell.lisp index c085c4a8b..1e2dca182 100644 --- a/compiler/rt/cell.lisp +++ b/compiler/rt/cell.lisp @@ -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/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.7 1992/03/10 10:00:02 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the VM definition of various primitive memory access ;;; VOPs for the IBM RT. diff --git a/compiler/rt/char.lisp b/compiler/rt/char.lisp index 62837a0db..bb9e1a61e 100644 --- a/compiler/rt/char.lisp +++ b/compiler/rt/char.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.3 1992/03/10 10:00:34 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the RT VM definition of character operations. ;;; diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp index 631db922b..1d1e62f6c 100644 --- a/compiler/rt/debug.lisp +++ b/compiler/rt/debug.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: C.Log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.4 1992/03/10 09:20:19 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $ ;;; ;;; Compiler support for the new whizzy debugger. ;;; diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp index 435252484..ac09c269b 100644 --- a/compiler/rt/insts.lisp +++ b/compiler/rt/insts.lisp @@ -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/compiler/rt/insts.lisp,v 1.13 1992/01/22 18:09:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/rt/macros.lisp b/compiler/rt/macros.lisp index e3a030614..1c17ad05a 100644 --- a/compiler/rt/macros.lisp +++ b/compiler/rt/macros.lisp @@ -2,9 +2,11 @@ ;;; ;;; ********************************************************************** ;;; 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/compiler/rt/macros.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains various useful macros for generating code for the IBM diff --git a/compiler/rt/mc68881.lisp b/compiler/rt/mc68881.lisp index 33a33a8fd..32ac97b73 100644 --- a/compiler/rt/mc68881.lisp +++ b/compiler/rt/mc68881.lisp @@ -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/compiler/rt/mc68881.lisp,v 1.11 1992/03/09 20:37:46 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.12 1994/10/31 04:45:41 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/rt/memory.lisp b/compiler/rt/memory.lisp index 209840624..3ed953294 100644 --- a/compiler/rt/memory.lisp +++ b/compiler/rt/memory.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.1 1991/02/18 15:07:59 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the IBM RT definitions of some general purpose memory ;;; reference VOPs inherited by basic memory reference operations. diff --git a/compiler/rt/move.lisp b/compiler/rt/move.lisp index 64525035b..0ce77d37f 100644 --- a/compiler/rt/move.lisp +++ b/compiler/rt/move.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/move.lisp,v 1.6 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.5 1991/11/09 02:37:19 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.6 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the IBM RT VM definition of operand loading/saving and the ;;; Move VOP. diff --git a/compiler/rt/nlx.lisp b/compiler/rt/nlx.lisp index 713ed7fba..96bcb1f9e 100644 --- a/compiler/rt/nlx.lisp +++ b/compiler/rt/nlx.lisp @@ -1,13 +1,15 @@ ;;; -*- 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/compiler/rt/nlx.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.4 1992/01/01 15:07:09 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the definitions of VOPs used for non-local exit (throw, ;;; lexical exit, etc.) diff --git a/compiler/rt/params.lisp b/compiler/rt/params.lisp index 913461e90..9d31833cf 100644 --- a/compiler/rt/params.lisp +++ b/compiler/rt/params.lisp @@ -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/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.13 1992/06/09 23:46:32 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains some parameterizations of various VM attributes for the ;;; IBM RT. This file is separate from other stuff, so we can compile and diff --git a/compiler/rt/pred.lisp b/compiler/rt/pred.lisp index 9c8973595..4798495c8 100644 --- a/compiler/rt/pred.lisp +++ b/compiler/rt/pred.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: C; Log: C.Log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.1 1991/02/18 15:08:07 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the VM definition of predicate VOPs for the IBM RT. ;;; diff --git a/compiler/rt/print.lisp b/compiler/rt/print.lisp index eb3625aee..5f5a6717b 100644 --- a/compiler/rt/print.lisp +++ b/compiler/rt/print.lisp @@ -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/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.2 1991/10/02 23:05:52 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains temporary printing utilities and similar noise. ;;; diff --git a/compiler/rt/sap.lisp b/compiler/rt/sap.lisp index 787feaa42..1eec123c3 100644 --- a/compiler/rt/sap.lisp +++ b/compiler/rt/sap.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/sap.lisp,v 1.16 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.15 1992/03/11 20:47:38 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.16 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the IBM RT VM definition of SAP operations. ;;; diff --git a/compiler/rt/static-fn.lisp b/compiler/rt/static-fn.lisp index 60045803a..ea27a9f70 100644 --- a/compiler/rt/static-fn.lisp +++ b/compiler/rt/static-fn.lisp @@ -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/compiler/rt/static-fn.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.1 1991/02/18 15:08:13 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the VOPs and macro magic necessary to call static ;;; functions. diff --git a/compiler/rt/subprim.lisp b/compiler/rt/subprim.lisp index 2c9eb7942..83a0a2a73 100644 --- a/compiler/rt/subprim.lisp +++ b/compiler/rt/subprim.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: MIPS; Log: C.Log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/subprim.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.1 1991/02/18 15:08:16 chiles Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $ ;;; ;;; Linkage information for standard static functions, and random vops. ;;; diff --git a/compiler/rt/system.lisp b/compiler/rt/system.lisp index 90f66c3a8..a049a826f 100644 --- a/compiler/rt/system.lisp +++ b/compiler/rt/system.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: rt; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.7 1992/03/10 10:01:15 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $ ;;; ;;; IBM RT VM definitions of various system hacking operations. ;;; diff --git a/compiler/rt/type-vops.lisp b/compiler/rt/type-vops.lisp index e6442822f..5f635c5ad 100644 --- a/compiler/rt/type-vops.lisp +++ b/compiler/rt/type-vops.lisp @@ -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/compiler/rt/type-vops.lisp,v 1.6 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.5 1992/05/26 13:55:12 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.6 1994/10/31 04:45:41 ram Rel $ ;;; ;;; This file contains the VM definition of type testing and checking VOPs ;;; for the IBM RT. diff --git a/compiler/rt/values.lisp b/compiler/rt/values.lisp index e67e53cd4..ced96b8a6 100644 --- a/compiler/rt/values.lisp +++ b/compiler/rt/values.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: RT; Log: c.log -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/rt/values.lisp,v 1.4 1994/10/31 04:45:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.3 1991/12/21 23:05:29 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.4 1994/10/31 04:45:41 ram Exp $ ;;; ;;; This file contains the implementation of unknown-values VOPs. ;;; diff --git a/compiler/rt/vm.lisp b/compiler/rt/vm.lisp index b168d0ee8..e4e8c678d 100644 --- a/compiler/rt/vm.lisp +++ b/compiler/rt/vm.lisp @@ -2,9 +2,11 @@ ;;; ;;; ********************************************************************** ;;; 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/compiler/rt/vm.lisp,v 1.9 1994/10/31 04:45:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains the VM definition for the IBM RT. diff --git a/compiler/sparc/alloc.lisp b/compiler/sparc/alloc.lisp index 879efed8b..22768678f 100644 --- a/compiler/sparc/alloc.lisp +++ b/compiler/sparc/alloc.lisp @@ -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/compiler/sparc/alloc.lisp,v 1.10 1994/10/24 22:53:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/alloc.lisp,v 1.11 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp index cd525e159..65296ea4e 100644 --- a/compiler/sparc/arith.lisp +++ b/compiler/sparc/arith.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/arith.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.9 1992/08/02 20:17:04 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $ ;;; ;;; This file contains the VM definition arithmetic VOPs for the MIPS. ;;; diff --git a/compiler/sparc/array.lisp b/compiler/sparc/array.lisp index 9d52de979..5b71eb006 100644 --- a/compiler/sparc/array.lisp +++ b/compiler/sparc/array.lisp @@ -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/compiler/sparc/array.lisp,v 1.11 1993/03/01 14:50:14 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/array.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/c-call.lisp b/compiler/sparc/c-call.lisp index ae3fd05d9..bb522e79c 100644 --- a/compiler/sparc/c-call.lisp +++ b/compiler/sparc/c-call.lisp @@ -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/compiler/sparc/c-call.lisp,v 1.10 1994/10/24 22:54:46 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/c-call.lisp,v 1.11 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/call.lisp b/compiler/sparc/call.lisp index 05c0dddb0..3b65b3ccd 100644 --- a/compiler/sparc/call.lisp +++ b/compiler/sparc/call.lisp @@ -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/compiler/sparc/call.lisp,v 1.25 1993/07/20 11:34:51 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.26 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/cell.lisp b/compiler/sparc/cell.lisp index 780ce6106..1d68f73a7 100644 --- a/compiler/sparc/cell.lisp +++ b/compiler/sparc/cell.lisp @@ -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/compiler/sparc/cell.lisp,v 1.19 1994/10/24 22:55:30 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.20 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/char.lisp b/compiler/sparc/char.lisp index 7e0a85191..d0de826a4 100644 --- a/compiler/sparc/char.lisp +++ b/compiler/sparc/char.lisp @@ -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/compiler/sparc/char.lisp,v 1.6 1992/02/25 07:04:51 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.7 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/debug.lisp b/compiler/sparc/debug.lisp index d2d4ab7a2..e8a76697d 100644 --- a/compiler/sparc/debug.lisp +++ b/compiler/sparc/debug.lisp @@ -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/compiler/sparc/debug.lisp,v 1.3 1992/02/25 07:06:23 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/debug.lisp,v 1.4 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp index c1d209b01..055f8166d 100644 --- a/compiler/sparc/float.lisp +++ b/compiler/sparc/float.lisp @@ -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/compiler/sparc/float.lisp,v 1.11 1993/05/25 21:27:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp index 749002409..70dff0a43 100644 --- a/compiler/sparc/insts.lisp +++ b/compiler/sparc/insts.lisp @@ -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/compiler/sparc/insts.lisp,v 1.12 1993/03/16 04:15:13 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.13 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/macros.lisp b/compiler/sparc/macros.lisp index baa516348..11c103e5e 100644 --- a/compiler/sparc/macros.lisp +++ b/compiler/sparc/macros.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/macros.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.9 1992/12/17 09:40:58 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $ ;;; ;;; This file contains various useful macros for generating SPARC code. ;;; diff --git a/compiler/sparc/memory.lisp b/compiler/sparc/memory.lisp index 6150db092..aa86ef6e5 100644 --- a/compiler/sparc/memory.lisp +++ b/compiler/sparc/memory.lisp @@ -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/compiler/sparc/memory.lisp,v 1.2 1992/12/16 20:26:30 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/memory.lisp,v 1.3 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/move.lisp b/compiler/sparc/move.lisp index 77403fd7c..3dfc5cdd0 100644 --- a/compiler/sparc/move.lisp +++ b/compiler/sparc/move.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/move.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.4 1992/03/11 21:29:13 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $ ;;; ;;; This file contains the SPARC VM definition of operand loading/saving and ;;; the Move VOP. diff --git a/compiler/sparc/nlx.lisp b/compiler/sparc/nlx.lisp index faa010a3f..7e4522aca 100644 --- a/compiler/sparc/nlx.lisp +++ b/compiler/sparc/nlx.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/nlx.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.5 1992/05/21 23:22:31 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $ ;;; ;;; This file contains the definitions of VOPs used for non-local exit ;;; (throw, lexical exit, etc.) diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp index e7dde104a..c79793ee5 100644 --- a/compiler/sparc/parms.lisp +++ b/compiler/sparc/parms.lisp @@ -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/compiler/sparc/parms.lisp,v 1.22 1994/10/24 22:56:12 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.23 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/pred.lisp b/compiler/sparc/pred.lisp index 3dd37ef3f..0b01ffe01 100644 --- a/compiler/sparc/pred.lisp +++ b/compiler/sparc/pred.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.1 1990/11/30 17:04:59 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $ ;;; ;;; This file contains the VM definition of predicate VOPs for the SPARC. ;;; diff --git a/compiler/sparc/print.lisp b/compiler/sparc/print.lisp index 9b5bb1b36..83848367f 100644 --- a/compiler/sparc/print.lisp +++ b/compiler/sparc/print.lisp @@ -1,13 +1,15 @@ ;;; -*- Package: SPARC -*- ;;; ;;; ********************************************************************** -;;; 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/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.2 1994/10/24 22:56:39 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $ ;;; ;;; This file contains VOPs for things like printing during %initial-function ;;; before the world is initialized. diff --git a/compiler/sparc/sap.lisp b/compiler/sparc/sap.lisp index 5a92f99aa..a6f6139cb 100644 --- a/compiler/sparc/sap.lisp +++ b/compiler/sparc/sap.lisp @@ -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/compiler/sparc/sap.lisp,v 1.5 1992/04/27 20:04:06 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/sap.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/static-fn.lisp b/compiler/sparc/static-fn.lisp index 168b4e28d..746d791db 100644 --- a/compiler/sparc/static-fn.lisp +++ b/compiler/sparc/static-fn.lisp @@ -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/compiler/sparc/static-fn.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.4 1992/12/17 09:42:02 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $ ;;; ;;; This file contains the VOPs and macro magic necessary to call static ;;; functions. diff --git a/compiler/sparc/subprim.lisp b/compiler/sparc/subprim.lisp index 726b4ac59..1db1ef1fa 100644 --- a/compiler/sparc/subprim.lisp +++ b/compiler/sparc/subprim.lisp @@ -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/compiler/sparc/subprim.lisp,v 1.2 1992/10/11 10:54:22 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/subprim.lisp,v 1.3 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/system.lisp b/compiler/sparc/system.lisp index fd6992353..497ac4d90 100644 --- a/compiler/sparc/system.lisp +++ b/compiler/sparc/system.lisp @@ -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/compiler/sparc/system.lisp,v 1.11 1993/04/01 15:13:23 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp index ceb69187d..853aef7be 100644 --- a/compiler/sparc/type-vops.lisp +++ b/compiler/sparc/type-vops.lisp @@ -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/compiler/sparc/type-vops.lisp,v 1.13 1993/03/01 14:52:04 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.14 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/values.lisp b/compiler/sparc/values.lisp index a82d79723..0fc6e8df4 100644 --- a/compiler/sparc/values.lisp +++ b/compiler/sparc/values.lisp @@ -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/compiler/sparc/values.lisp,v 1.4 1993/12/02 18:50:43 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/values.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp index 773b833b0..874ce697a 100644 --- a/compiler/sparc/vm.lisp +++ b/compiler/sparc/vm.lisp @@ -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/compiler/sparc/vm.lisp,v 1.6 1992/05/21 02:21:35 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.7 1994/10/31 04:46:41 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/abbrev.lisp b/hemlock/abbrev.lisp index 6cfc0e790..39a878ee5 100644 --- a/hemlock/abbrev.lisp +++ b/hemlock/abbrev.lisp @@ -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/hemlock/abbrev.lisp,v 1.2 1994/02/11 21:54:44 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/abbrev.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/auto-save.lisp b/hemlock/auto-save.lisp index 322816f66..012e7096c 100644 --- a/hemlock/auto-save.lisp +++ b/hemlock/auto-save.lisp @@ -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/hemlock/auto-save.lisp,v 1.4 1993/08/25 02:07:41 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/auto-save.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/bindings.lisp b/hemlock/bindings.lisp index a323af9ec..18883d110 100644 --- a/hemlock/bindings.lisp +++ b/hemlock/bindings.lisp @@ -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/hemlock/bindings.lisp,v 1.4 1994/02/11 21:52:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bindings.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/bit-display.lisp b/hemlock/bit-display.lisp index 78817db72..5b9b7b204 100644 --- a/hemlock/bit-display.lisp +++ b/hemlock/bit-display.lisp @@ -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/hemlock/bit-display.lisp,v 1.2 1991/02/08 16:32:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-display.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/bit-screen.lisp b/hemlock/bit-screen.lisp index 75c5b91c7..bbfe477ed 100644 --- a/hemlock/bit-screen.lisp +++ b/hemlock/bit-screen.lisp @@ -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/hemlock/bit-screen.lisp,v 1.15 1994/05/12 20:01:43 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.16 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/bit-stream.lisp b/hemlock/bit-stream.lisp index 43c064348..68cb27d63 100644 --- a/hemlock/bit-stream.lisp +++ b/hemlock/bit-stream.lisp @@ -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/hemlock/bit-stream.lisp,v 1.2 1994/02/11 21:52:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/bufed.lisp b/hemlock/bufed.lisp index e4b03fcff..8fc3843ba 100644 --- a/hemlock/bufed.lisp +++ b/hemlock/bufed.lisp @@ -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/hemlock/bufed.lisp,v 1.2 1991/02/08 16:33:08 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bufed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/buffer.lisp b/hemlock/buffer.lisp index 8874328a7..11c3e9120 100644 --- a/hemlock/buffer.lisp +++ b/hemlock/buffer.lisp @@ -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/hemlock/buffer.lisp,v 1.3 1991/02/08 16:33:11 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/buffer.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/charmacs.lisp b/hemlock/charmacs.lisp index 6b271f55c..be49d7897 100644 --- a/hemlock/charmacs.lisp +++ b/hemlock/charmacs.lisp @@ -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/hemlock/charmacs.lisp,v 1.3 1994/02/11 21:52:52 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/charmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/command.lisp b/hemlock/command.lisp index 99687f381..682eddba0 100644 --- a/hemlock/command.lisp +++ b/hemlock/command.lisp @@ -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/hemlock/command.lisp,v 1.7 1993/08/25 02:08:00 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/command.lisp,v 1.8 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/comments.lisp b/hemlock/comments.lisp index d89c41733..1aea8f8c0 100644 --- a/hemlock/comments.lisp +++ b/hemlock/comments.lisp @@ -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/hemlock/comments.lisp,v 1.3 1993/08/25 02:08:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/comments.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/completion.lisp b/hemlock/completion.lisp index cd2b10f96..1c0d2eead 100644 --- a/hemlock/completion.lisp +++ b/hemlock/completion.lisp @@ -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/hemlock/completion.lisp,v 1.4 1991/05/16 17:40:58 mbb Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/completion.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/cursor.lisp b/hemlock/cursor.lisp index 9173b0c80..81e1bc3d4 100644 --- a/hemlock/cursor.lisp +++ b/hemlock/cursor.lisp @@ -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/hemlock/cursor.lisp,v 1.2 1994/02/11 21:52:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/cursor.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/debug.lisp b/hemlock/debug.lisp index 7fb2d0b68..576f212af 100644 --- a/hemlock/debug.lisp +++ b/hemlock/debug.lisp @@ -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/hemlock/debug.lisp,v 1.6 1993/07/30 23:35:58 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/debug.lisp,v 1.7 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/defsyn.lisp b/hemlock/defsyn.lisp index 8af8c44c1..30d70946b 100644 --- a/hemlock/defsyn.lisp +++ b/hemlock/defsyn.lisp @@ -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/hemlock/defsyn.lisp,v 1.3 1993/08/25 02:08:09 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/defsyn.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/dired.lisp b/hemlock/dired.lisp index 2874018ce..f7fcff8ca 100644 --- a/hemlock/dired.lisp +++ b/hemlock/dired.lisp @@ -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/hemlock/dired.lisp,v 1.2 1994/02/11 21:52:54 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/diredcoms.lisp b/hemlock/diredcoms.lisp index f9bca8373..272390aa9 100644 --- a/hemlock/diredcoms.lisp +++ b/hemlock/diredcoms.lisp @@ -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/hemlock/diredcoms.lisp,v 1.3 1994/02/11 21:52:56 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/display.lisp b/hemlock/display.lisp index e0c70c842..82a9f84e1 100644 --- a/hemlock/display.lisp +++ b/hemlock/display.lisp @@ -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/hemlock/display.lisp,v 1.8 1991/11/11 18:12:44 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/display.lisp,v 1.9 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/doccoms.lisp b/hemlock/doccoms.lisp index 189c87ab3..2e9d916e2 100644 --- a/hemlock/doccoms.lisp +++ b/hemlock/doccoms.lisp @@ -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/hemlock/doccoms.lisp,v 1.3 1991/02/08 16:34:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/doccoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/dylan.lisp b/hemlock/dylan.lisp index 481fe95b1..5c8467175 100644 --- a/hemlock/dylan.lisp +++ b/hemlock/dylan.lisp @@ -1,10 +1,11 @@ ;;; -*- Package: HEMLOCK -*- ;;; ;;; ********************************************************************** -;;; Copyright (c) 1993 Carnegie Mellon University, all rights reserved. -;;; +;;; 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/hemlock/dylan.lisp,v 1.2 1994/08/21 15:17:15 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dylan.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/echo.lisp b/hemlock/echo.lisp index 5a6c67518..6567b3110 100644 --- a/hemlock/echo.lisp +++ b/hemlock/echo.lisp @@ -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/hemlock/echo.lisp,v 1.6 1991/12/18 11:44:07 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echo.lisp,v 1.7 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp index f2010b89e..65b79caec 100644 --- a/hemlock/echocoms.lisp +++ b/hemlock/echocoms.lisp @@ -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/hemlock/echocoms.lisp,v 1.4 1994/07/05 15:54:15 hallgren Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/ed-integrity.lisp b/hemlock/ed-integrity.lisp index 8dc0cb2c7..f112696d3 100644 --- a/hemlock/ed-integrity.lisp +++ b/hemlock/ed-integrity.lisp @@ -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/hemlock/ed-integrity.lisp,v 1.3 1993/08/25 02:08:29 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ed-integrity.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/edit-defs.lisp b/hemlock/edit-defs.lisp index 1e09c4521..74b207c91 100644 --- a/hemlock/edit-defs.lisp +++ b/hemlock/edit-defs.lisp @@ -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/hemlock/edit-defs.lisp,v 1.5 1993/08/25 02:08:30 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/edit-defs.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp index e0e58368b..7d91fab04 100644 --- a/hemlock/eval-server.lisp +++ b/hemlock/eval-server.lisp @@ -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/hemlock/eval-server.lisp,v 1.3 1994/10/07 20:51:49 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/filecoms.lisp b/hemlock/filecoms.lisp index 1399dbac1..afa8acae7 100644 --- a/hemlock/filecoms.lisp +++ b/hemlock/filecoms.lisp @@ -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/hemlock/filecoms.lisp,v 1.4 1994/02/11 21:53:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/filecoms.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/files.lisp b/hemlock/files.lisp index f1cba3585..1f3d1dde8 100644 --- a/hemlock/files.lisp +++ b/hemlock/files.lisp @@ -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/hemlock/files.lisp,v 1.3 1994/02/11 21:53:04 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/files.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/fill.lisp b/hemlock/fill.lisp index 6d3d03b83..cb9da8a2e 100644 --- a/hemlock/fill.lisp +++ b/hemlock/fill.lisp @@ -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/hemlock/fill.lisp,v 1.3 1994/02/11 21:53:06 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/fill.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/font.lisp b/hemlock/font.lisp index 21e2899a5..cad82d7c8 100644 --- a/hemlock/font.lisp +++ b/hemlock/font.lisp @@ -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/hemlock/font.lisp,v 1.2 1991/02/08 16:34:42 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/font.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/gosmacs.lisp b/hemlock/gosmacs.lisp index 2296bfe5d..e3becbca0 100644 --- a/hemlock/gosmacs.lisp +++ b/hemlock/gosmacs.lisp @@ -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/hemlock/gosmacs.lisp,v 1.3 1991/02/14 00:25:34 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/gosmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/group.lisp b/hemlock/group.lisp index 9f587fe42..b582cfe03 100644 --- a/hemlock/group.lisp +++ b/hemlock/group.lisp @@ -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/hemlock/group.lisp,v 1.2 1994/02/11 21:53:07 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/group.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp index 746a1bb2d..c66cb9e31 100644 --- a/hemlock/hi-integrity.lisp +++ b/hemlock/hi-integrity.lisp @@ -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/hemlock/hi-integrity.lisp,v 1.4 1993/08/25 02:23:45 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/highlight.lisp b/hemlock/highlight.lisp index e9b86bce7..cf5185259 100644 --- a/hemlock/highlight.lisp +++ b/hemlock/highlight.lisp @@ -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/hemlock/highlight.lisp,v 1.5 1994/02/12 13:25:10 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/highlight.lisp,v 1.6 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/htext1.lisp b/hemlock/htext1.lisp index 0a3599229..347177583 100644 --- a/hemlock/htext1.lisp +++ b/hemlock/htext1.lisp @@ -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/hemlock/htext1.lisp,v 1.2 1991/02/08 16:35:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/htext2.lisp b/hemlock/htext2.lisp index 490ccee69..b91781ef9 100644 --- a/hemlock/htext2.lisp +++ b/hemlock/htext2.lisp @@ -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/hemlock/htext2.lisp,v 1.2 1994/02/11 21:53:10 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext2.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/htext3.lisp b/hemlock/htext3.lisp index 8a00bf79b..170bec093 100644 --- a/hemlock/htext3.lisp +++ b/hemlock/htext3.lisp @@ -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/hemlock/htext3.lisp,v 1.2 1994/02/11 21:53:11 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext3.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/htext4.lisp b/hemlock/htext4.lisp index fcf4fba9c..d8f6144df 100644 --- a/hemlock/htext4.lisp +++ b/hemlock/htext4.lisp @@ -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/hemlock/htext4.lisp,v 1.2 1991/02/08 16:35:14 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext4.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/hunk-draw.lisp b/hemlock/hunk-draw.lisp index 1254e42a0..6935b6280 100644 --- a/hemlock/hunk-draw.lisp +++ b/hemlock/hunk-draw.lisp @@ -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/hemlock/hunk-draw.lisp,v 1.5 1993/08/25 02:23:47 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/icom.lisp b/hemlock/icom.lisp index 7ae6c8237..9aca5f84e 100644 --- a/hemlock/icom.lisp +++ b/hemlock/icom.lisp @@ -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/hemlock/icom.lisp,v 1.3 1991/02/14 00:25:37 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/icom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/indent.lisp b/hemlock/indent.lisp index abee41a3c..6639b38ca 100644 --- a/hemlock/indent.lisp +++ b/hemlock/indent.lisp @@ -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/hemlock/indent.lisp,v 1.3 1991/06/23 15:15:26 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/indent.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/input.lisp b/hemlock/input.lisp index 205fb684c..eeae8c769 100644 --- a/hemlock/input.lisp +++ b/hemlock/input.lisp @@ -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/hemlock/input.lisp,v 1.3 1994/02/11 21:53:12 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/input.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/interp.lisp b/hemlock/interp.lisp index 344023c11..27b17cae4 100644 --- a/hemlock/interp.lisp +++ b/hemlock/interp.lisp @@ -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/hemlock/interp.lisp,v 1.3 1991/02/08 16:35:29 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/interp.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/kbdmac.lisp b/hemlock/kbdmac.lisp index d72036436..11d768e33 100644 --- a/hemlock/kbdmac.lisp +++ b/hemlock/kbdmac.lisp @@ -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/hemlock/kbdmac.lisp,v 1.3 1994/02/11 21:53:14 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/kbdmac.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/key-event.lisp b/hemlock/key-event.lisp index ef709b237..97f4995f7 100644 --- a/hemlock/key-event.lisp +++ b/hemlock/key-event.lisp @@ -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/hemlock/key-event.lisp,v 1.2 1994/02/11 21:53:15 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/key-event.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/keysym-defs.lisp b/hemlock/keysym-defs.lisp index 54c55f18b..d21f61ac4 100644 --- a/hemlock/keysym-defs.lisp +++ b/hemlock/keysym-defs.lisp @@ -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/hemlock/keysym-defs.lisp,v 1.2 1991/02/08 16:35:42 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keysym-defs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/keytran.lisp b/hemlock/keytran.lisp index 30e4fd87c..c3038aa82 100644 --- a/hemlock/keytran.lisp +++ b/hemlock/keytran.lisp @@ -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/hemlock/keytran.lisp,v 1.2 1991/02/08 16:35:46 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytran.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/keytrandefs.lisp b/hemlock/keytrandefs.lisp index a27a57a13..1a8b10983 100644 --- a/hemlock/keytrandefs.lisp +++ b/hemlock/keytrandefs.lisp @@ -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/hemlock/keytrandefs.lisp,v 1.2 1991/02/08 16:35:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytrandefs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/killcoms.lisp b/hemlock/killcoms.lisp index 37869ab73..6bc491f90 100644 --- a/hemlock/killcoms.lisp +++ b/hemlock/killcoms.lisp @@ -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/hemlock/killcoms.lisp,v 1.2 1994/02/11 21:53:17 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/killcoms.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/line.lisp b/hemlock/line.lisp index 6224c6212..92af68a25 100644 --- a/hemlock/line.lisp +++ b/hemlock/line.lisp @@ -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/hemlock/line.lisp,v 1.2 1994/02/11 21:53:19 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/line.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/linimage.lisp b/hemlock/linimage.lisp index cc7b53828..730c51b99 100644 --- a/hemlock/linimage.lisp +++ b/hemlock/linimage.lisp @@ -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/hemlock/linimage.lisp,v 1.2 1994/02/11 21:53:20 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/linimage.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/lisp-lib.lisp b/hemlock/lisp-lib.lisp index 1e888dbcd..8c1a60217 100644 --- a/hemlock/lisp-lib.lisp +++ b/hemlock/lisp-lib.lisp @@ -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/hemlock/lisp-lib.lisp,v 1.2 1991/02/08 16:36:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lisp-lib.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/lispbuf.lisp b/hemlock/lispbuf.lisp index 4fe80b3d5..87c9a1d04 100644 --- a/hemlock/lispbuf.lisp +++ b/hemlock/lispbuf.lisp @@ -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/hemlock/lispbuf.lisp,v 1.2 1994/02/11 21:53:21 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispbuf.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp index 652682515..47807eea0 100644 --- a/hemlock/lispeval.lisp +++ b/hemlock/lispeval.lisp @@ -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/hemlock/lispeval.lisp,v 1.3 1994/09/30 22:55:35 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp index 637522b77..18895b0af 100644 --- a/hemlock/lispmode.lisp +++ b/hemlock/lispmode.lisp @@ -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/hemlock/lispmode.lisp,v 1.3 1994/02/11 21:53:25 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/macros.lisp b/hemlock/macros.lisp index a94dc2280..d2c149ebf 100644 --- a/hemlock/macros.lisp +++ b/hemlock/macros.lisp @@ -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/hemlock/macros.lisp,v 1.5 1994/10/04 03:40:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/main.lisp b/hemlock/main.lisp index 4d7e234dd..2ba3a3db4 100644 --- a/hemlock/main.lisp +++ b/hemlock/main.lisp @@ -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/hemlock/main.lisp,v 1.13 1992/05/25 21:38:31 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.14 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/mh.lisp b/hemlock/mh.lisp index cf64122b0..c7c952974 100644 --- a/hemlock/mh.lisp +++ b/hemlock/mh.lisp @@ -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/hemlock/mh.lisp,v 1.4 1994/02/11 21:53:28 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/mh.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/morecoms.lisp b/hemlock/morecoms.lisp index 23a13c0f1..56820ba32 100644 --- a/hemlock/morecoms.lisp +++ b/hemlock/morecoms.lisp @@ -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/hemlock/morecoms.lisp,v 1.3 1994/02/11 21:53:36 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/morecoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp index 7e17c5fa0..2d3f5f322 100644 --- a/hemlock/netnews.lisp +++ b/hemlock/netnews.lisp @@ -3,8 +3,10 @@ ;;; ********************************************************************** ;;; 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/hemlock/netnews.lisp,v 1.14 1994/10/31 04:50:12 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Blaine Burks diff --git a/hemlock/overwrite.lisp b/hemlock/overwrite.lisp index 86a55be14..c355c59bc 100644 --- a/hemlock/overwrite.lisp +++ b/hemlock/overwrite.lisp @@ -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/hemlock/overwrite.lisp,v 1.4 1993/08/25 02:10:08 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/overwrite.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/pascal.lisp b/hemlock/pascal.lisp index d78f8080a..a8deae7e9 100644 --- a/hemlock/pascal.lisp +++ b/hemlock/pascal.lisp @@ -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/hemlock/pascal.lisp,v 1.3 1993/08/25 02:10:09 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pascal.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/pop-up-stream.lisp b/hemlock/pop-up-stream.lisp index 4c17e462f..9bb5d8ec4 100644 --- a/hemlock/pop-up-stream.lisp +++ b/hemlock/pop-up-stream.lisp @@ -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/hemlock/pop-up-stream.lisp,v 1.2 1994/02/11 21:53:37 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pop-up-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/register.lisp b/hemlock/register.lisp index 42b2a3d0b..d20cd5f5a 100644 --- a/hemlock/register.lisp +++ b/hemlock/register.lisp @@ -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/hemlock/register.lisp,v 1.3 1994/02/11 21:53:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/register.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/ring.lisp b/hemlock/ring.lisp index 466b3498c..8ea6793f4 100644 --- a/hemlock/ring.lisp +++ b/hemlock/ring.lisp @@ -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/hemlock/ring.lisp,v 1.2 1994/02/11 21:53:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ring.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp index 39931afb9..161c59695 100644 --- a/hemlock/rompsite.lisp +++ b/hemlock/rompsite.lisp @@ -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/hemlock/rompsite.lisp,v 1.7 1994/10/07 20:47:21 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/screen.lisp b/hemlock/screen.lisp index 65f98d135..7d760d9bc 100644 --- a/hemlock/screen.lisp +++ b/hemlock/screen.lisp @@ -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/hemlock/screen.lisp,v 1.3 1994/02/11 21:53:44 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/screen.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/scribe.lisp b/hemlock/scribe.lisp index aa28a7d01..4171c00f1 100644 --- a/hemlock/scribe.lisp +++ b/hemlock/scribe.lisp @@ -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/hemlock/scribe.lisp,v 1.3 1991/02/08 16:37:23 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/scribe.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/search1.lisp b/hemlock/search1.lisp index a172ea45b..7fee636d7 100644 --- a/hemlock/search1.lisp +++ b/hemlock/search1.lisp @@ -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/hemlock/search1.lisp,v 1.2 1994/02/11 21:53:45 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/search2.lisp b/hemlock/search2.lisp index bd03fde58..4a0a639cf 100644 --- a/hemlock/search2.lisp +++ b/hemlock/search2.lisp @@ -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/hemlock/search2.lisp,v 1.2 1991/02/08 16:37:33 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search2.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/searchcoms.lisp b/hemlock/searchcoms.lisp index 036055990..f04054e57 100644 --- a/hemlock/searchcoms.lisp +++ b/hemlock/searchcoms.lisp @@ -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/hemlock/searchcoms.lisp,v 1.3 1991/02/08 16:37:35 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/searchcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp index 791f47ee4..2cb1f89f5 100644 --- a/hemlock/shell.lisp +++ b/hemlock/shell.lisp @@ -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/hemlock/shell.lisp,v 1.3 1994/02/11 21:53:46 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/spell-aug.lisp b/hemlock/spell-aug.lisp index 2bdbe9db5..bfacd6c99 100644 --- a/hemlock/spell-aug.lisp +++ b/hemlock/spell-aug.lisp @@ -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/hemlock/spell-aug.lisp,v 1.2 1994/02/11 21:53:48 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-aug.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/spell-build.lisp b/hemlock/spell-build.lisp index 62fda7977..264ed66b3 100644 --- a/hemlock/spell-build.lisp +++ b/hemlock/spell-build.lisp @@ -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/hemlock/spell-build.lisp,v 1.2 1994/02/11 21:53:49 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-build.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp index 0aba55154..fbc6447c5 100644 --- a/hemlock/spell-corr.lisp +++ b/hemlock/spell-corr.lisp @@ -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/hemlock/spell-corr.lisp,v 1.2 1994/02/11 21:53:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/spell-rt.lisp b/hemlock/spell-rt.lisp index 59d10f524..398544f02 100644 --- a/hemlock/spell-rt.lisp +++ b/hemlock/spell-rt.lisp @@ -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/hemlock/spell-rt.lisp,v 1.2 1994/02/11 21:53:53 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/spellcoms.lisp b/hemlock/spellcoms.lisp index e2f2cf4f6..4d6e9eecd 100644 --- a/hemlock/spellcoms.lisp +++ b/hemlock/spellcoms.lisp @@ -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/hemlock/spellcoms.lisp,v 1.3 1994/02/11 21:53:54 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spellcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/srccom.lisp b/hemlock/srccom.lisp index df9d6fb3a..97dfe9a41 100644 --- a/hemlock/srccom.lisp +++ b/hemlock/srccom.lisp @@ -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/hemlock/srccom.lisp,v 1.3 1991/02/08 16:38:04 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/srccom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/streams.lisp b/hemlock/streams.lisp index 2893680dc..878811f67 100644 --- a/hemlock/streams.lisp +++ b/hemlock/streams.lisp @@ -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/hemlock/streams.lisp,v 1.3 1994/02/11 21:53:56 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/struct-ed.lisp b/hemlock/struct-ed.lisp index 07f692a49..e36f8f1a0 100644 --- a/hemlock/struct-ed.lisp +++ b/hemlock/struct-ed.lisp @@ -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/hemlock/struct-ed.lisp,v 1.2 1991/02/08 16:38:13 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct-ed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/struct.lisp b/hemlock/struct.lisp index c506ee540..115c2a5f1 100644 --- a/hemlock/struct.lisp +++ b/hemlock/struct.lisp @@ -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/hemlock/struct.lisp,v 1.4 1994/02/11 21:53:57 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/syntax.lisp b/hemlock/syntax.lisp index cdfa7bb47..137bd4862 100644 --- a/hemlock/syntax.lisp +++ b/hemlock/syntax.lisp @@ -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/hemlock/syntax.lisp,v 1.2 1994/02/11 21:53:59 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/syntax.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/table.lisp b/hemlock/table.lisp index 2244f3660..45920dd6e 100644 --- a/hemlock/table.lisp +++ b/hemlock/table.lisp @@ -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/hemlock/table.lisp,v 1.2 1994/02/11 21:54:00 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/termcap.lisp b/hemlock/termcap.lisp index f0eab0f50..6bb63b31a 100644 --- a/hemlock/termcap.lisp +++ b/hemlock/termcap.lisp @@ -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/hemlock/termcap.lisp,v 1.7 1993/08/25 02:24:00 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/text.lisp b/hemlock/text.lisp index b8e1dba39..5386d021d 100644 --- a/hemlock/text.lisp +++ b/hemlock/text.lisp @@ -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/hemlock/text.lisp,v 1.2 1994/02/11 21:54:02 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/text.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp index e8b7cf59b..b24af2f37 100644 --- a/hemlock/ts-buf.lisp +++ b/hemlock/ts-buf.lisp @@ -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/hemlock/ts-buf.lisp,v 1.9 1991/10/01 17:51:05 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/ts-stream.lisp b/hemlock/ts-stream.lisp index f76498d72..b61905da5 100644 --- a/hemlock/ts-stream.lisp +++ b/hemlock/ts-stream.lisp @@ -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/hemlock/ts-stream.lisp,v 1.2 1994/02/11 21:54:06 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/tty-disp-rt.lisp b/hemlock/tty-disp-rt.lisp index 8bb00b5bc..9037f32f7 100644 --- a/hemlock/tty-disp-rt.lisp +++ b/hemlock/tty-disp-rt.lisp @@ -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/hemlock/tty-disp-rt.lisp,v 1.2 1994/02/11 21:54:07 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-disp-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/tty-display.lisp b/hemlock/tty-display.lisp index d288d0b73..35860e181 100644 --- a/hemlock/tty-display.lisp +++ b/hemlock/tty-display.lisp @@ -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/hemlock/tty-display.lisp,v 1.3 1994/02/11 21:54:09 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-display.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/tty-screen.lisp b/hemlock/tty-screen.lisp index 896e6f449..83109cae2 100644 --- a/hemlock/tty-screen.lisp +++ b/hemlock/tty-screen.lisp @@ -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/hemlock/tty-screen.lisp,v 1.7 1991/10/08 14:45:37 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-screen.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/tty-stream.lisp b/hemlock/tty-stream.lisp index 0feebdf19..567bad950 100644 --- a/hemlock/tty-stream.lisp +++ b/hemlock/tty-stream.lisp @@ -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/hemlock/tty-stream.lisp,v 1.2 1994/02/11 21:54:11 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/undo.lisp b/hemlock/undo.lisp index 35a2d8173..06da02410 100644 --- a/hemlock/undo.lisp +++ b/hemlock/undo.lisp @@ -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/hemlock/undo.lisp,v 1.3 1993/08/25 02:11:18 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/undo.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/unixcoms.lisp b/hemlock/unixcoms.lisp index ab9fb165f..da00a3fae 100644 --- a/hemlock/unixcoms.lisp +++ b/hemlock/unixcoms.lisp @@ -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/hemlock/unixcoms.lisp,v 1.9 1994/01/25 15:35:14 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/vars.lisp b/hemlock/vars.lisp index 28e19d980..4550a81f9 100644 --- a/hemlock/vars.lisp +++ b/hemlock/vars.lisp @@ -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/hemlock/vars.lisp,v 1.2 1991/02/08 16:39:06 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/vars.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/window.lisp b/hemlock/window.lisp index 1324c7871..deb4f27db 100644 --- a/hemlock/window.lisp +++ b/hemlock/window.lisp @@ -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/hemlock/window.lisp,v 1.3 1991/10/04 12:01:46 chiles Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/window.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/winimage.lisp b/hemlock/winimage.lisp index faa4d4e8a..6570a43ca 100644 --- a/hemlock/winimage.lisp +++ b/hemlock/winimage.lisp @@ -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/hemlock/winimage.lisp,v 1.3 1994/10/07 20:48:51 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/winimage.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/hemlock/xcoms.lisp b/hemlock/xcoms.lisp index 0d10dd60c..957318029 100644 --- a/hemlock/xcoms.lisp +++ b/hemlock/xcoms.lisp @@ -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/hemlock/xcoms.lisp,v 1.3 1991/02/08 16:39:17 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/xcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/interface/debug.lisp b/interface/debug.lisp index 70b8b68d9..860a0aa8b 100644 --- a/interface/debug.lisp +++ b/interface/debug.lisp @@ -3,8 +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/interface/debug.lisp,v 1.8 1994/10/31 04:53:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/interface/initial.lisp b/interface/initial.lisp index 575885ebf..3ece7c000 100644 --- a/interface/initial.lisp +++ b/interface/initial.lisp @@ -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/interface/initial.lisp,v 1.4 1994/09/30 15:43:58 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.5 1994/10/31 04:53:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/interface/inspect.lisp b/interface/inspect.lisp index d8673ccf1..0de1fd4cb 100644 --- a/interface/inspect.lisp +++ b/interface/inspect.lisp @@ -3,8 +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/interface/inspect.lisp,v 1.10 1994/10/31 04:53:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/interface/interface.lisp b/interface/interface.lisp index ad5a3620f..3dc26bd06 100644 --- a/interface/interface.lisp +++ b/interface/interface.lisp @@ -3,8 +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/interface/interface.lisp,v 1.9 1994/10/31 04:53:18 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/callbacks.lisp b/motif/lisp/callbacks.lisp index 1d7f4cd89..abd64767c 100644 --- a/motif/lisp/callbacks.lisp +++ b/motif/lisp/callbacks.lisp @@ -3,7 +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/motif/lisp/callbacks.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/conversion.lisp b/motif/lisp/conversion.lisp index 2706b2d23..5564f3887 100644 --- a/motif/lisp/conversion.lisp +++ b/motif/lisp/conversion.lisp @@ -3,7 +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/motif/lisp/conversion.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/events.lisp b/motif/lisp/events.lisp index b16323413..f089373f2 100644 --- a/motif/lisp/events.lisp +++ b/motif/lisp/events.lisp @@ -3,7 +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/motif/lisp/events.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/interface-build.lisp b/motif/lisp/interface-build.lisp index 28009ee17..fce534fb6 100644 --- a/motif/lisp/interface-build.lisp +++ b/motif/lisp/interface-build.lisp @@ -3,7 +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/motif/lisp/interface-build.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/main.lisp b/motif/lisp/main.lisp index a9e96dae0..a3ac021fe 100644 --- a/motif/lisp/main.lisp +++ b/motif/lisp/main.lisp @@ -3,7 +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/motif/lisp/main.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/string-base.lisp b/motif/lisp/string-base.lisp index cd0dd18b9..44f364798 100644 --- a/motif/lisp/string-base.lisp +++ b/motif/lisp/string-base.lisp @@ -3,7 +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/motif/lisp/string-base.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/transport.lisp b/motif/lisp/transport.lisp index 01f708a7e..456e80a6d 100644 --- a/motif/lisp/transport.lisp +++ b/motif/lisp/transport.lisp @@ -3,7 +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/motif/lisp/transport.lisp,v 1.2 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/widgets.lisp b/motif/lisp/widgets.lisp index d3131944e..6cb3ca734 100644 --- a/motif/lisp/widgets.lisp +++ b/motif/lisp/widgets.lisp @@ -3,7 +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/motif/lisp/widgets.lisp,v 1.2 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/xt-types.lisp b/motif/lisp/xt-types.lisp index 90d7145bc..51153e94d 100644 --- a/motif/lisp/xt-types.lisp +++ b/motif/lisp/xt-types.lisp @@ -3,7 +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/motif/lisp/xt-types.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $") ;;; ;;; ********************************************************************** ;;; -- GitLab