[cmucl-cvs] [git] CMU Common Lisp branch master updated. 99a5797f72ae3a43d8e5909653770f044f993c17

Raymond Toy rtoy at common-lisp.net
Sun Sep 25 06:10:40 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  99a5797f72ae3a43d8e5909653770f044f993c17 (commit)
      from  822fd79aef8e3d85a05c3d9b7cea5e080b802184 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 99a5797f72ae3a43d8e5909653770f044f993c17
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Sep 24 23:10:18 2011 -0700

    Fix ticket:49.  In every file-comment, replace the existing $Header$
    entries with just the file path, removing the revision number, date,
    author and state.  The actual information is now computed during
    compilation and stored in the fasl itself.  (See ticket:48.)

diff --git a/assembly/alpha/alloc.lisp b/assembly/alpha/alloc.lisp
index cc88197..96d1587 100644
--- a/assembly/alpha/alloc.lisp
+++ b/assembly/alpha/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/alloc.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
+  "$Header: src/assembly/alpha/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/arith.lisp b/assembly/alpha/arith.lisp
index 1deee43..19d1b16 100644
--- a/assembly/alpha/arith.lisp
+++ b/assembly/alpha/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/arith.lisp,v 1.5 2003/08/03 11:27:52 gerd Rel $")
+  "$Header: src/assembly/alpha/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/array.lisp b/assembly/alpha/array.lisp
index 6d15c0f..277803e 100644
--- a/assembly/alpha/array.lisp
+++ b/assembly/alpha/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/array.lisp,v 1.4 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/alpha/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/assem-rtns.lisp b/assembly/alpha/assem-rtns.lisp
index 37a0eab..da7393b 100644
--- a/assembly/alpha/assem-rtns.lisp
+++ b/assembly/alpha/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/assem-rtns.lisp,v 1.4 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/alpha/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/support.lisp b/assembly/alpha/support.lisp
index 06cb8d2..dfb736b 100644
--- a/assembly/alpha/support.lisp
+++ b/assembly/alpha/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/support.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
+  "$Header: src/assembly/alpha/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/arith.lisp b/assembly/amd64/arith.lisp
index 9fdd04e..2f85aa6 100644
--- a/assembly/amd64/arith.lisp
+++ b/assembly/amd64/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/arith.lisp,v 1.2 2004/07/14 20:51:49 cwang Rel $")
+ "$Header: src/assembly/amd64/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/array.lisp b/assembly/amd64/array.lisp
index 034961f..1d2e53d 100644
--- a/assembly/amd64/array.lisp
+++ b/assembly/amd64/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/array.lisp,v 1.3 2004/07/27 23:28:41 cwang Rel $")
+ "$Header: src/assembly/amd64/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/assem-rtns.lisp b/assembly/amd64/assem-rtns.lisp
index da5d6ad..dc10455 100644
--- a/assembly/amd64/assem-rtns.lisp
+++ b/assembly/amd64/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/assem-rtns.lisp,v 1.4 2009/06/11 16:03:55 rtoy Rel $")
+ "$Header: src/assembly/amd64/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/amd64/support.lisp b/assembly/amd64/support.lisp
index b9e60f2..05c402b 100644
--- a/assembly/amd64/support.lisp
+++ b/assembly/amd64/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/support.lisp,v 1.1 2004/05/21 22:46:43 cwang Rel $")
+ "$Header: src/assembly/amd64/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/assemfile.lisp b/assembly/assemfile.lisp
index fe9571b..09a8878 100644
--- a/assembly/assemfile.lisp
+++ b/assembly/assemfile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.38 2003/01/06 15:10:15 toy Rel $")
+  "$Header: src/assembly/assemfile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/alloc.lisp b/assembly/hppa/alloc.lisp
index b636e98..7ddd657 100644
--- a/assembly/hppa/alloc.lisp
+++ b/assembly/hppa/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
+  "$Header: src/assembly/hppa/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/arith.lisp b/assembly/hppa/arith.lisp
index 4e6ce99..ce20bbc 100644
--- a/assembly/hppa/arith.lisp
+++ b/assembly/hppa/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.10 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/hppa/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/array.lisp b/assembly/hppa/array.lisp
index ccc603e..a0cd555 100644
--- a/assembly/hppa/array.lisp
+++ b/assembly/hppa/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.6 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/hppa/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/assem-rtns.lisp b/assembly/hppa/assem-rtns.lisp
index aceebe0..aa8399c 100644
--- a/assembly/hppa/assem-rtns.lisp
+++ b/assembly/hppa/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.6 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/hppa/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/support.lisp b/assembly/hppa/support.lisp
index 2457e48..ac8b573 100644
--- a/assembly/hppa/support.lisp
+++ b/assembly/hppa/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
+  "$Header: src/assembly/hppa/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/alloc.lisp b/assembly/mips/alloc.lisp
index 617ea78..a1d6b86 100644
--- a/assembly/mips/alloc.lisp
+++ b/assembly/mips/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.10 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/mips/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/arith.lisp b/assembly/mips/arith.lisp
index 2cae0e4..256cbc3 100644
--- a/assembly/mips/arith.lisp
+++ b/assembly/mips/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.17 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/array.lisp b/assembly/mips/array.lisp
index 445cdd7..16e54c5 100644
--- a/assembly/mips/array.lisp
+++ b/assembly/mips/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.26 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/mips/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/assem-rtns.lisp b/assembly/mips/assem-rtns.lisp
index 31e6a8d..762222e 100644
--- a/assembly/mips/assem-rtns.lisp
+++ b/assembly/mips/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.33 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/bit-bash.lisp b/assembly/mips/bit-bash.lisp
index 91ebe20..44c2409 100644
--- a/assembly/mips/bit-bash.lisp
+++ b/assembly/mips/bit-bash.lisp
@@ -5,11 +5,11 @@
 ;;; 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.16 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/bit-bash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.16 2003/08/03 11:27:51 gerd Rel $
+;;; $Header: src/assembly/mips/bit-bash.lisp $
 ;;;
 ;;; Stuff to implement bit bashing.
 ;;;
diff --git a/assembly/mips/support.lisp b/assembly/mips/support.lisp
index 9bcf916..05b8cb7 100644
--- a/assembly/mips/support.lisp
+++ b/assembly/mips/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.15 1994/10/31 04:56:40 ram Rel $")
+  "$Header: src/assembly/mips/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/wrlist.lisp b/assembly/mips/wrlist.lisp
index e9204ec..bf78f41 100644
--- a/assembly/mips/wrlist.lisp
+++ b/assembly/mips/wrlist.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.7 1994/10/31 04:56:40 ram Rel $")
+  "$Header: src/assembly/mips/wrlist.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/alloc.lisp b/assembly/ppc/alloc.lisp
index 47c9a2c..1b0b9d7 100644
--- a/assembly/ppc/alloc.lisp
+++ b/assembly/ppc/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/alloc.lisp,v 1.1 2001/02/11 14:21:51 dtc Rel $")
+  "$Header: src/assembly/ppc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/arith.lisp b/assembly/ppc/arith.lisp
index b0d55a0..bb7b9b8 100644
--- a/assembly/ppc/arith.lisp
+++ b/assembly/ppc/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/arith.lisp,v 1.9 2006/02/03 15:54:38 rtoy Rel $")
+  "$Header: src/assembly/ppc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/array.lisp b/assembly/ppc/array.lisp
index 3626a6e..d05a699 100644
--- a/assembly/ppc/array.lisp
+++ b/assembly/ppc/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/array.lisp,v 1.8 2009/06/11 16:03:55 rtoy Rel $
+;;; $Header: src/assembly/ppc/array.lisp $
 ;;;
 ;;;    This file contains the support routines for arrays and vectors.
 ;;;
diff --git a/assembly/ppc/assem-rtns.lisp b/assembly/ppc/assem-rtns.lisp
index 5533f7a..540b347 100644
--- a/assembly/ppc/assem-rtns.lisp
+++ b/assembly/ppc/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/assem-rtns.lisp,v 1.6 2006/11/03 03:29:34 rtoy Rel $
+;;; $Header: src/assembly/ppc/assem-rtns.lisp $
 ;;;
 ;;;
 (in-package "PPC")
diff --git a/assembly/ppc/support.lisp b/assembly/ppc/support.lisp
index 6e3ce22..d937fc1 100644
--- a/assembly/ppc/support.lisp
+++ b/assembly/ppc/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/support.lisp,v 1.5 2006/11/03 03:29:34 rtoy Rel $")
+  "$Header: src/assembly/ppc/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/rt/alloc.lisp b/assembly/rt/alloc.lisp
index 568e25f..7f83b00 100644
--- a/assembly/rt/alloc.lisp
+++ b/assembly/rt/alloc.lisp
@@ -5,11 +5,11 @@
 ;;; 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.7 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.7 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/alloc.lisp $
 ;;;
 ;;; Stuff to handle allocating simple objects.
 ;;;
diff --git a/assembly/rt/arith.lisp b/assembly/rt/arith.lisp
index 9e12e2e..f82b76f 100644
--- a/assembly/rt/arith.lisp
+++ b/assembly/rt/arith.lisp
@@ -5,11 +5,11 @@
 ;;; 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.8 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.8 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/arith.lisp $
 ;;;
 ;;; Stuff to handle simple cases for generic arithmetic.
 ;;;
diff --git a/assembly/rt/array.lisp b/assembly/rt/array.lisp
index 448165a..5dd6628 100644
--- a/assembly/rt/array.lisp
+++ b/assembly/rt/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.6 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/array.lisp $
 ;;;
 ;;; 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 5980e6f..d661755 100644
--- a/assembly/rt/assem-rtns.lisp
+++ b/assembly/rt/assem-rtns.lisp
@@ -5,11 +5,11 @@
 ;;; 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.8 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/rt/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.8 2009/06/11 16:03:55 rtoy Rel $
+;;; $Header: src/assembly/rt/assem-rtns.lisp $
 ;;;
 
 (in-package "RT")
diff --git a/assembly/rt/support.lisp b/assembly/rt/support.lisp
index 7d113cd..e08c523 100644
--- a/assembly/rt/support.lisp
+++ b/assembly/rt/support.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/assembly/rt/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $
+;;; $Header: src/assembly/rt/support.lisp $
 ;;;
 ;;; 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 498eabb..dc87046 100644
--- a/assembly/sparc/alloc.lisp
+++ b/assembly/sparc/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/alloc.lisp,v 1.5 1994/10/31 04:57:20 ram Rel $")
+  "$Header: src/assembly/sparc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/arith.lisp b/assembly/sparc/arith.lisp
index dc3e81e..2ebb72f 100644
--- a/assembly/sparc/arith.lisp
+++ b/assembly/sparc/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/arith.lisp,v 1.18 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/sparc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/array.lisp b/assembly/sparc/array.lisp
index 076e5cf..21a5b4a 100644
--- a/assembly/sparc/array.lisp
+++ b/assembly/sparc/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.11 2009/06/11 16:03:56 rtoy Rel $")
+  "$Header: src/assembly/sparc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.11 2009/06/11 16:03:56 rtoy Rel $
+;;; $Header: src/assembly/sparc/array.lisp $
 ;;;
 ;;;    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 584c1c8..9fe07c2 100644
--- a/assembly/sparc/assem-rtns.lisp
+++ b/assembly/sparc/assem-rtns.lisp
@@ -5,11 +5,11 @@
 ;;; 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.5 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/assembly/sparc/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.5 2010/07/19 23:08:37 rtoy Rel $
+;;; $Header: src/assembly/sparc/assem-rtns.lisp $
 ;;;
 ;;;
 (in-package "SPARC")
diff --git a/assembly/sparc/support.lisp b/assembly/sparc/support.lisp
index f15da2c..8940f23 100644
--- a/assembly/sparc/support.lisp
+++ b/assembly/sparc/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.8 1994/10/31 04:57:20 ram Rel $")
+  "$Header: src/assembly/sparc/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/alloc.lisp b/assembly/x86/alloc.lisp
index edb8503..32ec7af 100644
--- a/assembly/x86/alloc.lisp
+++ b/assembly/x86/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/alloc.lisp,v 1.5 1998/02/19 19:37:25 dtc Rel $")
+  "$Header: src/assembly/x86/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/arith.lisp b/assembly/x86/arith.lisp
index 66bd3ac..a5a9635 100644
--- a/assembly/x86/arith.lisp
+++ b/assembly/x86/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/arith.lisp,v 1.11 2003/08/03 11:27:50 gerd Rel $")
+ "$Header: src/assembly/x86/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/array.lisp b/assembly/x86/array.lisp
index ac10fea..0b0597a 100644
--- a/assembly/x86/array.lisp
+++ b/assembly/x86/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/array.lisp,v 1.11 2009/06/11 16:03:56 rtoy Rel $")
+ "$Header: src/assembly/x86/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/assem-rtns.lisp b/assembly/x86/assem-rtns.lisp
index 3f6a182..23c6796 100644
--- a/assembly/x86/assem-rtns.lisp
+++ b/assembly/x86/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/assem-rtns.lisp,v 1.9 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/assembly/x86/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/x86/support.lisp b/assembly/x86/support.lisp
index 4f41c6d..459bf42 100644
--- a/assembly/x86/support.lisp
+++ b/assembly/x86/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/support.lisp,v 1.2 1998/06/16 18:20:43 pw Rel $")
+ "$Header: src/assembly/x86/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/clx/cmudep.lisp b/clx/cmudep.lisp
index 24a9a83..0c10b3d 100644
--- a/clx/cmudep.lisp
+++ b/clx/cmudep.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/cmudep.lisp,v 1.3 2007/08/21 15:49:27 fgilham Rel $")
+  "$Header: src/clx/cmudep.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/clx/doc.lisp b/clx/doc.lisp
index a1129ef..23842b5 100644
--- a/clx/doc.lisp
+++ b/clx/doc.lisp
@@ -16,7 +16,7 @@
 ;;; express or implied warranty.
 #+cmu
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/doc.lisp,v 1.4 1998/12/19 15:21:16 dtc Rel $")
+  "$Header: src/clx/doc.lisp $")
 
 ;; Version 4
 
diff --git a/code/alieneval.lisp b/code/alieneval.lisp
index 048887f..c8f0fb8 100644
--- a/code/alieneval.lisp
+++ b/code/alieneval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.70 2010/12/05 15:55:53 rtoy Exp $")
+  "$Header: src/code/alieneval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/alpha-vm.lisp b/code/alpha-vm.lisp
index a37057e..d239153 100644
--- a/code/alpha-vm.lisp
+++ b/code/alpha-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alpha-vm.lisp,v 1.8 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/alpha-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alpha-vm.lisp,v 1.8 2010/04/20 17:57:43 rtoy Rel $
+;;; $Header: src/code/alpha-vm.lisp $
 ;;;
 ;;; This file contains the Alpha specific runtime stuff.
 ;;;
diff --git a/code/amd64-vm.lisp b/code/amd64-vm.lisp
index 0d6f827..ba40945 100644
--- a/code/amd64-vm.lisp
+++ b/code/amd64-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/amd64-vm.lisp,v 1.7 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/amd64-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/array.lisp b/code/array.lisp
index 4d182ad..a365a57 100644
--- a/code/array.lisp
+++ b/code/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/array.lisp,v 1.55 2010/07/26 17:20:26 rtoy Rel $")
+  "$Header: src/code/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/backq.lisp b/code/backq.lisp
index 7958809..ece7f42 100644
--- a/code/backq.lisp
+++ b/code/backq.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/backq.lisp,v 1.17 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/backq.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bignum-test.lisp b/code/bignum-test.lisp
index 29246aa..df342c1 100644
--- a/code/bignum-test.lisp
+++ b/code/bignum-test.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bignum-test.lisp,v 1.4 1994/10/31 04:11:27 ram Rel $")
+  "$Header: src/code/bignum-test.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bignum.lisp b/code/bignum.lisp
index b66007d..3072fc7 100644
--- a/code/bignum.lisp
+++ b/code/bignum.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bignum.lisp,v 1.51 2010/05/04 15:08:28 rtoy Rel $")
+  "$Header: src/code/bignum.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bit-bash.lisp b/code/bit-bash.lisp
index c72af3e..459925a 100644
--- a/code/bit-bash.lisp
+++ b/code/bit-bash.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bit-bash.lisp,v 1.27 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/bit-bash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bsd-os.lisp b/code/bsd-os.lisp
index 6eb8f5a..6680763 100644
--- a/code/bsd-os.lisp
+++ b/code/bsd-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bsd-os.lisp,v 1.17 2010/07/30 22:51:58 rtoy Rel $")
+  "$Header: src/code/bsd-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/byte-interp.lisp b/code/byte-interp.lisp
index a570a13..f8a0f75 100644
--- a/code/byte-interp.lisp
+++ b/code/byte-interp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/byte-interp.lisp,v 1.49 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/byte-interp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/c-call.lisp b/code/c-call.lisp
index 3ddd8e5..0a0ac9b 100644
--- a/code/c-call.lisp
+++ b/code/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/c-call.lisp,v 1.19 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/char.lisp b/code/char.lisp
index ae307e7..73c8179 100644
--- a/code/char.lisp
+++ b/code/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/char.lisp,v 1.21 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/class.lisp b/code/class.lisp
index c8a94e2..d30fd31 100644
--- a/code/class.lisp
+++ b/code/class.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.65 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/class.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/clx-ext.lisp b/code/clx-ext.lisp
index 038c2b4..27d417a 100644
--- a/code/clx-ext.lisp
+++ b/code/clx-ext.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/clx-ext.lisp,v 1.24 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/clx-ext.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/cmu-site.lisp b/code/cmu-site.lisp
index a852570..3fe1486 100644
--- a/code/cmu-site.lisp
+++ b/code/cmu-site.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/cmu-site.lisp,v 1.2 1994/10/31 04:11:27 ram Rel $")
+  "$Header: src/code/cmu-site.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/commandline.lisp b/code/commandline.lisp
index 1ee6146..4500bd4 100644
--- a/code/commandline.lisp
+++ b/code/commandline.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.27 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/code/commandline.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/cprofile.lisp b/code/cprofile.lisp
index ff4ebfa..2beb181 100644
--- a/code/cprofile.lisp
+++ b/code/cprofile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/cprofile.lisp,v 1.4 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/cprofile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-info.lisp b/code/debug-info.lisp
index 12c84f1..5e273c4 100644
--- a/code/debug-info.lisp
+++ b/code/debug-info.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.30 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/debug-info.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-int.lisp b/code/debug-int.lisp
index 443b86e..9c12017 100644
--- a/code/debug-int.lisp
+++ b/code/debug-int.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.144 2010/12/27 02:05:31 rtoy Exp $")
+  "$Header: src/code/debug-int.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-vm.lisp b/code/debug-vm.lisp
index f539229..0a4e4ee 100644
--- a/code/debug-vm.lisp
+++ b/code/debug-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-vm.lisp,v 1.4 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/debug-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug.lisp b/code/debug.lisp
index c358254..825ed0b 100644
--- a/code/debug.lisp
+++ b/code/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.72 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/defmacro.lisp b/code/defmacro.lisp
index e4b9d90..7dc01b7 100644
--- a/code/defmacro.lisp
+++ b/code/defmacro.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defmacro.lisp,v 1.40 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/defmacro.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/defstruct.lisp b/code/defstruct.lisp
index 58268b8..931bbb7 100644
--- a/code/defstruct.lisp
+++ b/code/defstruct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.103 2010/12/26 14:54:33 rtoy Exp $")
+  "$Header: src/code/defstruct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/describe.lisp b/code/describe.lisp
index 331f75e..b1bd93f 100644
--- a/code/describe.lisp
+++ b/code/describe.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.58 2010/06/01 20:27:09 rtoy Rel $")
+  "$Header: src/code/describe.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/dfixnum.lisp b/code/dfixnum.lisp
index 7351e0a..bb42a08 100644
--- a/code/dfixnum.lisp
+++ b/code/dfixnum.lisp
@@ -5,7 +5,7 @@
 ;;; and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/dfixnum.lisp,v 1.6 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/dfixnum.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/dyncount.lisp b/code/dyncount.lisp
index af64f69..5c2a18b 100644
--- a/code/dyncount.lisp
+++ b/code/dyncount.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/dyncount.lisp,v 1.8 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/dyncount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/env-access.lisp b/code/env-access.lisp
index 717967e..46cc49d 100644
--- a/code/env-access.lisp
+++ b/code/env-access.lisp
@@ -6,7 +6,7 @@
 ;;;
 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/env-access.lisp,v 1.8 2010/04/20 17:57:44 rtoy Rel $")
+ "$Header: src/code/env-access.lisp $")
 
 ;;;
 ;;; **********************************************************************
diff --git a/code/error.lisp b/code/error.lisp
index f2704c1..f2b2a19 100644
--- a/code/error.lisp
+++ b/code/error.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.91 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/error.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/eval.lisp b/code/eval.lisp
index d67372f..0d77376 100644
--- a/code/eval.lisp
+++ b/code/eval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.49 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/eval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/exports.lisp b/code/exports.lisp
index 7d5784d..6749fb0 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.305 2011/06/10 17:38:27 rtoy Exp $")
+  "$Header: src/code/exports.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/extensions.lisp b/code/extensions.lisp
index fce1208..50a3987 100644
--- a/code/extensions.lisp
+++ b/code/extensions.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extensions.lisp,v 1.31 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/extensions.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/extfmts.lisp b/code/extfmts.lisp
index 60cf54b..5936ca7 100644
--- a/code/extfmts.lisp
+++ b/code/extfmts.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extfmts.lisp,v 1.42 2010/11/30 04:09:42 rtoy Exp $")
+ "$Header: src/code/extfmts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream-comp.lisp b/code/fd-stream-comp.lisp
index 4d4df57..a383499 100644
--- a/code/fd-stream-comp.lisp
+++ b/code/fd-stream-comp.lisp
@@ -4,7 +4,7 @@
 ;;; This has been placed in the public domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-comp.lisp,v 1.1 2010/07/20 21:34:29 rtoy Rel $")
+ "$Header: src/code/fd-stream-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream-extfmt.lisp b/code/fd-stream-extfmt.lisp
index f5088d1..c6405d0 100644
--- a/code/fd-stream-extfmt.lisp
+++ b/code/fd-stream-extfmt.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.14 2010/10/12 21:52:44 rtoy Exp $")
+ "$Header: src/code/fd-stream-extfmt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index dabf3a0..45b5847 100644
--- a/code/fd-stream.lisp
+++ b/code/fd-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.125 2011/06/29 00:55:04 rtoy Exp $")
+  "$Header: src/code/fd-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fdefinition.lisp b/code/fdefinition.lisp
index 5007a3a..b7a4033 100644
--- a/code/fdefinition.lisp
+++ b/code/fdefinition.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fdefinition.lisp,v 1.29 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/fdefinition.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/filesys.lisp b/code/filesys.lisp
index 5a3752c..ab2f564 100644
--- a/code/filesys.lisp
+++ b/code/filesys.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.114 2011/03/01 04:32:58 rtoy Exp $")
+  "$Header: src/code/filesys.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/final.lisp b/code/final.lisp
index 7b69bd4..922deba 100644
--- a/code/final.lisp
+++ b/code/final.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/final.lisp,v 1.5 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/final.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/float-trap.lisp b/code/float-trap.lisp
index 41a3547..5cb3b3f 100644
--- a/code/float-trap.lisp
+++ b/code/float-trap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float-trap.lisp,v 1.39 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/float-trap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/float.lisp b/code/float.lisp
index a7e522c..ce7e572 100644
--- a/code/float.lisp
+++ b/code/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float.lisp,v 1.49 2011/09/03 05:19:03 rtoy Exp $")
+  "$Header: src/code/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/foreign.lisp b/code/foreign.lisp
index 406eea0..b1c7908 100644
--- a/code/foreign.lisp
+++ b/code/foreign.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.60 2011/01/21 15:44:58 rtoy Exp $")
+  "$Header: src/code/foreign.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/format-time.lisp b/code/format-time.lisp
index da5686e..8b118b0 100644
--- a/code/format-time.lisp
+++ b/code/format-time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format-time.lisp,v 1.12 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/format-time.lisp $")
 ;;;
 ;;; **********************************************************************
 
diff --git a/code/format.lisp b/code/format.lisp
index 081ae7f..b8a9e76 100644
--- a/code/format.lisp
+++ b/code/format.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.97 2010/11/16 19:15:38 rtoy Exp $")
+  "$Header: src/code/format.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fwrappers.lisp b/code/fwrappers.lisp
index 72a4aa8..b8c8ea3 100644
--- a/code/fwrappers.lisp
+++ b/code/fwrappers.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fwrappers.lisp,v 1.8 2010/04/20 17:57:44 rtoy Rel $")
+(ext:file-comment "$Header: src/code/fwrappers.lisp $")
 
 (in-package :fwrappers)
 
diff --git a/code/gc.lisp b/code/gc.lisp
index 6b8184e..5c200d4 100644
--- a/code/gc.lisp
+++ b/code/gc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.45 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/gc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/generic-site.lisp b/code/generic-site.lisp
index 7438601..e554d6d 100644
--- a/code/generic-site.lisp
+++ b/code/generic-site.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.18 2009/08/14 12:36:42 rtoy Rel $")
+  "$Header: src/code/generic-site.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/gengc.lisp b/code/gengc.lisp
index bde12b7..9169fce 100644
--- a/code/gengc.lisp
+++ b/code/gengc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gengc.lisp,v 1.6 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/gengc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/globals.lisp b/code/globals.lisp
index 29e55d4..dfbf697 100644
--- a/code/globals.lisp
+++ b/code/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.20 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/globals.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hash-new.lisp b/code/hash-new.lisp
index 702be04..c8ffa04 100644
--- a/code/hash-new.lisp
+++ b/code/hash-new.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash-new.lisp,v 1.55 2010/08/11 17:40:09 rtoy Rel $")
+  "$Header: src/code/hash-new.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hash.lisp b/code/hash.lisp
index 9167712..81051a5 100644
--- a/code/hash.lisp
+++ b/code/hash.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.45 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hppa-vm.lisp b/code/hppa-vm.lisp
index df900b1..59271c3 100644
--- a/code/hppa-vm.lisp
+++ b/code/hppa-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hppa-vm.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hppa-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hpux-os.lisp b/code/hpux-os.lisp
index 06ff99c..e36abf9 100644
--- a/code/hpux-os.lisp
+++ b/code/hpux-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hpux-os.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hpux-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/internet.lisp b/code/internet.lisp
index 05b89e0..d6007d5 100644
--- a/code/internet.lisp
+++ b/code/internet.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/internet.lisp,v 1.60 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/internet.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/interr.lisp b/code/interr.lisp
index 6464dd5..4d3f33d 100644
--- a/code/interr.lisp
+++ b/code/interr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/interr.lisp,v 1.51 2011/09/01 16:53:46 rtoy Exp $")
+  "$Header: src/code/interr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/intl-tramp.lisp b/code/intl-tramp.lisp
index 5c34019..4dcdc9f 100644
--- a/code/intl-tramp.lisp
+++ b/code/intl-tramp.lisp
@@ -4,7 +4,7 @@
 ;;; 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/code/intl-tramp.lisp,v 1.2 2010/03/19 15:18:59 rtoy Rel $")
+(ext:file-comment "$Header: src/code/intl-tramp.lisp $")
 
 ;;;
 ;;; **********************************************************************
diff --git a/code/intl.lisp b/code/intl.lisp
index c6eeb50..285691a 100644
--- a/code/intl.lisp
+++ b/code/intl.lisp
@@ -23,7 +23,7 @@
 ;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/intl.lisp,v 1.11 2010/12/19 03:01:47 rtoy Exp $")
+(ext:file-comment "$Header: src/code/intl.lisp $")
 
 (in-package "INTL")
 
diff --git a/code/irix-os.lisp b/code/irix-os.lisp
index 239ef85..f471694 100644
--- a/code/irix-os.lisp
+++ b/code/irix-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/irix-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/irrat-dd.lisp b/code/irrat-dd.lisp
index 26a5efc..4c57165 100644
--- a/code/irrat-dd.lisp
+++ b/code/irrat-dd.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat-dd.lisp,v 1.20 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/irrat-dd.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/irrat.lisp b/code/irrat.lisp
index 5882706..e295fe2 100644
--- a/code/irrat.lisp
+++ b/code/irrat.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.64 2011/02/28 17:14:45 rtoy Exp $")
+  "$Header: src/code/irrat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/kernel.lisp b/code/kernel.lisp
index d1f5af4..eaac29b 100644
--- a/code/kernel.lisp
+++ b/code/kernel.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/kernel.lisp,v 1.18 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/kernel.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/linux-os.lisp b/code/linux-os.lisp
index f78624e..77118db 100644
--- a/code/linux-os.lisp
+++ b/code/linux-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/linux-os.lisp,v 1.11 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/linux-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/lispinit.lisp b/code/lispinit.lisp
index b6a175b..f5548b2 100644
--- a/code/lispinit.lisp
+++ b/code/lispinit.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.82 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/lispinit.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/list.lisp b/code/list.lisp
index 8bac295..aa44acd 100644
--- a/code/list.lisp
+++ b/code/list.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/list.lisp,v 1.40 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/list.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/load.lisp b/code/load.lisp
index 2b4543d..832853b 100644
--- a/code/load.lisp
+++ b/code/load.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.97 2010/07/14 13:19:03 rtoy Rel $")
+  "$Header: src/code/load.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/loop.lisp b/code/loop.lisp
index b61cfe9..0ca34c2 100644
--- a/code/loop.lisp
+++ b/code/loop.lisp
@@ -49,7 +49,7 @@
 
 #+cmu
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/loop.lisp,v 1.34 2010/04/20 17:57:44 rtoy Rel $")
+ "$Header: src/code/loop.lisp $")
 
 ;;;; LOOP Iteration Macro
 
diff --git a/code/mach-os.lisp b/code/mach-os.lisp
index ba32f73..09f3602 100644
--- a/code/mach-os.lisp
+++ b/code/mach-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach-os.lisp,v 1.13 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/mach-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/mach.lisp b/code/mach.lisp
index d67f48a..fad413e 100644
--- a/code/mach.lisp
+++ b/code/mach.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.6 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/mach.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/machdef.lisp b/code/machdef.lisp
index 49ee525..9091349 100644
--- a/code/machdef.lisp
+++ b/code/machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/machdef.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/macros.lisp b/code/macros.lisp
index cd2e4ff..934bcbb 100644
--- a/code/macros.lisp
+++ b/code/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.120 2010/05/25 20:04:33 rtoy Rel $")
+  "$Header: src/code/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/mipsstrops.lisp b/code/mipsstrops.lisp
index 734a1ae..18b4f1b 100644
--- a/code/mipsstrops.lisp
+++ b/code/mipsstrops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mipsstrops.lisp,v 1.10 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/mipsstrops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/misc.lisp b/code/misc.lisp
index 3b1a204..3942689 100644
--- a/code/misc.lisp
+++ b/code/misc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.44 2011/05/31 13:18:37 rtoy Exp $")
+  "$Header: src/code/misc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/module.lisp b/code/module.lisp
index d163767..0f3f861 100644
--- a/code/module.lisp
+++ b/code/module.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.17 2011/06/08 15:56:55 rtoy Exp $")
+  "$Header: src/code/module.lisp $")
 ;;;
 ;;; **********************************************************************
 
@@ -146,4 +146,4 @@
     "modules:asdf/asdf")
 
 (defmodule "asdf"
-    "modules:asdf/asdf")
\ No newline at end of file
+    "modules:asdf/asdf")
diff --git a/code/multi-proc.lisp b/code/multi-proc.lisp
index ad65bf0..2aed7a3 100644
--- a/code/multi-proc.lisp
+++ b/code/multi-proc.lisp
@@ -5,7 +5,7 @@
 ;;; the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/multi-proc.lisp,v 1.46 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/multi-proc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/ntrace.lisp b/code/ntrace.lisp
index d5d138e..c1e09c1 100644
--- a/code/ntrace.lisp
+++ b/code/ntrace.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.48 2011/02/22 22:56:15 rtoy Exp $")
+  "$Header: src/code/ntrace.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/numbers.lisp b/code/numbers.lisp
index 85b65a1..4caf12f 100644
--- a/code/numbers.lisp
+++ b/code/numbers.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/numbers.lisp,v 1.70 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/numbers.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/old-loop.lisp b/code/old-loop.lisp
index e2c8ba1..cb492ec 100644
--- a/code/old-loop.lisp
+++ b/code/old-loop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.11 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/old-loop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/osf1-os.lisp b/code/osf1-os.lisp
index 09b9ba0..b9eb459 100644
--- a/code/osf1-os.lisp
+++ b/code/osf1-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/osf1-os.lisp,v 1.7 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/osf1-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/package.lisp b/code/package.lisp
index 2d6f862..a431f4e 100644
--- a/code/package.lisp
+++ b/code/package.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.81 2010/12/26 14:03:48 rtoy Exp $")
+  "$Header: src/code/package.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/parse-time.lisp b/code/parse-time.lisp
index 640703f..bee3d85 100644
--- a/code/parse-time.lisp
+++ b/code/parse-time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/parse-time.lisp,v 1.21 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/parse-time.lisp $")
 ;;;
 ;;; **********************************************************************
 
diff --git a/code/pathname.lisp b/code/pathname.lisp
index d2de3ba..0092a82 100644
--- a/code/pathname.lisp
+++ b/code/pathname.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.92 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pathname.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-disassem.lisp b/code/pmax-disassem.lisp
index 31a4af3..5090db3 100644
--- a/code/pmax-disassem.lisp
+++ b/code/pmax-disassem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-disassem.lisp,v 1.20 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-disassem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-machdef.lisp b/code/pmax-machdef.lisp
index d803bc1..5eee6b8 100644
--- a/code/pmax-machdef.lisp
+++ b/code/pmax-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-machdef.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-vm.lisp b/code/pmax-vm.lisp
index bc2ab30..c48988b 100644
--- a/code/pmax-vm.lisp
+++ b/code/pmax-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-vm.lisp,v 1.16 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-vm.lisp,v 1.16 2010/03/19 15:18:59 rtoy Rel $
+;;; $Header: src/code/pmax-vm.lisp $
 ;;;
 ;;; This file contains the PMAX specific runtime stuff.
 ;;;
diff --git a/code/ppc-vm.lisp b/code/ppc-vm.lisp
index dfe8ce7..489ea2c 100644
--- a/code/ppc-vm.lisp
+++ b/code/ppc-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ppc-vm.lisp,v 1.11 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/ppc-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pprint.lisp b/code/pprint.lisp
index 0437d2f..c0f66c5 100644
--- a/code/pprint.lisp
+++ b/code/pprint.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.69 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pprint.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pred.lisp b/code/pred.lisp
index 7c88024..9f89607 100644
--- a/code/pred.lisp
+++ b/code/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.65 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/print.lisp b/code/print.lisp
index e4f7c33..3f162d7 100644
--- a/code/print.lisp
+++ b/code/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.133 2011/06/10 17:38:27 rtoy Exp $")
+  "$Header: src/code/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/profile.lisp b/code/profile.lisp
index dead41c..7908b4a 100644
--- a/code/profile.lisp
+++ b/code/profile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/profile.lisp,v 1.42 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/profile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/purify.lisp b/code/purify.lisp
index c7a995f..bf083ea 100644
--- a/code/purify.lisp
+++ b/code/purify.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/purify.lisp,v 1.22 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/purify.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/query.lisp b/code/query.lisp
index 6955682..e8772cb 100644
--- a/code/query.lisp
+++ b/code/query.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/query.lisp,v 1.8 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/query.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rand-mt19937.lisp b/code/rand-mt19937.lisp
index d223084..cbbb54b 100644
--- a/code/rand-mt19937.lisp
+++ b/code/rand-mt19937.lisp
@@ -6,7 +6,7 @@
 ;;; placed in the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand-mt19937.lisp,v 1.23 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/rand-mt19937.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rand.lisp b/code/rand.lisp
index 0623806..e3e4d25 100644
--- a/code/rand.lisp
+++ b/code/rand.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand.lisp,v 1.12 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rand.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/reader.lisp b/code/reader.lisp
index d9b7471..de666d1 100644
--- a/code/reader.lisp
+++ b/code/reader.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/reader.lisp,v 1.68 2011/01/27 00:49:32 rtoy Exp $")
+  "$Header: src/code/reader.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/remote.lisp b/code/remote.lisp
index 7a57b1e..85be798 100644
--- a/code/remote.lisp
+++ b/code/remote.lisp
@@ -6,7 +6,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/remote.lisp,v 1.12 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/remote.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/room.lisp b/code/room.lisp
index 43971a7..85e8a41 100644
--- a/code/room.lisp
+++ b/code/room.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.41 2011/08/21 07:43:38 rtoy Exp $")
+  "$Header: src/code/room.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rt-machdef.lisp b/code/rt-machdef.lisp
index 3b166e6..ac70a2e 100644
--- a/code/rt-machdef.lisp
+++ b/code/rt-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-machdef.lisp,v 1.5 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rt-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rt-vm.lisp b/code/rt-vm.lisp
index cd6b795..47b526b 100644
--- a/code/rt-vm.lisp
+++ b/code/rt-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-vm.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rt-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/run-program.lisp b/code/run-program.lisp
index edf5928..c8f96e9 100644
--- a/code/run-program.lisp
+++ b/code/run-program.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/run-program.lisp,v 1.32 2010/09/20 13:50:52 rtoy Rel $")
+  "$Header: src/code/run-program.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sap.lisp b/code/sap.lisp
index d3133d6..8610e63 100644
--- a/code/sap.lisp
+++ b/code/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.23 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/save.lisp b/code/save.lisp
index 26b2555..69d91fc 100644
--- a/code/save.lisp
+++ b/code/save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.73 2010/11/04 14:05:01 rtoy Exp $")
+  "$Header: src/code/save.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/scavhook.lisp b/code/scavhook.lisp
index acd4abb..eaf8b7e 100644
--- a/code/scavhook.lisp
+++ b/code/scavhook.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/scavhook.lisp,v 1.5 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/scavhook.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/search-list.lisp b/code/search-list.lisp
index a96f3ff..0f55b75 100644
--- a/code/search-list.lisp
+++ b/code/search-list.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/search-list.lisp,v 1.7 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/search-list.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/seq.lisp b/code/seq.lisp
index 23e9e87..0c4ff02 100644
--- a/code/seq.lisp
+++ b/code/seq.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/seq.lisp,v 1.59 2010/12/09 05:13:50 rtoy Exp $")
+  "$Header: src/code/seq.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/serve-event.lisp b/code/serve-event.lisp
index 268d100..d6e9eda 100644
--- a/code/serve-event.lisp
+++ b/code/serve-event.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/serve-event.lisp,v 1.31 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/serve-event.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/setf-funs.lisp b/code/setf-funs.lisp
index e72caf6..93c0eb1 100644
--- a/code/setf-funs.lisp
+++ b/code/setf-funs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/setf-funs.lisp,v 1.8 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/setf-funs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sgi-vm.lisp b/code/sgi-vm.lisp
index 3f81c09..d3daa46 100644
--- a/code/sgi-vm.lisp
+++ b/code/sgi-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sgi-vm.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sgi-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sgi-vm.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $
+;;; $Header: src/code/sgi-vm.lisp $
 ;;;
 ;;; This file contains the SGI specific runtime stuff.
 ;;;
diff --git a/code/sharpm.lisp b/code/sharpm.lisp
index 48d1507..99f06dc 100644
--- a/code/sharpm.lisp
+++ b/code/sharpm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sharpm.lisp,v 1.30 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sharpm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/signal.lisp b/code/signal.lisp
index ef1a56f..217a0f8 100644
--- a/code/signal.lisp
+++ b/code/signal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.42 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/signal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sort.lisp b/code/sort.lisp
index c6f6caf..0072918 100644
--- a/code/sort.lisp
+++ b/code/sort.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sort.lisp,v 1.13 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sort.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-machdef.lisp b/code/sparc-machdef.lisp
index c55feb1..de0434c 100644
--- a/code/sparc-machdef.lisp
+++ b/code/sparc-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-machdef.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sparc-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-svr4-vm.lisp b/code/sparc-svr4-vm.lisp
index 10f3f37..7fe91b8 100644
--- a/code/sparc-svr4-vm.lisp
+++ b/code/sparc-svr4-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-svr4-vm.lisp,v 1.16 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sparc-svr4-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-vm.lisp b/code/sparc-vm.lisp
index 49e093e..fb4564e 100644
--- a/code/sparc-vm.lisp
+++ b/code/sparc-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-vm.lisp,v 1.19 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sparc-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/stream-vector-io.lisp b/code/stream-vector-io.lisp
index 2443b25..5124f02 100644
--- a/code/stream-vector-io.lisp
+++ b/code/stream-vector-io.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream-vector-io.lisp,v 1.9 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/stream-vector-io.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/stream.lisp b/code/stream.lisp
index 2386f15..77a90f7 100644
--- a/code/stream.lisp
+++ b/code/stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.102 2011/06/29 00:55:04 rtoy Exp $")
+  "$Header: src/code/stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/string.lisp b/code/string.lisp
index 2805de8..bdf9d38 100644
--- a/code/string.lisp
+++ b/code/string.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.29 2010/10/26 13:56:08 rtoy Exp $")
+  "$Header: src/code/string.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/struct.lisp b/code/struct.lisp
index 56a9cb4..3d99d6b 100644
--- a/code/struct.lisp
+++ b/code/struct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/struct.lisp,v 1.26 2010/10/12 21:52:44 rtoy Exp $")
+  "$Header: src/code/struct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sunos-os.lisp b/code/sunos-os.lisp
index aee4878..f3d17a6 100644
--- a/code/sunos-os.lisp
+++ b/code/sunos-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sunos-os.lisp,v 1.16 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/sunos-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/symbol.lisp b/code/symbol.lisp
index 843e578..2e8bbc6 100644
--- a/code/symbol.lisp
+++ b/code/symbol.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/symbol.lisp,v 1.45 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/symbol.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sysmacs.lisp b/code/sysmacs.lisp
index 0da1244..5182a07 100644
--- a/code/sysmacs.lisp
+++ b/code/sysmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sysmacs.lisp,v 1.35 2010/10/12 21:52:44 rtoy Exp $")
+  "$Header: src/code/sysmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/time.lisp b/code/time.lisp
index f2c68e1..999610a 100644
--- a/code/time.lisp
+++ b/code/time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.33 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/time.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/tty-inspect.lisp b/code/tty-inspect.lisp
index beece4e..5dab7c2 100644
--- a/code/tty-inspect.lisp
+++ b/code/tty-inspect.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.26 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/tty-inspect.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type-boot.lisp b/code/type-boot.lisp
index a36d5c6..6359421 100644
--- a/code/type-boot.lisp
+++ b/code/type-boot.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type-boot.lisp,v 1.10 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/type-boot.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type-init.lisp b/code/type-init.lisp
index 8c7f582..1780b7d 100644
--- a/code/type-init.lisp
+++ b/code/type-init.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type-init.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/type-init.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type.lisp b/code/type.lisp
index 845fbd0..5b536a6 100644
--- a/code/type.lisp
+++ b/code/type.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.84 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/type.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/typedefs.lisp b/code/typedefs.lisp
index 50a28e0..9bbcfb4 100644
--- a/code/typedefs.lisp
+++ b/code/typedefs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.17 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/typedefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unidata.lisp b/code/unidata.lisp
index 4a63d99..4f94684 100644
--- a/code/unidata.lisp
+++ b/code/unidata.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;; 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unidata.lisp,v 1.28 2011/06/27 15:11:29 rtoy Exp $")
+(ext:file-comment "$Header: src/code/unidata.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unix-glibc2.lisp b/code/unix-glibc2.lisp
index a9298b1..cc78e32 100644
--- a/code/unix-glibc2.lisp
+++ b/code/unix-glibc2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix-glibc2.lisp,v 1.54 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/unix-glibc2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unix.lisp b/code/unix.lisp
index 70edfdf..2d595d4 100644
--- a/code/unix.lisp
+++ b/code/unix.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.134 2011/01/07 03:46:42 rtoy Exp $")
+  "$Header: src/code/unix.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/vm.lisp b/code/vm.lisp
index 77a07a4..4aec9ea 100644
--- a/code/vm.lisp
+++ b/code/vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/vm.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/vm.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $
+;;; $Header: src/code/vm.lisp $
 ;;;
 ;;; This file contains stubs for interfacing MACH's vm primitives.
 ;;;
diff --git a/code/weak.lisp b/code/weak.lisp
index bf77cbb..d951b50 100644
--- a/code/weak.lisp
+++ b/code/weak.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/weak.lisp,v 1.8 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/weak.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/weak.lisp,v 1.8 2010/04/19 02:18:04 rtoy Rel $
+;;; $Header: src/code/weak.lisp $
 ;;;
 ;;; Weak Pointer Support.
 ;;;
diff --git a/code/wire.lisp b/code/wire.lisp
index 468cb5c..6a99426 100644
--- a/code/wire.lisp
+++ b/code/wire.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/wire.lisp,v 1.16 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/wire.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/x86-vm.lisp b/code/x86-vm.lisp
index 5c9eb14..19211ed 100644
--- a/code/x86-vm.lisp
+++ b/code/x86-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/x86-vm.lisp,v 1.39 2010/08/30 20:01:15 rtoy Rel $")
+  "$Header: src/code/x86-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/aliencomp.lisp b/compiler/aliencomp.lisp
index 5e18e33..eabaca9 100644
--- a/compiler/aliencomp.lisp
+++ b/compiler/aliencomp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.33 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/aliencomp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alloc.lisp b/compiler/alloc.lisp
index ba00d7a..6c944b2 100644
--- a/compiler/alloc.lisp
+++ b/compiler/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.16 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/alloc.lisp b/compiler/alpha/alloc.lisp
index 6126a9a..4423930 100644
--- a/compiler/alpha/alloc.lisp
+++ b/compiler/alpha/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/alloc.lisp,v 1.5 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/alpha/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/arith.lisp b/compiler/alpha/arith.lisp
index 1290a59..3586f5a 100644
--- a/compiler/alpha/arith.lisp
+++ b/compiler/alpha/arith.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $
+;;; $Header: src/compiler/alpha/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/alpha/array.lisp b/compiler/alpha/array.lisp
index 85ba9d7..9c03aa7 100644
--- a/compiler/alpha/array.lisp
+++ b/compiler/alpha/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/array.lisp,v 1.10 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/c-call.lisp b/compiler/alpha/c-call.lisp
index d0df30a..e3e4215 100644
--- a/compiler/alpha/c-call.lisp
+++ b/compiler/alpha/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/c-call.lisp,v 1.3 2003/07/20 13:53:11 emarsden Rel $")
+  "$Header: src/compiler/alpha/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/call.lisp b/compiler/alpha/call.lisp
index e21050e..4f84900 100644
--- a/compiler/alpha/call.lisp
+++ b/compiler/alpha/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/call.lisp,v 1.5 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/alpha/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/cell.lisp b/compiler/alpha/cell.lisp
index 59f1cd5..cf75259 100644
--- a/compiler/alpha/cell.lisp
+++ b/compiler/alpha/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/cell.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/char.lisp b/compiler/alpha/char.lisp
index bc2e3db..315d304 100644
--- a/compiler/alpha/char.lisp
+++ b/compiler/alpha/char.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $
+;;; $Header: src/compiler/alpha/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/alpha/debug.lisp b/compiler/alpha/debug.lisp
index a6bd635..1331371 100644
--- a/compiler/alpha/debug.lisp
+++ b/compiler/alpha/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/debug.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/float.lisp b/compiler/alpha/float.lisp
index 68cbe7d..b08928c 100644
--- a/compiler/alpha/float.lisp
+++ b/compiler/alpha/float.lisp
@@ -6,7 +6,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/float.lisp,v 1.12 1998/07/24 17:22:29 dtc Rel $")
+  "$Header: src/compiler/alpha/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/insts.lisp b/compiler/alpha/insts.lisp
index 3641be1..23c1a02 100644
--- a/compiler/alpha/insts.lisp
+++ b/compiler/alpha/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/insts.lisp,v 1.5 2003/03/06 14:13:08 pmai Rel $")
+  "$Header: src/compiler/alpha/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/macros.lisp b/compiler/alpha/macros.lisp
index 88a7b82..f833d9d 100644
--- a/compiler/alpha/macros.lisp
+++ b/compiler/alpha/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/macros.lisp,v 1.3 1998/01/21 22:30:44 dtc Rel $")
+  "$Header: src/compiler/alpha/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/memory.lisp b/compiler/alpha/memory.lisp
index 7db515d..da19faa 100644
--- a/compiler/alpha/memory.lisp
+++ b/compiler/alpha/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/memory.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/move.lisp b/compiler/alpha/move.lisp
index 2c4cd4b..f3c72a2 100644
--- a/compiler/alpha/move.lisp
+++ b/compiler/alpha/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/move.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/nlx.lisp b/compiler/alpha/nlx.lisp
index 14a9130..f47c61e 100644
--- a/compiler/alpha/nlx.lisp
+++ b/compiler/alpha/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/nlx.lisp,v 1.5 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/parms.lisp b/compiler/alpha/parms.lisp
index a5bbbbd..79e396f 100644
--- a/compiler/alpha/parms.lisp
+++ b/compiler/alpha/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.10 2003/02/16 19:18:41 emarsden Rel $")
+  "$Header: src/compiler/alpha/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/pred.lisp b/compiler/alpha/pred.lisp
index 5616190..93d8866 100644
--- a/compiler/alpha/pred.lisp
+++ b/compiler/alpha/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/pred.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/print.lisp b/compiler/alpha/print.lisp
index d67aea4..0718ea8 100644
--- a/compiler/alpha/print.lisp
+++ b/compiler/alpha/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/print.lisp,v 1.3 2001/02/20 20:54:32 dtc Rel $")
+  "$Header: src/compiler/alpha/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/sap.lisp b/compiler/alpha/sap.lisp
index 22096bf..d0d937a 100644
--- a/compiler/alpha/sap.lisp
+++ b/compiler/alpha/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/sap.lisp,v 1.4 1998/03/04 14:56:38 dtc Rel $")
+  "$Header: src/compiler/alpha/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/static-fn.lisp b/compiler/alpha/static-fn.lisp
index 789c771..b092bfb 100644
--- a/compiler/alpha/static-fn.lisp
+++ b/compiler/alpha/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/static-fn.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/subprim.lisp b/compiler/alpha/subprim.lisp
index fcc8247..9de9832 100644
--- a/compiler/alpha/subprim.lisp
+++ b/compiler/alpha/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/subprim.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/system.lisp b/compiler/alpha/system.lisp
index aea72dd..60f03aa 100644
--- a/compiler/alpha/system.lisp
+++ b/compiler/alpha/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/system.lisp,v 1.3 2003/03/06 14:13:08 pmai Rel $")
+  "$Header: src/compiler/alpha/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp
index 255114b..5a997ae 100644
--- a/compiler/alpha/type-vops.lisp
+++ b/compiler/alpha/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.5 1999/11/11 16:08:09 dtc Rel $")
+  "$Header: src/compiler/alpha/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/values.lisp b/compiler/alpha/values.lisp
index bce946c..9bf5290 100644
--- a/compiler/alpha/values.lisp
+++ b/compiler/alpha/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/values.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/vm.lisp b/compiler/alpha/vm.lisp
index a9014ed..63d6f13 100644
--- a/compiler/alpha/vm.lisp
+++ b/compiler/alpha/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.6 1998/07/24 17:22:30 dtc Rel $")
+  "$Header: src/compiler/alpha/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/alloc.lisp b/compiler/amd64/alloc.lisp
index 482889b..4870d51 100644
--- a/compiler/amd64/alloc.lisp
+++ b/compiler/amd64/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/alloc.lisp,v 1.4 2004/07/14 20:56:24 cwang Rel $")
+ "$Header: src/compiler/amd64/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/arith.lisp b/compiler/amd64/arith.lisp
index 33892a3..76c8387 100644
--- a/compiler/amd64/arith.lisp
+++ b/compiler/amd64/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/arith.lisp,v 1.2 2004/06/10 01:38:09 cwang Rel $")
+ "$Header: src/compiler/amd64/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/array.lisp b/compiler/amd64/array.lisp
index 85d5e06..ac6aee4 100644
--- a/compiler/amd64/array.lisp
+++ b/compiler/amd64/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/array.lisp,v 1.2 2004/07/14 20:56:24 cwang Rel $")
+ "$Header: src/compiler/amd64/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/c-call.lisp b/compiler/amd64/c-call.lisp
index c30c8d8..b4dbc38 100644
--- a/compiler/amd64/c-call.lisp
+++ b/compiler/amd64/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/c-call.lisp,v 1.3 2004/07/20 22:39:21 cwang Rel $")
+ "$Header: src/compiler/amd64/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/call.lisp b/compiler/amd64/call.lisp
index 80d0653..24a089a 100644
--- a/compiler/amd64/call.lisp
+++ b/compiler/amd64/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/call.lisp,v 1.5 2004/07/27 23:30:41 cwang Rel $")
+ "$Header: src/compiler/amd64/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/cell.lisp b/compiler/amd64/cell.lisp
index 890c5ee..a63f7b5 100644
--- a/compiler/amd64/cell.lisp
+++ b/compiler/amd64/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/cell.lisp,v 1.4 2004/07/29 20:14:53 cwang Rel $")
+ "$Header: src/compiler/amd64/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/char.lisp b/compiler/amd64/char.lisp
index 43babcc..3c30b29 100644
--- a/compiler/amd64/char.lisp
+++ b/compiler/amd64/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/char.lisp,v 1.1 2004/05/24 22:34:59 cwang Rel $")
+ "$Header: src/compiler/amd64/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/amd64/debug.lisp b/compiler/amd64/debug.lisp
index e307957..e47d6b5 100644
--- a/compiler/amd64/debug.lisp
+++ b/compiler/amd64/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/debug.lisp,v 1.1 2004/05/24 22:34:59 cwang Rel $")
+ "$Header: src/compiler/amd64/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/float.lisp b/compiler/amd64/float.lisp
index 45f5112..09c9b11 100644
--- a/compiler/amd64/float.lisp
+++ b/compiler/amd64/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/float.lisp,v 1.4 2009/11/02 15:05:06 rtoy Rel $")
+  "$Header: src/compiler/amd64/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/insts.lisp b/compiler/amd64/insts.lisp
index 44f0bc2..98b4965 100644
--- a/compiler/amd64/insts.lisp
+++ b/compiler/amd64/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/insts.lisp,v 1.5 2004/07/27 23:28:41 cwang Rel $")
+  "$Header: src/compiler/amd64/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/macros.lisp b/compiler/amd64/macros.lisp
index e4f35a2..8486a51 100644
--- a/compiler/amd64/macros.lisp
+++ b/compiler/amd64/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/macros.lisp,v 1.6 2004/10/19 19:16:20 cwang Rel $")
+ "$Header: src/compiler/amd64/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/memory.lisp b/compiler/amd64/memory.lisp
index 0556cf4..b51b787 100644
--- a/compiler/amd64/memory.lisp
+++ b/compiler/amd64/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/memory.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/move.lisp b/compiler/amd64/move.lisp
index a1c1593..6a88f0d 100644
--- a/compiler/amd64/move.lisp
+++ b/compiler/amd64/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/move.lisp,v 1.4 2004/07/14 20:59:48 cwang Rel $")
+ "$Header: src/compiler/amd64/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/nlx.lisp b/compiler/amd64/nlx.lisp
index c378777..ae17c4a 100644
--- a/compiler/amd64/nlx.lisp
+++ b/compiler/amd64/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/nlx.lisp,v 1.3 2004/07/27 23:28:41 cwang Rel $")
+ "$Header: src/compiler/amd64/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/parms.lisp b/compiler/amd64/parms.lisp
index 289e917..f4fcd18 100644
--- a/compiler/amd64/parms.lisp
+++ b/compiler/amd64/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/parms.lisp,v 1.5 2009/11/02 15:05:06 rtoy Rel $")
+  "$Header: src/compiler/amd64/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/pred.lisp b/compiler/amd64/pred.lisp
index 9e36f0d..454ab87 100644
--- a/compiler/amd64/pred.lisp
+++ b/compiler/amd64/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/pred.lisp,v 1.2 2004/07/06 20:22:07 cwang Rel $")
+ "$Header: src/compiler/amd64/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/print.lisp b/compiler/amd64/print.lisp
index 7df38e2..bccdb02 100644
--- a/compiler/amd64/print.lisp
+++ b/compiler/amd64/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/print.lisp,v 1.2 2004/10/19 19:15:31 cwang Rel $")
+ "$Header: src/compiler/amd64/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/sap.lisp b/compiler/amd64/sap.lisp
index cc112ce..323bd45 100644
--- a/compiler/amd64/sap.lisp
+++ b/compiler/amd64/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/sap.lisp,v 1.3 2004/07/14 21:00:17 cwang Rel $")
+ "$Header: src/compiler/amd64/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/static-fn.lisp b/compiler/amd64/static-fn.lisp
index cb50c68..5a23773 100644
--- a/compiler/amd64/static-fn.lisp
+++ b/compiler/amd64/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/static-fn.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/subprim.lisp b/compiler/amd64/subprim.lisp
index 7466aca..34ec168 100644
--- a/compiler/amd64/subprim.lisp
+++ b/compiler/amd64/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/subprim.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/system.lisp b/compiler/amd64/system.lisp
index 9867f32..0f9237a 100644
--- a/compiler/amd64/system.lisp
+++ b/compiler/amd64/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/system.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/type-vops.lisp b/compiler/amd64/type-vops.lisp
index 863c055..0abc908 100644
--- a/compiler/amd64/type-vops.lisp
+++ b/compiler/amd64/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/type-vops.lisp,v 1.3 2009/11/02 15:05:06 rtoy Rel $")
+ "$Header: src/compiler/amd64/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/amd64/values.lisp b/compiler/amd64/values.lisp
index a56b3f4..94d859d 100644
--- a/compiler/amd64/values.lisp
+++ b/compiler/amd64/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/values.lisp,v 1.3 2004/07/28 19:22:27 cwang Rel $")
+ "$Header: src/compiler/amd64/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/vm.lisp b/compiler/amd64/vm.lisp
index 1dea75e..6ba8f0b 100644
--- a/compiler/amd64/vm.lisp
+++ b/compiler/amd64/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/vm.lisp,v 1.4 2009/11/02 15:05:07 rtoy Rel $")
+ "$Header: src/compiler/amd64/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/array-tran.lisp b/compiler/array-tran.lisp
index 7982af7..da9c2d0 100644
--- a/compiler/array-tran.lisp
+++ b/compiler/array-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.45 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/array-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index 5031ccc..a8b063e 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.36 2010/11/10 19:51:24 rtoy Exp $")
+  "$Header: src/compiler/backend.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/bit-util.lisp b/compiler/bit-util.lisp
index f6557e4..394dfd1 100644
--- a/compiler/bit-util.lisp
+++ b/compiler/bit-util.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.9 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/bit-util.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp
index 50ce783..3f04bdd 100644
--- a/compiler/byte-comp.lisp
+++ b/compiler/byte-comp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.52 2010/07/31 16:56:00 rtoy Rel $")
+  "$Header: src/compiler/byte-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/checkgen.lisp b/compiler/checkgen.lisp
index 421cfa2..eaa4572 100644
--- a/compiler/checkgen.lisp
+++ b/compiler/checkgen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.36 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/checkgen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/codegen.lisp b/compiler/codegen.lisp
index ab20676..f7dab5d 100644
--- a/compiler/codegen.lisp
+++ b/compiler/codegen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.27 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/codegen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/constraint.lisp b/compiler/constraint.lisp
index 06a2cba..1e47ab9 100644
--- a/compiler/constraint.lisp
+++ b/compiler/constraint.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.27 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/constraint.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/control.lisp b/compiler/control.lisp
index 32c1671..8477fd8 100644
--- a/compiler/control.lisp
+++ b/compiler/control.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.15 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/control.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/copyprop.lisp b/compiler/copyprop.lisp
index 142a0b1..e71980b 100644
--- a/compiler/copyprop.lisp
+++ b/compiler/copyprop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.9 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/copyprop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp
index 0964295..cf88e6b 100644
--- a/compiler/ctype.lisp
+++ b/compiler/ctype.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.38 2010/05/27 23:43:16 rtoy Rel $")
+  "$Header: src/compiler/ctype.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug-dump.lisp b/compiler/debug-dump.lisp
index 0171a1c..eb36cf3 100644
--- a/compiler/debug-dump.lisp
+++ b/compiler/debug-dump.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.51 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/debug-dump.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug.lisp b/compiler/debug.lisp
index 2b8738b..18bf155 100644
--- a/compiler/debug.lisp
+++ b/compiler/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.39 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dfo.lisp b/compiler/dfo.lisp
index fae0248..2e0116b 100644
--- a/compiler/dfo.lisp
+++ b/compiler/dfo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.29 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/dfo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/disassem.lisp b/compiler/disassem.lisp
index 7d5f430..2ffeb1b 100644
--- a/compiler/disassem.lisp
+++ b/compiler/disassem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.58 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/disassem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dump.lisp b/compiler/dump.lisp
index b9b1896..ac95c2e 100644
--- a/compiler/dump.lisp
+++ b/compiler/dump.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.92 2011/02/02 13:07:57 rtoy Exp $")
+  "$Header: src/compiler/dump.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dyncount.lisp b/compiler/dyncount.lisp
index 017d10e..3e211a7 100644
--- a/compiler/dyncount.lisp
+++ b/compiler/dyncount.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.11 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/dyncount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/entry.lisp b/compiler/entry.lisp
index 90cdd81..f5ec8ba 100644
--- a/compiler/entry.lisp
+++ b/compiler/entry.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.14 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/entry.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp
index b7cff66..4ca29ee 100644
--- a/compiler/envanal.lisp
+++ b/compiler/envanal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.35 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/envanal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp
index 8a995d2..0f48e86 100644
--- a/compiler/eval-comp.lisp
+++ b/compiler/eval-comp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.38 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/eval-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval.lisp b/compiler/eval.lisp
index 789cf83..7e8bd09 100644
--- a/compiler/eval.lisp
+++ b/compiler/eval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.39 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/eval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index 3e3c66e..7a82135 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.142 2010/08/18 15:39:01 rtoy Rel $")
+  "$Header: src/compiler/float-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 705d34b..b3f1950 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.148 2011/02/17 02:47:21 rtoy Exp $")
+  "$Header: src/compiler/fndb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp
index abbb23a..bcc29de 100644
--- a/compiler/generic/core.lisp
+++ b/compiler/generic/core.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.42 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/generic/core.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/gengc-genesis.lisp b/compiler/generic/gengc-genesis.lisp
index 67ee542..3089b5f 100644
--- a/compiler/generic/gengc-genesis.lisp
+++ b/compiler/generic/gengc-genesis.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/gengc-genesis.lisp,v 1.16 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/gengc-genesis.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/interr.lisp b/compiler/generic/interr.lisp
index ea16bb0..5b6e982 100644
--- a/compiler/generic/interr.lisp
+++ b/compiler/generic/interr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/interr.lisp,v 1.15 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/interr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/new-genesis.lisp b/compiler/generic/new-genesis.lisp
index 1c5d35f..b6781cc 100644
--- a/compiler/generic/new-genesis.lisp
+++ b/compiler/generic/new-genesis.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.95 2010/12/14 00:26:43 rtoy Exp $")
+  "$Header: src/compiler/generic/new-genesis.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp
index 9af8d76..da04b4f 100644
--- a/compiler/generic/objdef.lisp
+++ b/compiler/generic/objdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.63 2010/04/19 17:49:02 rtoy Rel $")
+  "$Header: src/compiler/generic/objdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/primtype.lisp b/compiler/generic/primtype.lisp
index 6c31bba..d2349a0 100644
--- a/compiler/generic/primtype.lisp
+++ b/compiler/generic/primtype.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.27 2010/04/19 17:49:02 rtoy Rel $")
+  "$Header: src/compiler/generic/primtype.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/utils.lisp b/compiler/generic/utils.lisp
index b2fba28..e036fa8 100644
--- a/compiler/generic/utils.lisp
+++ b/compiler/generic/utils.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/utils.lisp,v 1.13 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/utils.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 4cacbea..0c726f3 100644
--- a/compiler/generic/vm-fndb.lisp
+++ b/compiler/generic/vm-fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.67 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-fndb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-ir2tran.lisp b/compiler/generic/vm-ir2tran.lisp
index 61dbf82..976df9c 100644
--- a/compiler/generic/vm-ir2tran.lisp
+++ b/compiler/generic/vm-ir2tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-ir2tran.lisp,v 1.11 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-ir2tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-macs.lisp b/compiler/generic/vm-macs.lisp
index 82b634f..f97ac12 100644
--- a/compiler/generic/vm-macs.lisp
+++ b/compiler/generic/vm-macs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-macs.lisp,v 1.22 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-macs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp
index c0cb7b9..62bf92b 100644
--- a/compiler/generic/vm-tran.lisp
+++ b/compiler/generic/vm-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.63 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-type.lisp b/compiler/generic/vm-type.lisp
index 3f9528b..c64ce57 100644
--- a/compiler/generic/vm-type.lisp
+++ b/compiler/generic/vm-type.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.46 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-type.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-typetran.lisp b/compiler/generic/vm-typetran.lisp
index 25eceeb..fd869a9 100644
--- a/compiler/generic/vm-typetran.lisp
+++ b/compiler/generic/vm-typetran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.19 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-typetran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/globaldb.lisp b/compiler/globaldb.lisp
index 89066a6..ae7b565 100644
--- a/compiler/globaldb.lisp
+++ b/compiler/globaldb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.57 2010/04/23 13:23:29 rtoy Rel $")
+  "$Header: src/compiler/globaldb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/globals.lisp b/compiler/globals.lisp
index 06084d6..240f0b4 100644
--- a/compiler/globals.lisp
+++ b/compiler/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globals.lisp,v 1.7 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/globals.lisp $")
 
 (in-package "C")
 (intl:textdomain "cmucl")
diff --git a/compiler/gtn.lisp b/compiler/gtn.lisp
index 56300cd..99d3e13 100644
--- a/compiler/gtn.lisp
+++ b/compiler/gtn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.18 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/gtn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/alloc.lisp b/compiler/hppa/alloc.lisp
index 2ea4ffc..c198928 100644
--- a/compiler/hppa/alloc.lisp
+++ b/compiler/hppa/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/alloc.lisp,v 1.6 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/hppa/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/arith.lisp b/compiler/hppa/arith.lisp
index 86d8c48..8826feb 100644
--- a/compiler/hppa/arith.lisp
+++ b/compiler/hppa/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/hppa/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/array.lisp b/compiler/hppa/array.lisp
index 84061aa..cce4e0f 100644
--- a/compiler/hppa/array.lisp
+++ b/compiler/hppa/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/array.lisp,v 1.8 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/hppa/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/c-call.lisp b/compiler/hppa/c-call.lisp
index 2f54458..efa6ed2 100644
--- a/compiler/hppa/c-call.lisp
+++ b/compiler/hppa/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/c-call.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/call.lisp b/compiler/hppa/call.lisp
index 6f794b2..9e10aa7 100644
--- a/compiler/hppa/call.lisp
+++ b/compiler/hppa/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/call.lisp,v 1.13 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/hppa/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/cell.lisp b/compiler/hppa/cell.lisp
index ad15588..464e13f 100644
--- a/compiler/hppa/cell.lisp
+++ b/compiler/hppa/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/cell.lisp,v 1.6 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/char.lisp b/compiler/hppa/char.lisp
index a167325..341ac24 100644
--- a/compiler/hppa/char.lisp
+++ b/compiler/hppa/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/char.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/debug.lisp b/compiler/hppa/debug.lisp
index 7b5d6c4..fc8c2d9 100644
--- a/compiler/hppa/debug.lisp
+++ b/compiler/hppa/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/debug.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/float.lisp b/compiler/hppa/float.lisp
index cd3c02c..cfec6b4 100644
--- a/compiler/hppa/float.lisp
+++ b/compiler/hppa/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/float.lisp,v 1.9 1998/07/24 17:22:33 dtc Rel $")
+  "$Header: src/compiler/hppa/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/insts.lisp b/compiler/hppa/insts.lisp
index 2d27812..aef63d6 100644
--- a/compiler/hppa/insts.lisp
+++ b/compiler/hppa/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/insts.lisp,v 1.8 2002/01/23 19:03:20 toy Rel $")
+  "$Header: src/compiler/hppa/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/macros.lisp b/compiler/hppa/macros.lisp
index 51da4fc..3be9764 100644
--- a/compiler/hppa/macros.lisp
+++ b/compiler/hppa/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/macros.lisp,v 1.4 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/memory.lisp b/compiler/hppa/memory.lisp
index 5bd53d4..e51ec45 100644
--- a/compiler/hppa/memory.lisp
+++ b/compiler/hppa/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/memory.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/move.lisp b/compiler/hppa/move.lisp
index 25f7b32..f936dcc 100644
--- a/compiler/hppa/move.lisp
+++ b/compiler/hppa/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/move.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/nlx.lisp b/compiler/hppa/nlx.lisp
index e2967bb..92c668a 100644
--- a/compiler/hppa/nlx.lisp
+++ b/compiler/hppa/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/nlx.lisp,v 1.5 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/parms.lisp b/compiler/hppa/parms.lisp
index 467b6e4..90259c2 100644
--- a/compiler/hppa/parms.lisp
+++ b/compiler/hppa/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/parms.lisp,v 1.11 2003/09/26 15:37:10 toy Rel $")
+  "$Header: src/compiler/hppa/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/pred.lisp b/compiler/hppa/pred.lisp
index f92a359..e574299 100644
--- a/compiler/hppa/pred.lisp
+++ b/compiler/hppa/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/pred.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/print.lisp b/compiler/hppa/print.lisp
index 82770f0..ef0ae35 100644
--- a/compiler/hppa/print.lisp
+++ b/compiler/hppa/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/print.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/sap.lisp b/compiler/hppa/sap.lisp
index 19335d5..d3ffe8d 100644
--- a/compiler/hppa/sap.lisp
+++ b/compiler/hppa/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/sap.lisp,v 1.5 2001/02/16 23:39:10 dtc Rel $")
+  "$Header: src/compiler/hppa/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/static-fn.lisp b/compiler/hppa/static-fn.lisp
index 5c5f71f..42d5343 100644
--- a/compiler/hppa/static-fn.lisp
+++ b/compiler/hppa/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/static-fn.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/subprim.lisp b/compiler/hppa/subprim.lisp
index 155db53..ef95e55 100644
--- a/compiler/hppa/subprim.lisp
+++ b/compiler/hppa/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/subprim.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/system.lisp b/compiler/hppa/system.lisp
index 396c836..2f7f6ad 100644
--- a/compiler/hppa/system.lisp
+++ b/compiler/hppa/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/system.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/type-vops.lisp b/compiler/hppa/type-vops.lisp
index 9b591a4..b403269 100644
--- a/compiler/hppa/type-vops.lisp
+++ b/compiler/hppa/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.7 2000/01/10 14:45:53 dtc Rel $")
+  "$Header: src/compiler/hppa/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/values.lisp b/compiler/hppa/values.lisp
index 5427b06..3ea2c9b 100644
--- a/compiler/hppa/values.lisp
+++ b/compiler/hppa/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/values.lisp,v 1.6 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/vm.lisp b/compiler/hppa/vm.lisp
index 60596d9..b275828 100644
--- a/compiler/hppa/vm.lisp
+++ b/compiler/hppa/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/vm.lisp,v 1.6 1998/07/24 17:22:34 dtc Rel $")
+  "$Header: src/compiler/hppa/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1final.lisp b/compiler/ir1final.lisp
index f384dbc..3772243 100644
--- a/compiler/ir1final.lisp
+++ b/compiler/ir1final.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.26 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1final.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp
index 92cc3aa..371617a 100644
--- a/compiler/ir1opt.lisp
+++ b/compiler/ir1opt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.89 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/ir1opt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 8f0281e..81c7d74 100644
--- a/compiler/ir1tran.lisp
+++ b/compiler/ir1tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.176 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index d212a6a..c39f17e 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.113 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1util.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index a8cd77f..6c2dc48 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.77 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir2tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/knownfun.lisp b/compiler/knownfun.lisp
index 8e664fb..609d3e7 100644
--- a/compiler/knownfun.lisp
+++ b/compiler/knownfun.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.34 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/knownfun.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/life.lisp b/compiler/life.lisp
index 43cb6c5..ee1ff54 100644
--- a/compiler/life.lisp
+++ b/compiler/life.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.25 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/life.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp
index d806b1b..de8608b 100644
--- a/compiler/loadbackend.lisp
+++ b/compiler/loadbackend.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.10 2008/11/12 15:04:23 rtoy Rel $")
+  "$Header: src/compiler/loadbackend.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp
index 2a64b9a..e07f97b 100644
--- a/compiler/loadcom.lisp
+++ b/compiler/loadcom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.51 2004/11/05 22:02:38 rtoy Rel $")
+  "$Header: src/compiler/loadcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/locall.lisp b/compiler/locall.lisp
index 433c34f..9d5a54d 100644
--- a/compiler/locall.lisp
+++ b/compiler/locall.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.61 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/locall.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loop.lisp b/compiler/loop.lisp
index f435dcb..9bbaa72 100644
--- a/compiler/loop.lisp
+++ b/compiler/loop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loop.lisp,v 1.2 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/loop.lisp $")
 ;;; **********************************************************************
 ;;;
 ;;; Stuff to annotate the flow graph with information about the loops in it.
diff --git a/compiler/ltn.lisp b/compiler/ltn.lisp
index a69e398..9232a1e 100644
--- a/compiler/ltn.lisp
+++ b/compiler/ltn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.46 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ltn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ltv.lisp b/compiler/ltv.lisp
index 68ad113..76ef341 100644
--- a/compiler/ltv.lisp
+++ b/compiler/ltv.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.5 2011/08/21 15:16:01 rtoy Exp $")
+  "$Header: src/compiler/ltv.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/macros.lisp b/compiler/macros.lisp
index fce69fb..bc6b23d 100644
--- a/compiler/macros.lisp
+++ b/compiler/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.59 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/main.lisp b/compiler/main.lisp
index 08e8088..2a02cf0 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.161 2011/08/21 15:16:01 rtoy Exp $")
+  "$Header: src/compiler/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/meta-vmdef.lisp b/compiler/meta-vmdef.lisp
index 7e070f6..0b202de 100644
--- a/compiler/meta-vmdef.lisp
+++ b/compiler/meta-vmdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.12 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/meta-vmdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp
index 55b510f..0030870 100644
--- a/compiler/mips/alloc.lisp
+++ b/compiler/mips/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.31 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/mips/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp
index cd16966..c4970c5 100644
--- a/compiler/mips/arith.lisp
+++ b/compiler/mips/arith.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.55 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.55 2003/08/03 11:27:48 gerd Rel $
+;;; $Header: src/compiler/mips/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp
index 1d66a22..a98706a 100644
--- a/compiler/mips/array.lisp
+++ b/compiler/mips/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.53 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/c-call.lisp b/compiler/mips/c-call.lisp
index abf2888..f58ec6f 100644
--- a/compiler/mips/c-call.lisp
+++ b/compiler/mips/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.14 1997/08/23 16:00:11 pw Rel $")
+  "$Header: src/compiler/mips/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp
index 4842881..4c30153 100644
--- a/compiler/mips/call.lisp
+++ b/compiler/mips/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.65 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/mips/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index ca443f7..fb272a2 100644
--- a/compiler/mips/cell.lisp
+++ b/compiler/mips/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.77 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/char.lisp b/compiler/mips/char.lisp
index 43151ed..2ac9b6a 100644
--- a/compiler/mips/char.lisp
+++ b/compiler/mips/char.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $
+;;; $Header: src/compiler/mips/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/mips/debug.lisp b/compiler/mips/debug.lisp
index ca04286..ededb50 100644
--- a/compiler/mips/debug.lisp
+++ b/compiler/mips/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp
index a9e0d9d..d778c4c 100644
--- a/compiler/mips/float.lisp
+++ b/compiler/mips/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.27 1999/04/30 11:50:55 dtc Rel $")
+  "$Header: src/compiler/mips/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 50a984c..e89b5c0 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.53 2002/08/27 16:20:06 toy Rel $")
+  "$Header: src/compiler/mips/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/macros.lisp b/compiler/mips/macros.lisp
index f24875a..9d4f259 100644
--- a/compiler/mips/macros.lisp
+++ b/compiler/mips/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/macros.lisp,v 1.53 2003/07/11 13:29:13 toy Rel $")
+  "$Header: src/compiler/mips/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/memory.lisp b/compiler/mips/memory.lisp
index 7f41f37..bc4e718 100644
--- a/compiler/mips/memory.lisp
+++ b/compiler/mips/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/memory.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/move.lisp b/compiler/mips/move.lisp
index a52e316..0c37872 100644
--- a/compiler/mips/move.lisp
+++ b/compiler/mips/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.36 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/nlx.lisp b/compiler/mips/nlx.lisp
index 0de38da..8fe1b8b 100644
--- a/compiler/mips/nlx.lisp
+++ b/compiler/mips/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.22 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index dbf513b..7cf4b8a 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.117 2003/09/26 15:37:11 toy Rel $")
+  "$Header: src/compiler/mips/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/pred.lisp b/compiler/mips/pred.lisp
index 4ad257f..9e7e692 100644
--- a/compiler/mips/pred.lisp
+++ b/compiler/mips/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/pred.lisp,v 1.8 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/print.lisp b/compiler/mips/print.lisp
index 6eaaec5..9729c6c 100644
--- a/compiler/mips/print.lisp
+++ b/compiler/mips/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/print.lisp,v 1.10 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp
index a1dd56b..235a33e 100644
--- a/compiler/mips/sap.lisp
+++ b/compiler/mips/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.32 1999/04/30 11:50:55 dtc Rel $")
+  "$Header: src/compiler/mips/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp
index 6818bd7..f079786 100644
--- a/compiler/mips/static-fn.lisp
+++ b/compiler/mips/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.22 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/subprim.lisp b/compiler/mips/subprim.lisp
index 82ed06e..37bdfdb 100644
--- a/compiler/mips/subprim.lisp
+++ b/compiler/mips/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/subprim.lisp,v 1.23 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp
index 1de1ea0..6511da5 100644
--- a/compiler/mips/system.lisp
+++ b/compiler/mips/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.49 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index 1ad293c..5e406fc 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.48 2003/03/02 18:55:56 toy Rel $")
+  "$Header: src/compiler/mips/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/utils.lisp b/compiler/mips/utils.lisp
index 005f0d0..a60f6a0 100644
--- a/compiler/mips/utils.lisp
+++ b/compiler/mips/utils.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/utils.lisp,v 1.2 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/utils.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/values.lisp b/compiler/mips/values.lisp
index d7dd46d..416e273 100644
--- a/compiler/mips/values.lisp
+++ b/compiler/mips/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.18 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/mips/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp
index fb3e373..4f823d2 100644
--- a/compiler/mips/vm.lisp
+++ b/compiler/mips/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.53 1998/07/24 17:22:36 dtc Rel $")
+  "$Header: src/compiler/mips/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp
index b0de69b..5492eb7 100644
--- a/compiler/new-assem.lisp
+++ b/compiler/new-assem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.37 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/new-assem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/node.lisp b/compiler/node.lisp
index adaea52..851d9bf 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.47 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/node.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/old-rt/assem-macs.lisp b/compiler/old-rt/assem-macs.lisp
index f1f728f..2fc05b0 100644
--- a/compiler/old-rt/assem-macs.lisp
+++ b/compiler/old-rt/assem-macs.lisp
@@ -293,4 +293,4 @@
 	   (emit-label start-lab)
 	   (error-call ,error-code , at values)
 	   (note-this-location ,n-vop :internal-error)
-	   start-lab)))))
\ No newline at end of file
+	   start-lab)))))
diff --git a/compiler/pack.lisp b/compiler/pack.lisp
index 0f2be28..91ae142 100644
--- a/compiler/pack.lisp
+++ b/compiler/pack.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.60 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/pack.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/alloc.lisp b/compiler/ppc/alloc.lisp
index 60e5f68..b5fbdc2 100644
--- a/compiler/ppc/alloc.lisp
+++ b/compiler/ppc/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/alloc.lisp,v 1.15 2007/03/05 01:55:21 rtoy Rel $")
+  "$Header: src/compiler/ppc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/arith.lisp b/compiler/ppc/arith.lisp
index cdf4b73..a3dc37e 100644
--- a/compiler/ppc/arith.lisp
+++ b/compiler/ppc/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/arith.lisp,v 1.15 2008/08/13 12:21:28 rtoy Rel $
+;;; $Header: src/compiler/ppc/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/ppc/array.lisp b/compiler/ppc/array.lisp
index 94dc4cd..561fed9 100644
--- a/compiler/ppc/array.lisp
+++ b/compiler/ppc/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/array.lisp,v 1.8 2009/06/11 16:04:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/c-call.lisp b/compiler/ppc/c-call.lisp
index bfda1e8..e536b9a 100644
--- a/compiler/ppc/c-call.lisp
+++ b/compiler/ppc/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/c-call.lisp,v 1.20 2006/01/20 04:38:20 rtoy Rel $")
+  "$Header: src/compiler/ppc/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/call.lisp b/compiler/ppc/call.lisp
index bd07939..f08b158 100644
--- a/compiler/ppc/call.lisp
+++ b/compiler/ppc/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/call.lisp,v 1.16 2007/03/05 01:55:22 rtoy Rel $")
+  "$Header: src/compiler/ppc/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/cell.lisp b/compiler/ppc/cell.lisp
index ccd9de0..b37ccb0 100644
--- a/compiler/ppc/cell.lisp
+++ b/compiler/ppc/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/cell.lisp,v 1.7 2005/12/11 20:30:46 rtoy Rel $")
+  "$Header: src/compiler/ppc/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/char.lisp b/compiler/ppc/char.lisp
index 7dce4cb..c7d4371 100644
--- a/compiler/ppc/char.lisp
+++ b/compiler/ppc/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/char.lisp,v 1.1 2001/02/11 14:22:04 dtc Rel $")
+  "$Header: src/compiler/ppc/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/ppc/debug.lisp b/compiler/ppc/debug.lisp
index 93ed335..fe71a3b 100644
--- a/compiler/ppc/debug.lisp
+++ b/compiler/ppc/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/debug.lisp,v 1.1 2001/02/11 14:22:04 dtc Rel $")
+  "$Header: src/compiler/ppc/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/float.lisp b/compiler/ppc/float.lisp
index 748e943..33e5ed0 100644
--- a/compiler/ppc/float.lisp
+++ b/compiler/ppc/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/float.lisp,v 1.15 2007/05/29 23:58:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/insts.lisp b/compiler/ppc/insts.lisp
index ad5f819..25ac39a 100644
--- a/compiler/ppc/insts.lisp
+++ b/compiler/ppc/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/insts.lisp,v 1.22 2007/05/09 02:43:56 rtoy Rel $")
+  "$Header: src/compiler/ppc/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/macros.lisp b/compiler/ppc/macros.lisp
index d774bda..985df2b 100644
--- a/compiler/ppc/macros.lisp
+++ b/compiler/ppc/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/macros.lisp,v 1.13 2007/03/05 01:55:22 rtoy Rel $
+;;; $Header: src/compiler/ppc/macros.lisp $
 ;;;
 ;;; This file contains various useful macros for generating PC code.
 ;;;
diff --git a/compiler/ppc/memory.lisp b/compiler/ppc/memory.lisp
index 1bdab97..80bc9a1 100644
--- a/compiler/ppc/memory.lisp
+++ b/compiler/ppc/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/memory.lisp,v 1.1 2001/02/11 14:22:05 dtc Rel $")
+  "$Header: src/compiler/ppc/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/move.lisp b/compiler/ppc/move.lisp
index 83a239a..fcb2d1f 100644
--- a/compiler/ppc/move.lisp
+++ b/compiler/ppc/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/move.lisp,v 1.7 2005/06/15 03:13:51 rtoy Rel $
+;;; $Header: src/compiler/ppc/move.lisp $
 ;;;
 ;;;    This file contains the SPARC VM definition of operand loading/saving and
 ;;; the Move VOP.
diff --git a/compiler/ppc/nlx.lisp b/compiler/ppc/nlx.lisp
index 1040fd7..eb09781 100644
--- a/compiler/ppc/nlx.lisp
+++ b/compiler/ppc/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/nlx.lisp,v 1.3 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/ppc/nlx.lisp $
 ;;;
 ;;;    This file contains the definitions of VOPs used for non-local exit
 ;;; (throw, lexical exit, etc.)
diff --git a/compiler/ppc/parms.lisp b/compiler/ppc/parms.lisp
index b2f3ba0..a885626 100644
--- a/compiler/ppc/parms.lisp
+++ b/compiler/ppc/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/parms.lisp,v 1.20 2010/12/04 17:32:34 rtoy Exp $")
+  "$Header: src/compiler/ppc/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/pred.lisp b/compiler/ppc/pred.lisp
index 840a717..b5f8a08 100644
--- a/compiler/ppc/pred.lisp
+++ b/compiler/ppc/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/pred.lisp,v 1.1 2001/02/11 14:22:05 dtc Rel $
+;;; $Header: src/compiler/ppc/pred.lisp $
 ;;;
 ;;;    This file contains the VM definition of predicate VOPs for the SPARC.
 ;;;
diff --git a/compiler/ppc/print.lisp b/compiler/ppc/print.lisp
index b1e83f5..0b1a379 100644
--- a/compiler/ppc/print.lisp
+++ b/compiler/ppc/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN at CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/print.lisp,v 1.2 2004/07/25 18:15:52 pmai Rel $
+;;; $Header: src/compiler/ppc/print.lisp $
 ;;;
 ;;; This file contains VOPs for things like printing during %initial-function
 ;;; before the world is initialized.
diff --git a/compiler/ppc/sap.lisp b/compiler/ppc/sap.lisp
index c36a54f..6449a09 100644
--- a/compiler/ppc/sap.lisp
+++ b/compiler/ppc/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/sap.lisp,v 1.3 2001/02/16 23:39:13 dtc Rel $")
+  "$Header: src/compiler/ppc/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/static-fn.lisp b/compiler/ppc/static-fn.lisp
index bc3cf2d..874b001 100644
--- a/compiler/ppc/static-fn.lisp
+++ b/compiler/ppc/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman at CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/static-fn.lisp,v 1.5 2005/12/11 18:30:47 rtoy Rel $
+;;; $Header: src/compiler/ppc/static-fn.lisp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
diff --git a/compiler/ppc/subprim.lisp b/compiler/ppc/subprim.lisp
index d11bb2c..8531a06 100644
--- a/compiler/ppc/subprim.lisp
+++ b/compiler/ppc/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/subprim.lisp,v 1.2 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/ppc/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/system.lisp b/compiler/ppc/system.lisp
index fa85ce1..c3fe76a 100644
--- a/compiler/ppc/system.lisp
+++ b/compiler/ppc/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/system.lisp,v 1.4 2009/06/11 16:04:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/type-vops.lisp b/compiler/ppc/type-vops.lisp
index e70570e..761a049 100644
--- a/compiler/ppc/type-vops.lisp
+++ b/compiler/ppc/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/type-vops.lisp,v 1.3 2006/06/30 18:41:24 rtoy Rel $")
+  "$Header: src/compiler/ppc/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/ppc/values.lisp b/compiler/ppc/values.lisp
index d83260b..b29cb0b 100644
--- a/compiler/ppc/values.lisp
+++ b/compiler/ppc/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/values.lisp,v 1.2 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/ppc/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/vm.lisp b/compiler/ppc/vm.lisp
index 51d1eaa..a4e2f7c 100644
--- a/compiler/ppc/vm.lisp
+++ b/compiler/ppc/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/vm.lisp,v 1.5 2006/06/30 18:41:24 rtoy Rel $")
+  "$Header: src/compiler/ppc/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/proclaim.lisp b/compiler/proclaim.lisp
index 576e8f9..f9022ce 100644
--- a/compiler/proclaim.lisp
+++ b/compiler/proclaim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.48 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/proclaim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/pseudo-vops.lisp b/compiler/pseudo-vops.lisp
index 2e90e24..f1580ca 100644
--- a/compiler/pseudo-vops.lisp
+++ b/compiler/pseudo-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.10 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/pseudo-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/represent.lisp b/compiler/represent.lisp
index 7b0ba40..11310c7 100644
--- a/compiler/represent.lisp
+++ b/compiler/represent.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.40 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/represent.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/afpa.lisp b/compiler/rt/afpa.lisp
index 92a78d7..0577ca0 100644
--- a/compiler/rt/afpa.lisp
+++ b/compiler/rt/afpa.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/afpa.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/alloc.lisp b/compiler/rt/alloc.lisp
index 637f3b0..03d3cb1 100644
--- a/compiler/rt/alloc.lisp
+++ b/compiler/rt/alloc.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.6 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/alloc.lisp $
 ;;;
 ;;; Allocation VOPs for the IBM RT port.
 ;;;
diff --git a/compiler/rt/arith.lisp b/compiler/rt/arith.lisp
index 8e16c2c..aedbedd 100644
--- a/compiler/rt/arith.lisp
+++ b/compiler/rt/arith.lisp
@@ -5,11 +5,11 @@
 ;;; 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.12 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.12 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/arith.lisp $
 ;;;
 ;;; 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 53d75fc..52facb5 100644
--- a/compiler/rt/array.lisp
+++ b/compiler/rt/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.12 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.12 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/array.lisp $
 ;;;
 ;;; 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 25e9661..4d29291 100644
--- a/compiler/rt/c-call.lisp
+++ b/compiler/rt/c-call.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $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: src/compiler/rt/c-call.lisp $
 ;;;
 ;;; 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 ce69749..9e449a4 100644
--- a/compiler/rt/call.lisp
+++ b/compiler/rt/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/call.lisp,v 1.13 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/cell.lisp b/compiler/rt/cell.lisp
index 1e2dca1..facdbc9 100644
--- a/compiler/rt/cell.lisp
+++ b/compiler/rt/cell.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/cell.lisp $
 ;;;
 ;;; 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 bb9e1a6..ab40497 100644
--- a/compiler/rt/char.lisp
+++ b/compiler/rt/char.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp
index 1d1e62f..52c05e9 100644
--- a/compiler/rt/debug.lisp
+++ b/compiler/rt/debug.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/debug.lisp $
 ;;;
 ;;; Compiler support for the new whizzy debugger.
 ;;;
diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp
index ac09c26..7b8adc9 100644
--- a/compiler/rt/insts.lisp
+++ b/compiler/rt/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/macros.lisp b/compiler/rt/macros.lisp
index 1c17ad0..dfa8b6f 100644
--- a/compiler/rt/macros.lisp
+++ b/compiler/rt/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/macros.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/mc68881.lisp b/compiler/rt/mc68881.lisp
index 32ac97b..64ed070 100644
--- a/compiler/rt/mc68881.lisp
+++ b/compiler/rt/mc68881.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.12 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/mc68881.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/memory.lisp b/compiler/rt/memory.lisp
index 3ed9532..67e8995 100644
--- a/compiler/rt/memory.lisp
+++ b/compiler/rt/memory.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/memory.lisp $
 ;;;
 ;;; 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 14b2ea2..ac93e73 100644
--- a/compiler/rt/move.lisp
+++ b/compiler/rt/move.lisp
@@ -5,11 +5,11 @@
 ;;; 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.7 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.7 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/move.lisp $
 ;;;
 ;;; 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 1555f6f..bcdb6fe 100644
--- a/compiler/rt/nlx.lisp
+++ b/compiler/rt/nlx.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.6 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/nlx.lisp $
 ;;;
 ;;; 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 9d31833..d15bee6 100644
--- a/compiler/rt/params.lisp
+++ b/compiler/rt/params.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/params.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/params.lisp $
 ;;;
 ;;; 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 4798495..fa52031 100644
--- a/compiler/rt/pred.lisp
+++ b/compiler/rt/pred.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/pred.lisp $
 ;;;
 ;;; 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 5f5a671..987fc13 100644
--- a/compiler/rt/print.lisp
+++ b/compiler/rt/print.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/print.lisp $
 ;;;
 ;;; This file contains temporary printing utilities and similar noise.
 ;;;
diff --git a/compiler/rt/sap.lisp b/compiler/rt/sap.lisp
index 2126cfa..37056f9 100644
--- a/compiler/rt/sap.lisp
+++ b/compiler/rt/sap.lisp
@@ -5,11 +5,11 @@
 ;;; 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.17 1997/04/26 20:04:59 dtc Rel $")
+  "$Header: src/compiler/rt/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.17 1997/04/26 20:04:59 dtc Rel $
+;;; $Header: src/compiler/rt/sap.lisp $
 ;;;
 ;;; 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 802b081..157ae12 100644
--- a/compiler/rt/static-fn.lisp
+++ b/compiler/rt/static-fn.lisp
@@ -5,11 +5,11 @@
 ;;; 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.3 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.3 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/static-fn.lisp $
 ;;;
 ;;; 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 1e24516..2f2e8ca 100644
--- a/compiler/rt/subprim.lisp
+++ b/compiler/rt/subprim.lisp
@@ -5,11 +5,11 @@
 ;;; 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.3 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/rt/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.3 2003/08/03 11:27:46 gerd Rel $
+;;; $Header: src/compiler/rt/subprim.lisp $
 ;;;
 ;;; Linkage information for standard static functions, and random vops.
 ;;;
diff --git a/compiler/rt/system.lisp b/compiler/rt/system.lisp
index a049a82..9923bb2 100644
--- a/compiler/rt/system.lisp
+++ b/compiler/rt/system.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/system.lisp $
 ;;;
 ;;; IBM RT VM definitions of various system hacking operations.
 ;;;
diff --git a/compiler/rt/type-vops.lisp b/compiler/rt/type-vops.lisp
index 5f635c5..5fd47af 100644
--- a/compiler/rt/type-vops.lisp
+++ b/compiler/rt/type-vops.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $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: src/compiler/rt/type-vops.lisp $
 ;;; 
 ;;; 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 1b96ec4..78df138 100644
--- a/compiler/rt/values.lisp
+++ b/compiler/rt/values.lisp
@@ -5,11 +5,11 @@
 ;;; 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.5 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/rt/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.5 2003/08/03 11:27:46 gerd Rel $
+;;; $Header: src/compiler/rt/values.lisp $
 ;;;
 ;;; This file contains the implementation of unknown-values VOPs.
 ;;;
diff --git a/compiler/rt/vm.lisp b/compiler/rt/vm.lisp
index e4e8c67..27eccc7 100644
--- a/compiler/rt/vm.lisp
+++ b/compiler/rt/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/vm.lisp,v 1.9 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/saptran.lisp b/compiler/saptran.lisp
index 5576896..d200167 100644
--- a/compiler/saptran.lisp
+++ b/compiler/saptran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.19 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/saptran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/seqtran.lisp b/compiler/seqtran.lisp
index a28bb6c..1e0bd17 100644
--- a/compiler/seqtran.lisp
+++ b/compiler/seqtran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.36 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/seqtran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/alloc.lisp b/compiler/sparc/alloc.lisp
index 613c680..0a448da 100644
--- a/compiler/sparc/alloc.lisp
+++ b/compiler/sparc/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/alloc.lisp,v 1.25 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp
index 0e37ef7..796bc4c 100644
--- a/compiler/sparc/arith.lisp
+++ b/compiler/sparc/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.49 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/array.lisp b/compiler/sparc/array.lisp
index d966c86..7131328 100644
--- a/compiler/sparc/array.lisp
+++ b/compiler/sparc/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/array.lisp,v 1.37 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/c-call.lisp b/compiler/sparc/c-call.lisp
index 60f85e2..042854e 100644
--- a/compiler/sparc/c-call.lisp
+++ b/compiler/sparc/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/c-call.lisp,v 1.30 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/call.lisp b/compiler/sparc/call.lisp
index 8110288..6c8b2f2 100644
--- a/compiler/sparc/call.lisp
+++ b/compiler/sparc/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.39 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/cell.lisp b/compiler/sparc/cell.lisp
index 8aedc40..448775c 100644
--- a/compiler/sparc/cell.lisp
+++ b/compiler/sparc/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.28 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/char.lisp b/compiler/sparc/char.lisp
index 9ff41ec..5ab2778 100644
--- a/compiler/sparc/char.lisp
+++ b/compiler/sparc/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.13 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/debug.lisp b/compiler/sparc/debug.lisp
index 37bce7b..fe18d01 100644
--- a/compiler/sparc/debug.lisp
+++ b/compiler/sparc/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/debug.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp
index 562607a..e5d654d 100644
--- a/compiler/sparc/float.lisp
+++ b/compiler/sparc/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.64 2010/11/11 12:59:51 rtoy Exp $")
+  "$Header: src/compiler/sparc/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp
index 6b92581..ac0cee5 100644
--- a/compiler/sparc/insts.lisp
+++ b/compiler/sparc/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.56 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/macros.lisp b/compiler/sparc/macros.lisp
index 8f8e06b..332508a 100644
--- a/compiler/sparc/macros.lisp
+++ b/compiler/sparc/macros.lisp
@@ -5,11 +5,11 @@
 ;;; 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.37 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.37 2010/04/20 17:57:47 rtoy Rel $
+;;; $Header: src/compiler/sparc/macros.lisp $
 ;;;
 ;;; This file contains various useful macros for generating SPARC code.
 ;;;
diff --git a/compiler/sparc/memory.lisp b/compiler/sparc/memory.lisp
index 014b0a5..3830309 100644
--- a/compiler/sparc/memory.lisp
+++ b/compiler/sparc/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/memory.lisp,v 1.5 2003/10/20 01:25:01 toy Rel $")
+  "$Header: src/compiler/sparc/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/move.lisp b/compiler/sparc/move.lisp
index 0da7a81..6ad7391 100644
--- a/compiler/sparc/move.lisp
+++ b/compiler/sparc/move.lisp
@@ -5,11 +5,11 @@
 ;;; 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.16 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.16 2010/03/19 15:19:01 rtoy Rel $
+;;; $Header: src/compiler/sparc/move.lisp $
 ;;;
 ;;;    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 63e3344..d8a5b8b 100644
--- a/compiler/sparc/nlx.lisp
+++ b/compiler/sparc/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.13 2003/10/27 18:30:27 toy Rel $")
+  "$Header: src/compiler/sparc/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index 29b19bd..4ff61bc 100644
--- a/compiler/sparc/parms.lisp
+++ b/compiler/sparc/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.63 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/compiler/sparc/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/pred.lisp b/compiler/sparc/pred.lisp
index 0b01ffe..b9daba0 100644
--- a/compiler/sparc/pred.lisp
+++ b/compiler/sparc/pred.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/sparc/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $
+;;; $Header: src/compiler/sparc/pred.lisp $
 ;;;
 ;;;    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 8384836..c4e106e 100644
--- a/compiler/sparc/print.lisp
+++ b/compiler/sparc/print.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/sparc/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $
+;;; $Header: src/compiler/sparc/print.lisp $
 ;;;
 ;;; 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 0999888..4c40301 100644
--- a/compiler/sparc/sap.lisp
+++ b/compiler/sparc/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/sap.lisp,v 1.11 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/static-fn.lisp b/compiler/sparc/static-fn.lisp
index 5fedad3..82cd106 100644
--- a/compiler/sparc/static-fn.lisp
+++ b/compiler/sparc/static-fn.lisp
@@ -5,11 +5,11 @@
 ;;; 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.9 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.9 2010/04/20 17:57:47 rtoy Rel $
+;;; $Header: src/compiler/sparc/static-fn.lisp $
 ;;;
 ;;; 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 875e7c2..89cbc66 100644
--- a/compiler/sparc/subprim.lisp
+++ b/compiler/sparc/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/subprim.lisp,v 1.4 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/sparc/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/system.lisp b/compiler/sparc/system.lisp
index a8bda26..f4f99f9 100644
--- a/compiler/sparc/system.lisp
+++ b/compiler/sparc/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.18 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp
index 5063139..1be97e8 100644
--- a/compiler/sparc/type-vops.lisp
+++ b/compiler/sparc/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.25 2006/06/30 18:41:32 rtoy Rel $")
+  "$Header: src/compiler/sparc/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/values.lisp b/compiler/sparc/values.lisp
index cd1bff6..089e4d3 100644
--- a/compiler/sparc/values.lisp
+++ b/compiler/sparc/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/values.lisp,v 1.7 2003/10/27 18:30:27 toy Rel $")
+  "$Header: src/compiler/sparc/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp
index 46d9b86..17c20ee 100644
--- a/compiler/sparc/vm.lisp
+++ b/compiler/sparc/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.27 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp
index ab2bab3..d2f0c3b 100644
--- a/compiler/srctran.lisp
+++ b/compiler/srctran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.174 2011/01/12 00:41:34 rtoy Exp $")
+  "$Header: srctran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sset.lisp b/compiler/sset.lisp
index 0071fd7..a36f80d 100644
--- a/compiler/sset.lisp
+++ b/compiler/sset.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.8 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sset.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/stack.lisp b/compiler/stack.lisp
index b50325c..d9a0e14 100644
--- a/compiler/stack.lisp
+++ b/compiler/stack.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.8 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/stack.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/statcount.lisp b/compiler/statcount.lisp
index 95d254c..dd6fc66 100644
--- a/compiler/statcount.lisp
+++ b/compiler/statcount.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/statcount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $
+;;; $Header: src/compiler/statcount.lisp $
 ;;;
 ;;; Functions and utilities for collecting statistics on static vop usages.
 ;;;
diff --git a/compiler/tn.lisp b/compiler/tn.lisp
index 1943835..89b798b 100644
--- a/compiler/tn.lisp
+++ b/compiler/tn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.23 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/tn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp
index ed5a964..4bd92b6 100644
--- a/compiler/typetran.lisp
+++ b/compiler/typetran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.48 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/typetran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp
index ca126ce..6329f3e 100644
--- a/compiler/vmdef.lisp
+++ b/compiler/vmdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.52 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/vmdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vop.lisp b/compiler/vop.lisp
index e048909..76a67bc 100644
--- a/compiler/vop.lisp
+++ b/compiler/vop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.44 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/vop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/alloc.lisp b/compiler/x86/alloc.lisp
index 6d7f198..85d95d1 100644
--- a/compiler/x86/alloc.lisp
+++ b/compiler/x86/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/alloc.lisp,v 1.15 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/compiler/x86/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/arith.lisp b/compiler/x86/arith.lisp
index 5b6e0a6..96b480e 100644
--- a/compiler/x86/arith.lisp
+++ b/compiler/x86/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/arith.lisp,v 1.23 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/array.lisp b/compiler/x86/array.lisp
index 6991df3..ae86e43 100644
--- a/compiler/x86/array.lisp
+++ b/compiler/x86/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/array.lisp,v 1.26 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/c-call.lisp b/compiler/x86/c-call.lisp
index b0ac6b8..7efd0b9 100644
--- a/compiler/x86/c-call.lisp
+++ b/compiler/x86/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/c-call.lisp,v 1.23 2010/04/20 17:57:47 rtoy Rel $")
+ "$Header: src/compiler/x86/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/call.lisp b/compiler/x86/call.lisp
index c9e8348..63104de 100644
--- a/compiler/x86/call.lisp
+++ b/compiler/x86/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/call.lisp,v 1.22 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/cell.lisp b/compiler/x86/cell.lisp
index 3633a70..2487149 100644
--- a/compiler/x86/cell.lisp
+++ b/compiler/x86/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/cell.lisp,v 1.17 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/compiler/x86/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/char.lisp b/compiler/x86/char.lisp
index 6676db8..34a976b 100644
--- a/compiler/x86/char.lisp
+++ b/compiler/x86/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/char.lisp,v 1.9 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/x86/debug.lisp b/compiler/x86/debug.lisp
index cdd387c..f33b9c6 100644
--- a/compiler/x86/debug.lisp
+++ b/compiler/x86/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/debug.lisp,v 1.5 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/float-sse2.lisp b/compiler/x86/float-sse2.lisp
index bafaeba..979268f 100644
--- a/compiler/x86/float-sse2.lisp
+++ b/compiler/x86/float-sse2.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float-sse2.lisp,v 1.19 2010/10/28 00:00:48 rtoy Exp $")
+  "$Header: src/compiler/x86/float-sse2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp
index 63470ee..e4d5952 100644
--- a/compiler/x86/float.lisp
+++ b/compiler/x86/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.61 2010/09/20 20:22:03 rtoy Rel $")
+  "$Header: src/compiler/x86/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/insts.lisp b/compiler/x86/insts.lisp
index 14fe90d..b7dad15 100644
--- a/compiler/x86/insts.lisp
+++ b/compiler/x86/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/insts.lisp,v 1.37 2010/08/11 21:29:49 rtoy Rel $")
+  "$Header: src/compiler/x86/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/macros.lisp b/compiler/x86/macros.lisp
index 896866c..ea9c897 100644
--- a/compiler/x86/macros.lisp
+++ b/compiler/x86/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/macros.lisp,v 1.28 2010/04/19 17:49:02 rtoy Rel $")
+ "$Header: src/compiler/x86/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/memory.lisp b/compiler/x86/memory.lisp
index 3566eae..18d5f37 100644
--- a/compiler/x86/memory.lisp
+++ b/compiler/x86/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/memory.lisp,v 1.10 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/move.lisp b/compiler/x86/move.lisp
index 8f3bfac..2ff54ee 100644
--- a/compiler/x86/move.lisp
+++ b/compiler/x86/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/move.lisp,v 1.9 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/nlx.lisp b/compiler/x86/nlx.lisp
index 1acebea..80ac129 100644
--- a/compiler/x86/nlx.lisp
+++ b/compiler/x86/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/nlx.lisp,v 1.18 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/parms.lisp b/compiler/x86/parms.lisp
index 0784b70..77b04b3 100644
--- a/compiler/x86/parms.lisp
+++ b/compiler/x86/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.43 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/compiler/x86/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/pred.lisp b/compiler/x86/pred.lisp
index 01fd6c1..43cbead 100644
--- a/compiler/x86/pred.lisp
+++ b/compiler/x86/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/pred.lisp,v 1.6 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/print.lisp b/compiler/x86/print.lisp
index 747bcbe..a711603 100644
--- a/compiler/x86/print.lisp
+++ b/compiler/x86/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/print.lisp,v 1.7 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sap.lisp b/compiler/x86/sap.lisp
index 6079169..a01112e 100644
--- a/compiler/x86/sap.lisp
+++ b/compiler/x86/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sap.lisp,v 1.13 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-array.lisp b/compiler/x86/sse2-array.lisp
index 58d93d6..594db8c 100644
--- a/compiler/x86/sse2-array.lisp
+++ b/compiler/x86/sse2-array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-array.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-c-call.lisp b/compiler/x86/sse2-c-call.lisp
index 02e155c..811de98 100644
--- a/compiler/x86/sse2-c-call.lisp
+++ b/compiler/x86/sse2-c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-c-call.lisp,v 1.5 2010/07/01 03:03:27 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-sap.lisp b/compiler/x86/sse2-sap.lisp
index 75d81de..48f7426 100644
--- a/compiler/x86/sse2-sap.lisp
+++ b/compiler/x86/sse2-sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-sap.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/static-fn.lisp b/compiler/x86/static-fn.lisp
index 2d77a2a..2bc502b 100644
--- a/compiler/x86/static-fn.lisp
+++ b/compiler/x86/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/static-fn.lisp,v 1.8 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/subprim.lisp b/compiler/x86/subprim.lisp
index 5a07206..c130ed7 100644
--- a/compiler/x86/subprim.lisp
+++ b/compiler/x86/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/subprim.lisp,v 1.7 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/system.lisp b/compiler/x86/system.lisp
index 7a89178..edd4aad 100644
--- a/compiler/x86/system.lisp
+++ b/compiler/x86/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/system.lisp,v 1.17 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/type-vops.lisp b/compiler/x86/type-vops.lisp
index 10b6fc0..2597c6d 100644
--- a/compiler/x86/type-vops.lisp
+++ b/compiler/x86/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/type-vops.lisp,v 1.15 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/x86/values.lisp b/compiler/x86/values.lisp
index da749ec..bc5a79a 100644
--- a/compiler/x86/values.lisp
+++ b/compiler/x86/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/values.lisp,v 1.8 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/vm.lisp b/compiler/x86/vm.lisp
index 0742ebb..56f683b 100644
--- a/compiler/x86/vm.lisp
+++ b/compiler/x86/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/vm.lisp,v 1.19 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/x87-array.lisp b/compiler/x86/x87-array.lisp
index a117b12..657ee2a 100644
--- a/compiler/x86/x87-array.lisp
+++ b/compiler/x86/x87-array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-array.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1197,4 +1197,4 @@
 	(inst fstd result-imag))
       (inst fxch value-imag))))
 
-)
\ No newline at end of file
+)
diff --git a/compiler/x86/x87-c-call.lisp b/compiler/x86/x87-c-call.lisp
index 8957de0..076f4a0 100644
--- a/compiler/x86/x87-c-call.lisp
+++ b/compiler/x86/x87-c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-c-call.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/x87-sap.lisp b/compiler/x86/x87-sap.lisp
index f2a8d10..0f5db0c 100644
--- a/compiler/x86/x87-sap.lisp
+++ b/compiler/x86/x87-sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-sap.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/xref.lisp b/compiler/xref.lisp
index d8b87fd..582db2a 100644
--- a/compiler/xref.lisp
+++ b/compiler/xref.lisp
@@ -3,7 +3,7 @@
 ;;; Author: Eric Marsden <emarsden at laas.fr>
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/xref.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/xref.lisp $")
 ;;
 ;; This code was written as part of the CMUCL project and has been
 ;; placed in the public domain.
diff --git a/contrib/contrib.lisp b/contrib/contrib.lisp
index d848a2e..66bd69f 100644
--- a/contrib/contrib.lisp
+++ b/contrib/contrib.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/contrib/contrib.lisp,v 1.4 2009/09/09 15:51:27 rtoy Rel $")
+  "$Header: src/contrib/contrib.lisp $")
 
 ;;; Define the various contrib modules.  We use defmodule for now
 ;;; because it's easy for the contribs.
diff --git a/hemlock/abbrev.lisp b/hemlock/abbrev.lisp
index 39a878e..ef61bb4 100644
--- a/hemlock/abbrev.lisp
+++ b/hemlock/abbrev.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/abbrev.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/abbrev.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/auto-save.lisp b/hemlock/auto-save.lisp
index 012e709..d916c62 100644
--- a/hemlock/auto-save.lisp
+++ b/hemlock/auto-save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/auto-save.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/auto-save.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/hemlock/bindings.lisp b/hemlock/bindings.lisp
index ce1da9a..bdd739b 100644
--- a/hemlock/bindings.lisp
+++ b/hemlock/bindings.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bindings.lisp,v 1.6 2003/02/25 15:18:33 emarsden Rel $")
+  "$Header: src/hemlock/bindings.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-display.lisp b/hemlock/bit-display.lisp
index 5b9b7b2..dcfea23 100644
--- a/hemlock/bit-display.lisp
+++ b/hemlock/bit-display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-display.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/bit-display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-screen.lisp b/hemlock/bit-screen.lisp
index 15fa28b..3674b24 100644
--- a/hemlock/bit-screen.lisp
+++ b/hemlock/bit-screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.18 2001/12/11 00:56:51 pmai Rel $")
+  "$Header: src/hemlock/bit-screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-stream.lisp b/hemlock/bit-stream.lisp
index 218c5ec..8f96c2d 100644
--- a/hemlock/bit-stream.lisp
+++ b/hemlock/bit-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-stream.lisp,v 1.4 1998/05/04 01:27:18 dtc Rel $")
+  "$Header: src/hemlock/bit-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bufed.lisp b/hemlock/bufed.lisp
index 8fc3843..44bb0c5 100644
--- a/hemlock/bufed.lisp
+++ b/hemlock/bufed.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bufed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/bufed.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/buffer.lisp b/hemlock/buffer.lisp
index 12db5b4..6190644 100644
--- a/hemlock/buffer.lisp
+++ b/hemlock/buffer.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/buffer.lisp,v 1.5 2001/03/13 15:49:51 pw Rel $")
+  "$Header: src/hemlock/buffer.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/charmacs.lisp b/hemlock/charmacs.lisp
index 4e4ad22..9f333db 100644
--- a/hemlock/charmacs.lisp
+++ b/hemlock/charmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/charmacs.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/charmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/command.lisp b/hemlock/command.lisp
index 682eddb..71a2a85 100644
--- a/hemlock/command.lisp
+++ b/hemlock/command.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/command.lisp,v 1.8 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/command.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/comments.lisp b/hemlock/comments.lisp
index 1aea8f8..1f761e5 100644
--- a/hemlock/comments.lisp
+++ b/hemlock/comments.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/comments.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/comments.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/completion.lisp b/hemlock/completion.lisp
index 1c0d2ee..abe110e 100644
--- a/hemlock/completion.lisp
+++ b/hemlock/completion.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/completion.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/completion.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/cursor.lisp b/hemlock/cursor.lisp
index 520b220..e17871c 100644
--- a/hemlock/cursor.lisp
+++ b/hemlock/cursor.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/cursor.lisp,v 1.4 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/cursor.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dabbrev.lisp b/hemlock/dabbrev.lisp
index d1ea7e3..4e22db7 100644
--- a/hemlock/dabbrev.lisp
+++ b/hemlock/dabbrev.lisp
@@ -1,7 +1,7 @@
 ;; -*- Log: hemlock.log; Package: Hemlock -*-
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dabbrev.lisp,v 1.1 2003/02/25 15:18:34 emarsden Rel $")
+  "$Header: src/hemlock/dabbrev.lisp $")
 
 ;;; **********************************************************************
 ;;; Dynamic abbreviation (dabbrev) command, knocked off from GNU Emacs.
diff --git a/hemlock/debug.lisp b/hemlock/debug.lisp
index 267de97..2770a28 100644
--- a/hemlock/debug.lisp
+++ b/hemlock/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/debug.lisp,v 1.9 2000/11/15 11:59:23 pw Rel $")
+  "$Header: src/hemlock/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/defsyn.lisp b/hemlock/defsyn.lisp
index 30d7094..3da065f 100644
--- a/hemlock/defsyn.lisp
+++ b/hemlock/defsyn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/defsyn.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/defsyn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dired.lisp b/hemlock/dired.lisp
index 88a8e63..9b17ff2 100644
--- a/hemlock/dired.lisp
+++ b/hemlock/dired.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.4 2000/07/06 08:25:15 dtc Rel $")
+  "$Header: src/hemlock/dired.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/diredcoms.lisp b/hemlock/diredcoms.lisp
index 61b622e..27ac074 100644
--- a/hemlock/diredcoms.lisp
+++ b/hemlock/diredcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.6 1997/02/25 22:36:03 pw Rel $")
+  "$Header: src/hemlock/diredcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/display.lisp b/hemlock/display.lisp
index ff4f068..a2db430 100644
--- a/hemlock/display.lisp
+++ b/hemlock/display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/display.lisp,v 1.10 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/doccoms.lisp b/hemlock/doccoms.lisp
index 2e9d916..072564b 100644
--- a/hemlock/doccoms.lisp
+++ b/hemlock/doccoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/doccoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/doccoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dylan.lisp b/hemlock/dylan.lisp
index 5c84671..bf3f6f3 100644
--- a/hemlock/dylan.lisp
+++ b/hemlock/dylan.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dylan.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/dylan.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echo.lisp b/hemlock/echo.lisp
index bb42281..be2a1f6 100644
--- a/hemlock/echo.lisp
+++ b/hemlock/echo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echo.lisp,v 1.8 1997/01/18 14:31:53 ram Rel $")
+  "$Header: src/hemlock/echo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp
index 662eb0d..d60405a 100644
--- a/hemlock/echocoms.lisp
+++ b/hemlock/echocoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.8 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/echocoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ed-integrity.lisp b/hemlock/ed-integrity.lisp
index 8ccee5d..8a84cf1 100644
--- a/hemlock/ed-integrity.lisp
+++ b/hemlock/ed-integrity.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ed-integrity.lisp,v 1.5 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/ed-integrity.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/edit-defs.lisp b/hemlock/edit-defs.lisp
index 74bf41d..b525f40 100644
--- a/hemlock/edit-defs.lisp
+++ b/hemlock/edit-defs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/edit-defs.lisp,v 1.7 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/edit-defs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp
index c4b1bf4..b9645da 100644
--- a/hemlock/eval-server.lisp
+++ b/hemlock/eval-server.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.8 2003/06/02 16:29:24 emarsden Rel $")
+  "$Header: src/hemlock/eval-server.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/filecoms.lisp b/hemlock/filecoms.lisp
index afa8aca..acfab26 100644
--- a/hemlock/filecoms.lisp
+++ b/hemlock/filecoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/filecoms.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/filecoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/files.lisp b/hemlock/files.lisp
index 91e9098..741c1c9 100644
--- a/hemlock/files.lisp
+++ b/hemlock/files.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/files.lisp,v 1.5 2009/06/29 21:10:48 rtoy Rel $")
+  "$Header: src/hemlock/files.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/fill.lisp b/hemlock/fill.lisp
index cb9da8a..1dada6d 100644
--- a/hemlock/fill.lisp
+++ b/hemlock/fill.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/fill.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/fill.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/font.lisp b/hemlock/font.lisp
index cad82d7..88b2e64 100644
--- a/hemlock/font.lisp
+++ b/hemlock/font.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/font.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/font.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/gosmacs.lisp b/hemlock/gosmacs.lisp
index e3becbc..bf77483 100644
--- a/hemlock/gosmacs.lisp
+++ b/hemlock/gosmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/gosmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/gosmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/group.lisp b/hemlock/group.lisp
index b582cfe..fff053a 100644
--- a/hemlock/group.lisp
+++ b/hemlock/group.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/group.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/group.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp
index c66cb9e..dfd88c7 100644
--- a/hemlock/hi-integrity.lisp
+++ b/hemlock/hi-integrity.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/hi-integrity.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/highlight.lisp b/hemlock/highlight.lisp
index cf51852..f16da1e 100644
--- a/hemlock/highlight.lisp
+++ b/hemlock/highlight.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/highlight.lisp,v 1.6 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/highlight.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext1.lisp b/hemlock/htext1.lisp
index 3471775..f733300 100644
--- a/hemlock/htext1.lisp
+++ b/hemlock/htext1.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext1.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext2.lisp b/hemlock/htext2.lisp
index 60da61f..0243c6a 100644
--- a/hemlock/htext2.lisp
+++ b/hemlock/htext2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext2.lisp,v 1.4 2004/03/28 15:48:11 emarsden Rel $")
+  "$Header: src/hemlock/htext2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext3.lisp b/hemlock/htext3.lisp
index 170bec0..97e19ff 100644
--- a/hemlock/htext3.lisp
+++ b/hemlock/htext3.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext3.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext3.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext4.lisp b/hemlock/htext4.lisp
index d8f6144..50942c2 100644
--- a/hemlock/htext4.lisp
+++ b/hemlock/htext4.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext4.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext4.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hunk-draw.lisp b/hemlock/hunk-draw.lisp
index 917501c..55b8bbd 100644
--- a/hemlock/hunk-draw.lisp
+++ b/hemlock/hunk-draw.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.7 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/hunk-draw.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/icom.lisp b/hemlock/icom.lisp
index 9aca5f8..f4144b5 100644
--- a/hemlock/icom.lisp
+++ b/hemlock/icom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/icom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/icom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/indent.lisp b/hemlock/indent.lisp
index 6639b38..52ed847 100644
--- a/hemlock/indent.lisp
+++ b/hemlock/indent.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/indent.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/indent.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/input.lisp b/hemlock/input.lisp
index 501b7fd..a28a57d 100644
--- a/hemlock/input.lisp
+++ b/hemlock/input.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/input.lisp,v 1.8 2001/03/13 15:49:53 pw Rel $")
+  "$Header: src/hemlock/input.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/interp.lisp b/hemlock/interp.lisp
index af48897..6de0372 100644
--- a/hemlock/interp.lisp
+++ b/hemlock/interp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/interp.lisp,v 1.5 2001/03/13 15:49:53 pw Rel $")
+  "$Header: src/hemlock/interp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/kbdmac.lisp b/hemlock/kbdmac.lisp
index 11d768e..ab34a26 100644
--- a/hemlock/kbdmac.lisp
+++ b/hemlock/kbdmac.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/kbdmac.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/kbdmac.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/key-event.lisp b/hemlock/key-event.lisp
index 91812db..6f5987b 100644
--- a/hemlock/key-event.lisp
+++ b/hemlock/key-event.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/key-event.lisp,v 1.6 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/key-event.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keysym-defs.lisp b/hemlock/keysym-defs.lisp
index d21f61a..cdd6e00 100644
--- a/hemlock/keysym-defs.lisp
+++ b/hemlock/keysym-defs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keysym-defs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keysym-defs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytran.lisp b/hemlock/keytran.lisp
index c3038aa..2407467 100644
--- a/hemlock/keytran.lisp
+++ b/hemlock/keytran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytran.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keytran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytrandefs.lisp b/hemlock/keytrandefs.lisp
index 1a8b109..38a322e 100644
--- a/hemlock/keytrandefs.lisp
+++ b/hemlock/keytrandefs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytrandefs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keytrandefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/killcoms.lisp b/hemlock/killcoms.lisp
index f30193b..cf9e2be 100644
--- a/hemlock/killcoms.lisp
+++ b/hemlock/killcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/killcoms.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/killcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/line.lisp b/hemlock/line.lisp
index a0ed065..161ca99 100644
--- a/hemlock/line.lisp
+++ b/hemlock/line.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/line.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/line.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/linimage.lisp b/hemlock/linimage.lisp
index 6cb3fd9..c914a1c 100644
--- a/hemlock/linimage.lisp
+++ b/hemlock/linimage.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/linimage.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/linimage.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lisp-lib.lisp b/hemlock/lisp-lib.lisp
index 9b615c1..c771483 100644
--- a/hemlock/lisp-lib.lisp
+++ b/hemlock/lisp-lib.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lisp-lib.lisp,v 1.4 1997/01/18 14:31:52 ram Rel $")
+  "$Header: src/hemlock/lisp-lib.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispbuf.lisp b/hemlock/lispbuf.lisp
index c5b7092..3595c97 100644
--- a/hemlock/lispbuf.lisp
+++ b/hemlock/lispbuf.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispbuf.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/lispbuf.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp
index 955ace8..4140671 100644
--- a/hemlock/lispeval.lisp
+++ b/hemlock/lispeval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.5 1997/01/18 14:31:51 ram Rel $")
+  "$Header: src/hemlock/lispeval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp
index 3bf26b1..de823a7 100644
--- a/hemlock/lispmode.lisp
+++ b/hemlock/lispmode.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.11 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/hemlock/lispmode.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/macros.lisp b/hemlock/macros.lisp
index 3047b2f..30921fc 100644
--- a/hemlock/macros.lisp
+++ b/hemlock/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.9 2003/04/19 20:52:42 gerd Rel $")
+  "$Header: src/hemlock/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/main.lisp b/hemlock/main.lisp
index eb1d7c0..a3ec3a1 100644
--- a/hemlock/main.lisp
+++ b/hemlock/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.17 2003/07/24 14:31:25 gerd Rel $")
+  "$Header: src/hemlock/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/mh.lisp b/hemlock/mh.lisp
index c7c9529..e4ea230 100644
--- a/hemlock/mh.lisp
+++ b/hemlock/mh.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/mh.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/mh.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/morecoms.lisp b/hemlock/morecoms.lisp
index 185db13..0468330 100644
--- a/hemlock/morecoms.lisp
+++ b/hemlock/morecoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/morecoms.lisp,v 1.5 1999/09/14 16:18:23 dtc Rel $")
+  "$Header: src/hemlock/morecoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp
index 9201df1..4030fb3 100644
--- a/hemlock/netnews.lisp
+++ b/hemlock/netnews.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/netnews.lisp,v 1.15 2001/03/13 15:49:56 pw Rel $")
+  "$Header: src/hemlock/netnews.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/overwrite.lisp b/hemlock/overwrite.lisp
index c355c59..80e4230 100644
--- a/hemlock/overwrite.lisp
+++ b/hemlock/overwrite.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/overwrite.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/overwrite.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pascal.lisp b/hemlock/pascal.lisp
index a8deae7..a4ec8fc 100644
--- a/hemlock/pascal.lisp
+++ b/hemlock/pascal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pascal.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/pascal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pop-up-stream.lisp b/hemlock/pop-up-stream.lisp
index 9d1a2d7..09f7ca1 100644
--- a/hemlock/pop-up-stream.lisp
+++ b/hemlock/pop-up-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pop-up-stream.lisp,v 1.4 2001/03/13 15:49:57 pw Rel $")
+  "$Header: src/hemlock/pop-up-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/rcs.lisp b/hemlock/rcs.lisp
index ab96491..5e0bdc1 100644
--- a/hemlock/rcs.lisp
+++ b/hemlock/rcs.lisp
@@ -1,6 +1,6 @@
 ;;; -*- Package: HEMLOCK; Mode: Lisp -*-
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.29 1995/03/24 13:06:58 ram Rel $
+;;; $Header: src/hemlock/rcs.lisp $
 ;;;
 ;;; Various commands for dealing with RCS under Hemlock.
 ;;;
diff --git a/hemlock/register.lisp b/hemlock/register.lisp
index d20cd5f..1f03937 100644
--- a/hemlock/register.lisp
+++ b/hemlock/register.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/register.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/register.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ring.lisp b/hemlock/ring.lisp
index 8ea6793..e79db86 100644
--- a/hemlock/ring.lisp
+++ b/hemlock/ring.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ring.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/ring.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp
index 306035a..533aa1d 100644
--- a/hemlock/rompsite.lisp
+++ b/hemlock/rompsite.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.17 2003/05/05 16:13:59 emarsden Rel $")
+  "$Header: src/hemlock/rompsite.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/screen.lisp b/hemlock/screen.lisp
index 6b5972a..dab9c9b 100644
--- a/hemlock/screen.lisp
+++ b/hemlock/screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/screen.lisp,v 1.5 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/scribe.lisp b/hemlock/scribe.lisp
index 4dee4aa..6516a9c 100644
--- a/hemlock/scribe.lisp
+++ b/hemlock/scribe.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/scribe.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/scribe.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search1.lisp b/hemlock/search1.lisp
index 7fee636..98c2df2 100644
--- a/hemlock/search1.lisp
+++ b/hemlock/search1.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/search1.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search2.lisp b/hemlock/search2.lisp
index 53ed55b..56f3e25 100644
--- a/hemlock/search2.lisp
+++ b/hemlock/search2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search2.lisp,v 1.4 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/search2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/searchcoms.lisp b/hemlock/searchcoms.lisp
index 4d049a3..3d6836d 100644
--- a/hemlock/searchcoms.lisp
+++ b/hemlock/searchcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/searchcoms.lisp,v 1.5 2003/02/25 15:18:34 emarsden Rel $")
+  "$Header: src/hemlock/searchcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp
index 6d97d34..df5fc11 100644
--- a/hemlock/shell.lisp
+++ b/hemlock/shell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.5 1998/05/04 01:27:20 dtc Rel $")
+  "$Header: src/hemlock/shell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-aug.lisp b/hemlock/spell-aug.lisp
index bfacd6c..87e2408 100644
--- a/hemlock/spell-aug.lisp
+++ b/hemlock/spell-aug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-aug.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-aug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-build.lisp b/hemlock/spell-build.lisp
index 264ed66..12e43ff 100644
--- a/hemlock/spell-build.lisp
+++ b/hemlock/spell-build.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-build.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-build.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp
index fbc6447..a5ca9d5 100644
--- a/hemlock/spell-corr.lisp
+++ b/hemlock/spell-corr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-corr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-rt.lisp b/hemlock/spell-rt.lisp
index 398544f..56610b5 100644
--- a/hemlock/spell-rt.lisp
+++ b/hemlock/spell-rt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-rt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spellcoms.lisp b/hemlock/spellcoms.lisp
index 04cf215..82ca4b0 100644
--- a/hemlock/spellcoms.lisp
+++ b/hemlock/spellcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spellcoms.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/spellcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/srccom.lisp b/hemlock/srccom.lisp
index 97dfe9a..b3223d0 100644
--- a/hemlock/srccom.lisp
+++ b/hemlock/srccom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/srccom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: srccom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/streams.lisp b/hemlock/streams.lisp
index 9e517e8..6e36af3 100644
--- a/hemlock/streams.lisp
+++ b/hemlock/streams.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.5 1998/05/04 01:27:20 dtc Rel $")
+  "$Header: src/hemlock/streams.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct-ed.lisp b/hemlock/struct-ed.lisp
index e36f8f1..f2fb385 100644
--- a/hemlock/struct-ed.lisp
+++ b/hemlock/struct-ed.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct-ed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/struct-ed.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct.lisp b/hemlock/struct.lisp
index a1c62d4..908e0c3 100644
--- a/hemlock/struct.lisp
+++ b/hemlock/struct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct.lisp,v 1.7 1998/10/04 08:27:32 dtc Rel $")
+  "$Header: src/hemlock/struct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/syntax.lisp b/hemlock/syntax.lisp
index 7cd3994..5218635 100644
--- a/hemlock/syntax.lisp
+++ b/hemlock/syntax.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/syntax.lisp,v 1.4 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/syntax.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/table.lisp b/hemlock/table.lisp
index 214a15a..f612eb3 100644
--- a/hemlock/table.lisp
+++ b/hemlock/table.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.5 2003/04/19 20:52:42 gerd Rel $")
+  "$Header: src/hemlock/table.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/termcap.lisp b/hemlock/termcap.lisp
index 48c6497..a1310ca 100644
--- a/hemlock/termcap.lisp
+++ b/hemlock/termcap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.10 2001/03/13 15:50:00 pw Rel $")
+  "$Header: src/hemlock/termcap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/text.lisp b/hemlock/text.lisp
index 5386d02..dbf5893 100644
--- a/hemlock/text.lisp
+++ b/hemlock/text.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/text.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/text.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp
index b24af2f..7e35d87 100644
--- a/hemlock/ts-buf.lisp
+++ b/hemlock/ts-buf.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/ts-buf.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-stream.lisp b/hemlock/ts-stream.lisp
index 520b5ac..e866ed9 100644
--- a/hemlock/ts-stream.lisp
+++ b/hemlock/ts-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.4 1998/05/04 01:27:21 dtc Rel $")
+  "$Header: src/hemlock/ts-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-disp-rt.lisp b/hemlock/tty-disp-rt.lisp
index 75a30e4..7670f7d 100644
--- a/hemlock/tty-disp-rt.lisp
+++ b/hemlock/tty-disp-rt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-disp-rt.lisp,v 1.7 2001/12/06 19:15:43 pmai Rel $")
+  "$Header: src/hemlock/tty-disp-rt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-display.lisp b/hemlock/tty-display.lisp
index 158b325..6b1e079 100644
--- a/hemlock/tty-display.lisp
+++ b/hemlock/tty-display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-display.lisp,v 1.6 2004/03/28 15:48:11 emarsden Rel $")
+  "$Header: src/hemlock/tty-display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-screen.lisp b/hemlock/tty-screen.lisp
index 5899150..63ef93c 100644
--- a/hemlock/tty-screen.lisp
+++ b/hemlock/tty-screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-screen.lisp,v 1.9 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/tty-screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-stream.lisp b/hemlock/tty-stream.lisp
index ced3d63..5e194c6 100644
--- a/hemlock/tty-stream.lisp
+++ b/hemlock/tty-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-stream.lisp,v 1.4 1998/05/04 01:27:21 dtc Rel $")
+  "$Header: src/hemlock/tty-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/undo.lisp b/hemlock/undo.lisp
index 06da024..af4ef96 100644
--- a/hemlock/undo.lisp
+++ b/hemlock/undo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/undo.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/undo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/unixcoms.lisp b/hemlock/unixcoms.lisp
index da00a3f..ec92fe7 100644
--- a/hemlock/unixcoms.lisp
+++ b/hemlock/unixcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/unixcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/vars.lisp b/hemlock/vars.lisp
index 743f126..b18e362 100644
--- a/hemlock/vars.lisp
+++ b/hemlock/vars.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/vars.lisp,v 1.4 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/vars.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/window.lisp b/hemlock/window.lisp
index 390ab26..971fdf3 100644
--- a/hemlock/window.lisp
+++ b/hemlock/window.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/window.lisp,v 1.5 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/window.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/winimage.lisp b/hemlock/winimage.lisp
index 6570a43..786d56b 100644
--- a/hemlock/winimage.lisp
+++ b/hemlock/winimage.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/winimage.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/winimage.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/xcoms.lisp b/hemlock/xcoms.lisp
index 9573180..e3fed23 100644
--- a/hemlock/xcoms.lisp
+++ b/hemlock/xcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/xcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/xcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/debug.lisp b/interface/debug.lisp
index 2f9d6fe..be8ac9f 100644
--- a/interface/debug.lisp
+++ b/interface/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/debug.lisp,v 1.9 2001/12/12 20:18:25 pmai Rel $")
+  "$Header: src/interface/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/initial.lisp b/interface/initial.lisp
index 1140c41..44a2492 100644
--- a/interface/initial.lisp
+++ b/interface/initial.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.7 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/interface/initial.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/inspect.lisp b/interface/inspect.lisp
index c0f7e7c..46de6ba 100644
--- a/interface/inspect.lisp
+++ b/interface/inspect.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/inspect.lisp,v 1.11 2003/12/03 07:56:09 emarsden Rel $")
+  "$Header: src/interface/inspect.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/interface.lisp b/interface/interface.lisp
index 896eae2..86d3825 100644
--- a/interface/interface.lisp
+++ b/interface/interface.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/interface.lisp,v 1.13 2003/06/18 11:26:06 emarsden Rel $")
+  "$Header: src/interface/interface.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/precom.lisp b/interface/precom.lisp
index 34c0984..0a5784e 100644
--- a/interface/precom.lisp
+++ b/interface/precom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/precom.lisp,v 1.1 1994/10/27 18:39:08 ram Rel $")
+  "$Header: src/interface/precom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/callbacks.lisp b/motif/lisp/callbacks.lisp
index 97df4cd..fe7c975 100644
--- a/motif/lisp/callbacks.lisp
+++ b/motif/lisp/callbacks.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/callbacks.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/callbacks.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/conversion.lisp b/motif/lisp/conversion.lisp
index d81344e..144391f 100644
--- a/motif/lisp/conversion.lisp
+++ b/motif/lisp/conversion.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/conversion.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/conversion.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/events.lisp b/motif/lisp/events.lisp
index f089373..7a15673 100644
--- a/motif/lisp/events.lisp
+++ b/motif/lisp/events.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/events.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
+  "$Header: src/motif/lisp/events.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/initial.lisp b/motif/lisp/initial.lisp
index b0b9413..968198f 100644
--- a/motif/lisp/initial.lisp
+++ b/motif/lisp/initial.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/initial.lisp,v 1.8 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/motif/lisp/initial.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/interface-build.lisp b/motif/lisp/interface-build.lisp
index 01bf99a..6497b8b 100644
--- a/motif/lisp/interface-build.lisp
+++ b/motif/lisp/interface-build.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/interface-build.lisp,v 1.4 1997/08/22 20:49:27 pw Rel $")
+  "$Header: src/motif/lisp/interface-build.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/interface-glue.lisp b/motif/lisp/interface-glue.lisp
index 74dd576..9480c56 100644
--- a/motif/lisp/interface-glue.lisp
+++ b/motif/lisp/interface-glue.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/interface-glue.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/interface-glue.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/internals.lisp b/motif/lisp/internals.lisp
index 1f358b6..f80eecb 100644
--- a/motif/lisp/internals.lisp
+++ b/motif/lisp/internals.lisp
@@ -7,7 +7,7 @@
 ;;; contact Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/internals.lisp,v 1.9 2004/03/23 12:16:49 emarsden Rel $")
+  "$Header: src/motif/lisp/internals.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/main.lisp b/motif/lisp/main.lisp
index a3ac021..75c46bb 100644
--- a/motif/lisp/main.lisp
+++ b/motif/lisp/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/main.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
+  "$Header: src/motif/lisp/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/prototypes.lisp b/motif/lisp/prototypes.lisp
index 2b2bbe9..fb08400 100644
--- a/motif/lisp/prototypes.lisp
+++ b/motif/lisp/prototypes.lisp
@@ -7,7 +7,7 @@
 ;;; contact Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/prototypes.lisp,v 1.9 1998/12/20 04:22:54 dtc Rel $")
+  "$Header: src/motif/lisp/prototypes.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/string-base.lisp b/motif/lisp/string-base.lisp
index 44f3647..7e3cf2c 100644
--- a/motif/lisp/string-base.lisp
+++ b/motif/lisp/string-base.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/string-base.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
+  "$Header: src/motif/lisp/string-base.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/timer-support.lisp b/motif/lisp/timer-support.lisp
index 9551879..d577480 100644
--- a/motif/lisp/timer-support.lisp
+++ b/motif/lisp/timer-support.lisp
@@ -1,6 +1,6 @@
 ;;; -*- Mode: CLtL -*-
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/timer-support.lisp,v 1.3 1994/10/28 22:35:00 ram Rel $")
+(ext:file-comment "$Header: src/motif/lisp/timer-support.lisp $")
 
 ;;; timers-support.lisp --
 ;;; Extension to CMUCL Motif Interface. Adding missing call for
diff --git a/motif/lisp/transport.lisp b/motif/lisp/transport.lisp
index 954e621..9ba936c 100644
--- a/motif/lisp/transport.lisp
+++ b/motif/lisp/transport.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/transport.lisp,v 1.4 2000/02/15 11:59:24 pw Rel $")
+  "$Header: src/motif/lisp/transport.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/widgets.lisp b/motif/lisp/widgets.lisp
index 576c98b..f125a2b 100644
--- a/motif/lisp/widgets.lisp
+++ b/motif/lisp/widgets.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/widgets.lisp,v 1.4 1998/03/20 11:33:44 pw Rel $")
+  "$Header: src/motif/lisp/widgets.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/xt-types.lisp b/motif/lisp/xt-types.lisp
index ea5c181..3e151e0 100644
--- a/motif/lisp/xt-types.lisp
+++ b/motif/lisp/xt-types.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/xt-types.lisp,v 1.4 1997/08/22 20:49:29 pw Rel $")
+  "$Header: src/motif/lisp/xt-types.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/boot.lisp b/pcl/boot.lisp
index 7e5fba0..210a888 100644
--- a/pcl/boot.lisp
+++ b/pcl/boot.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/boot.lisp,v 1.78 2010/04/19 02:31:13 rtoy Rel $")
+ "$Header: src/pcl/boot.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/braid.lisp b/pcl/braid.lisp
index 9e78311..5a432e1 100644
--- a/pcl/braid.lisp
+++ b/pcl/braid.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/braid.lisp,v 1.52 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/braid.lisp $")
 
 ;;;
 ;;; Bootstrapping the meta-braid.
diff --git a/pcl/cache.lisp b/pcl/cache.lisp
index 0d51496..52aaba8 100644
--- a/pcl/cache.lisp
+++ b/pcl/cache.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cache.lisp,v 1.36 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/cache.lisp $")
 
 ;;;
 ;;; The basics of the PCL wrapper cache mechanism.
diff --git a/pcl/clos-bench.lisp b/pcl/clos-bench.lisp
index d654e3f..e0392d8 100644
--- a/pcl/clos-bench.lisp
+++ b/pcl/clos-bench.lisp
@@ -55,7 +55,7 @@
 ;;; jmorrill at bbn.com
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/clos-bench.lisp,v 1.4 2010/03/19 15:19:03 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/clos-bench.lisp $")
  
 #+cmu
 (eval-when (:compile-toplevel :load-toplevel :execute)
diff --git a/pcl/cmucl-documentation.lisp b/pcl/cmucl-documentation.lisp
index 6de512a..5319fdc 100644
--- a/pcl/cmucl-documentation.lisp
+++ b/pcl/cmucl-documentation.lisp
@@ -4,7 +4,7 @@
 ;;; the public domain, and is provided 'as is'.
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cmucl-documentation.lisp,v 1.19 2011/07/12 17:19:50 rtoy Exp $")
+  "$Header: src/pcl/cmucl-documentation.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/combin.lisp b/pcl/combin.lisp
index cb705ed..3125aab 100644
--- a/pcl/combin.lisp
+++ b/pcl/combin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/combin.lisp,v 1.26 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/combin.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/cpl.lisp b/pcl/cpl.lisp
index a1f0a7b..4a0068f 100644
--- a/pcl/cpl.lisp
+++ b/pcl/cpl.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cpl.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/cpl.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/ctor.lisp b/pcl/ctor.lisp
index 47fe077..1386cc3 100644
--- a/pcl/ctor.lisp
+++ b/pcl/ctor.lisp
@@ -46,7 +46,7 @@
 ;;; is called.
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/ctor.lisp,v 1.19 2010/03/19 15:19:03 rtoy Rel $")
+ "$Header: src/pcl/ctor.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/defclass.lisp b/pcl/defclass.lisp
index 54f8fbc..b854b2d 100644
--- a/pcl/defclass.lisp
+++ b/pcl/defclass.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defclass.lisp,v 1.32 2010/04/17 15:57:04 rtoy Rel $")
+  "$Header: src/pcl/defclass.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/defcombin.lisp b/pcl/defcombin.lisp
index 74f35c8..4c11664 100644
--- a/pcl/defcombin.lisp
+++ b/pcl/defcombin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defcombin.lisp,v 1.29 2010/04/17 20:12:25 rtoy Rel $")
+  "$Header: src/pcl/defcombin.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp
index 6f84725..5164726 100644
--- a/pcl/defsys.lisp
+++ b/pcl/defsys.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.38 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/defsys.lisp $")
 ;;;
 ;;; Some support stuff for compiling and loading PCL.  It would be nice if
 ;;; there was some portable make-system we could all agree to share for a
diff --git a/pcl/dfun.lisp b/pcl/dfun.lisp
index 6135d92..50a751f 100644
--- a/pcl/dfun.lisp
+++ b/pcl/dfun.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dfun.lisp,v 1.41 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/dfun.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/dlisp.lisp b/pcl/dlisp.lisp
index a5d5347..d912679 100644
--- a/pcl/dlisp.lisp
+++ b/pcl/dlisp.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp.lisp,v 1.13 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/dlisp2.lisp b/pcl/dlisp2.lisp
index 4250a54..a908df2 100644
--- a/pcl/dlisp2.lisp
+++ b/pcl/dlisp2.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp2.lisp,v 1.13 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp2.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/dlisp3.lisp b/pcl/dlisp3.lisp
index 3729ee3..7c6b1bd 100644
--- a/pcl/dlisp3.lisp
+++ b/pcl/dlisp3.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp3.lisp,v 1.9 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp3.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/env.lisp b/pcl/env.lisp
index 78aaab2..abd4d56 100644
--- a/pcl/env.lisp
+++ b/pcl/env.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/env.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/env.lisp $")
 ;;;
 ;;; Basic environmental stuff.
 ;;;
diff --git a/pcl/fin.lisp b/pcl/fin.lisp
index 2044afd..09871a4 100644
--- a/pcl/fin.lisp
+++ b/pcl/fin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fin.lisp,v 1.23 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/fin.lisp $")
 ;;;
 
   ;;   
diff --git a/pcl/fngen.lisp b/pcl/fngen.lisp
index 62ada23..7fc9261 100644
--- a/pcl/fngen.lisp
+++ b/pcl/fngen.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fngen.lisp,v 1.15 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/fngen.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/fsc.lisp b/pcl/fsc.lisp
index fe88244..e74febd 100644
--- a/pcl/fsc.lisp
+++ b/pcl/fsc.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fsc.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/fsc.lisp $")
 ;;;
 ;;; This file contains the definition of the FUNCALLABLE-STANDARD-CLASS
 ;;; metaclass.  Much of the implementation of this metaclass is actually
diff --git a/pcl/generic-functions.lisp b/pcl/generic-functions.lisp
index c753d26..d802a32 100644
--- a/pcl/generic-functions.lisp
+++ b/pcl/generic-functions.lisp
@@ -1,7 +1,7 @@
 ;;;-*-Mode:LISP; Package:PCL; Base:10; Syntax:Common-lisp -*-
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/generic-functions.lisp,v 1.29 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/generic-functions.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/gf-call-optimization.lisp b/pcl/gf-call-optimization.lisp
index b74f57e..3c15d11 100644
--- a/pcl/gf-call-optimization.lisp
+++ b/pcl/gf-call-optimization.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gf-call-optimization.lisp,v 1.7 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/gf-call-optimization.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/gray-compat.lisp b/pcl/gray-compat.lisp
index 9b3fbdd..89e445e 100644
--- a/pcl/gray-compat.lisp
+++ b/pcl/gray-compat.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-compat.lisp,v 1.2 2010/03/19 15:19:03 rtoy Rel $")
+ "$Header: src/pcl/gray-compat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/gray-streams-class.lisp b/pcl/gray-streams-class.lisp
index 0bba464..42074a7 100644
--- a/pcl/gray-streams-class.lisp
+++ b/pcl/gray-streams-class.lisp
@@ -5,7 +5,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams-class.lisp,v 1.6 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/gray-streams-class.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/gray-streams.lisp b/pcl/gray-streams.lisp
index 3c54ac9..32a800a 100644
--- a/pcl/gray-streams.lisp
+++ b/pcl/gray-streams.lisp
@@ -5,7 +5,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/gray-streams.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/info.lisp b/pcl/info.lisp
index 3ff6e4d..c563ef5 100644
--- a/pcl/info.lisp
+++ b/pcl/info.lisp
@@ -36,7 +36,7 @@
 ;;; GF is actually non-accessor GF.  Clean this up.
 ;;; (setf symbol-value) should be handled like (setf fdefinition)
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/info.lisp,v 1.12 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/info.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/init.lisp b/pcl/init.lisp
index c160545..fdb9841 100644
--- a/pcl/init.lisp
+++ b/pcl/init.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/init.lisp,v 1.25 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/init.lisp $")
 
 ;;;
 ;;; This file defines the initialization and related protocols.
diff --git a/pcl/low.lisp b/pcl/low.lisp
index d761f6c..3a161c2 100644
--- a/pcl/low.lisp
+++ b/pcl/low.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/low.lisp,v 1.37 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/low.lisp $")
 
 ;;; 
 ;;; This file contains optimized low-level constructs for PCL.
diff --git a/pcl/macros.lisp b/pcl/macros.lisp
index c2dfddf..84995e0 100644
--- a/pcl/macros.lisp
+++ b/pcl/macros.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/macros.lisp,v 1.31 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/macros.lisp $")
 ;;;
 ;;; Macros global variable definitions, and other random support stuff used
 ;;; by the rest of the system.
diff --git a/pcl/method-slot-access-optimization.lisp b/pcl/method-slot-access-optimization.lisp
index 555289f..44374d0 100644
--- a/pcl/method-slot-access-optimization.lisp
+++ b/pcl/method-slot-access-optimization.lisp
@@ -52,7 +52,7 @@
 ;;;
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/method-slot-access-optimization.lisp,v 1.9 2010/04/19 02:31:14 rtoy Rel $")
+ "$Header: src/pcl/method-slot-access-optimization.lisp $")
  
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/methods.lisp b/pcl/methods.lisp
index 914aacb..25b4d76 100644
--- a/pcl/methods.lisp
+++ b/pcl/methods.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/methods.lisp,v 1.49 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/methods.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index cfe8c90..b8e6ae4 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.30 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/pkg.lisp $")
 
 (intl:textdomain "cmucl")
 
diff --git a/pcl/rt/ctor.lisp b/pcl/rt/ctor.lisp
index a8c7f34..fb41679 100644
--- a/pcl/rt/ctor.lisp
+++ b/pcl/rt/ctor.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/ctor.lisp,v 1.9 2008/12/02 17:57:47 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/ctor.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defclass.lisp b/pcl/rt/defclass.lisp
index 4c1c30c..8f343ca 100644
--- a/pcl/rt/defclass.lisp
+++ b/pcl/rt/defclass.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defclass.lisp,v 1.6 2003/04/18 10:06:23 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defclass.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defgeneric.lisp b/pcl/rt/defgeneric.lisp
index 033982c..15f4e3d 100644
--- a/pcl/rt/defgeneric.lisp
+++ b/pcl/rt/defgeneric.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defgeneric.lisp,v 1.4 2003/04/14 21:45:22 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defgeneric.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defmethod.lisp b/pcl/rt/defmethod.lisp
index fddcc46..a9bbe8a 100644
--- a/pcl/rt/defmethod.lisp
+++ b/pcl/rt/defmethod.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defmethod.lisp,v 1.5 2003/05/30 09:33:32 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defmethod.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/find-method.lisp b/pcl/rt/find-method.lisp
index 5c83e1f..5a90d58 100644
--- a/pcl/rt/find-method.lisp
+++ b/pcl/rt/find-method.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/find-method.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/find-method.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/inline-access.lisp b/pcl/rt/inline-access.lisp
index 71411be..ebf708c 100644
--- a/pcl/rt/inline-access.lisp
+++ b/pcl/rt/inline-access.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/inline-access.lisp,v 1.3 2003/05/20 20:21:26 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/inline-access.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/make-instance.lisp b/pcl/rt/make-instance.lisp
index 075b29a..5443bd8 100644
--- a/pcl/rt/make-instance.lisp
+++ b/pcl/rt/make-instance.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/make-instance.lisp,v 1.3 2003/04/22 13:16:35 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/make-instance.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/method-combination.lisp b/pcl/rt/method-combination.lisp
index bc5bc4c..d35c6ad 100644
--- a/pcl/rt/method-combination.lisp
+++ b/pcl/rt/method-combination.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/method-combination.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/method-combination.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/methods.lisp b/pcl/rt/methods.lisp
index 99b58cc..0627717 100644
--- a/pcl/rt/methods.lisp
+++ b/pcl/rt/methods.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/methods.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/methods.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/pkg.lisp b/pcl/rt/pkg.lisp
index 5433020..f9d47f3 100644
--- a/pcl/rt/pkg.lisp
+++ b/pcl/rt/pkg.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/pkg.lisp,v 1.3 2003/04/14 21:45:22 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/pkg.lisp $")
 
 (defpackage "PCL-TEST"
   (:use "COMMON-LISP" #+cmu "PCL" #+sbcl "SB-PCL" "RT"))
diff --git a/pcl/rt/pv.lisp b/pcl/rt/pv.lisp
index 84c5830..50ab3f9 100644
--- a/pcl/rt/pv.lisp
+++ b/pcl/rt/pv.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/pv.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/pv.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/reinitialize-instance.lisp b/pcl/rt/reinitialize-instance.lisp
index d432b8e..5ac0937 100644
--- a/pcl/rt/reinitialize-instance.lisp
+++ b/pcl/rt/reinitialize-instance.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/reinitialize-instance.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/reinitialize-instance.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-accessors.lisp b/pcl/rt/slot-accessors.lisp
index 0e78d68..aa4e857 100644
--- a/pcl/rt/slot-accessors.lisp
+++ b/pcl/rt/slot-accessors.lisp
@@ -32,7 +32,7 @@
 ;;; gives an error.
  
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-accessors.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-accessors.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-boundp.lisp b/pcl/rt/slot-boundp.lisp
index 9b4b005..6e0a386 100644
--- a/pcl/rt/slot-boundp.lisp
+++ b/pcl/rt/slot-boundp.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-boundp.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-boundp.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-missing.lisp b/pcl/rt/slot-missing.lisp
index 51def65..466cc88 100644
--- a/pcl/rt/slot-missing.lisp
+++ b/pcl/rt/slot-missing.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-missing.lisp,v 1.3 2003/06/17 11:08:00 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-missing.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-type.lisp b/pcl/rt/slot-type.lisp
index a0ca35e..aa544d8 100644
--- a/pcl/rt/slot-type.lisp
+++ b/pcl/rt/slot-type.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-type.lisp,v 1.3 2008/12/02 18:18:34 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-type.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-value.lisp b/pcl/rt/slot-value.lisp
index 10c5409..44e760e 100644
--- a/pcl/rt/slot-value.lisp
+++ b/pcl/rt/slot-value.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-value.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-value.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/system.lisp b/pcl/rt/system.lisp
index d6c9cd5..4eb766c 100644
--- a/pcl/rt/system.lisp
+++ b/pcl/rt/system.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/system.lisp,v 1.4 2007/05/02 13:33:51 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/system.lisp $")
 
 #+nil
 (setf (logical-pathname-translations "pcl-test")
diff --git a/pcl/seal.lisp b/pcl/seal.lisp
index d851df9..0835daf 100644
--- a/pcl/seal.lisp
+++ b/pcl/seal.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/seal.lisp,v 1.4 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/seal.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/classes.lisp b/pcl/simple-streams/classes.lisp
index fafea43..f611871 100644
--- a/pcl/simple-streams/classes.lisp
+++ b/pcl/simple-streams/classes.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/classes.lisp,v 1.8 2009/08/10 16:47:41 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/classes.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/direct.lisp b/pcl/simple-streams/direct.lisp
index 521637a..76b526b 100644
--- a/pcl/simple-streams/direct.lisp
+++ b/pcl/simple-streams/direct.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/direct.lisp,v 1.3 2007/11/05 15:25:04 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/direct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/external-formats/ascii.lisp b/pcl/simple-streams/external-formats/ascii.lisp
index 7ec5f41..ebcc549 100644
--- a/pcl/simple-streams/external-formats/ascii.lisp
+++ b/pcl/simple-streams/external-formats/ascii.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/ascii.lisp,v 1.7 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/ascii.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/beta-gk.lisp b/pcl/simple-streams/external-formats/beta-gk.lisp
index e923454..99604fc 100644
--- a/pcl/simple-streams/external-formats/beta-gk.lisp
+++ b/pcl/simple-streams/external-formats/beta-gk.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/beta-gk.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/beta-gk.lisp $")
 
 ;; This is a composing format that translates (lower-case) Beta code
 ;; (an ASCII encoding of ancient Greek) into Unicode Greek.
diff --git a/pcl/simple-streams/external-formats/cp1250.lisp b/pcl/simple-streams/external-formats/cp1250.lisp
index 960fb2f..1378221 100644
--- a/pcl/simple-streams/external-formats/cp1250.lisp
+++ b/pcl/simple-streams/external-formats/cp1250.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1250.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1250.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1251.lisp b/pcl/simple-streams/external-formats/cp1251.lisp
index 8f28e84..f2e5c0a 100644
--- a/pcl/simple-streams/external-formats/cp1251.lisp
+++ b/pcl/simple-streams/external-formats/cp1251.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1251.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1251.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1252.lisp b/pcl/simple-streams/external-formats/cp1252.lisp
index 889c14c..c2406e4 100644
--- a/pcl/simple-streams/external-formats/cp1252.lisp
+++ b/pcl/simple-streams/external-formats/cp1252.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1252.lisp,v 1.6 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1252.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1253.lisp b/pcl/simple-streams/external-formats/cp1253.lisp
index 023ad88..3cde9cf 100644
--- a/pcl/simple-streams/external-formats/cp1253.lisp
+++ b/pcl/simple-streams/external-formats/cp1253.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1253.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1253.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1254.lisp b/pcl/simple-streams/external-formats/cp1254.lisp
index cfbdc41..4be8a82 100644
--- a/pcl/simple-streams/external-formats/cp1254.lisp
+++ b/pcl/simple-streams/external-formats/cp1254.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1254.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1254.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1255.lisp b/pcl/simple-streams/external-formats/cp1255.lisp
index 278d017..bfba79d 100644
--- a/pcl/simple-streams/external-formats/cp1255.lisp
+++ b/pcl/simple-streams/external-formats/cp1255.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1255.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1255.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1256.lisp b/pcl/simple-streams/external-formats/cp1256.lisp
index 13e3b3a..14845a9 100644
--- a/pcl/simple-streams/external-formats/cp1256.lisp
+++ b/pcl/simple-streams/external-formats/cp1256.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1256.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1256.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1257.lisp b/pcl/simple-streams/external-formats/cp1257.lisp
index d025bf5..1ca9f2a 100644
--- a/pcl/simple-streams/external-formats/cp1257.lisp
+++ b/pcl/simple-streams/external-formats/cp1257.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1257.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1257.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1258.lisp b/pcl/simple-streams/external-formats/cp1258.lisp
index b6927d0..cf4be7e 100644
--- a/pcl/simple-streams/external-formats/cp1258.lisp
+++ b/pcl/simple-streams/external-formats/cp1258.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1258.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1258.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cr.lisp b/pcl/simple-streams/external-formats/cr.lisp
index be2b358..e395e22 100644
--- a/pcl/simple-streams/external-formats/cr.lisp
+++ b/pcl/simple-streams/external-formats/cr.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cr.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cr.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/crlf.lisp b/pcl/simple-streams/external-formats/crlf.lisp
index f12499c..4cf72b7 100644
--- a/pcl/simple-streams/external-formats/crlf.lisp
+++ b/pcl/simple-streams/external-formats/crlf.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/crlf.lisp,v 1.6 2010/09/24 21:45:33 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/crlf.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/final-sigma.lisp b/pcl/simple-streams/external-formats/final-sigma.lisp
index 0c0df3d..3dfb86b 100644
--- a/pcl/simple-streams/external-formats/final-sigma.lisp
+++ b/pcl/simple-streams/external-formats/final-sigma.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/final-sigma.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/final-sigma.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-1.lisp b/pcl/simple-streams/external-formats/iso8859-1.lisp
index 0dea393..cdd0ae2 100644
--- a/pcl/simple-streams/external-formats/iso8859-1.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-1.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-1.lisp,v 1.7 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-1.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-10.lisp b/pcl/simple-streams/external-formats/iso8859-10.lisp
index 899cc8b..ac52fe4 100644
--- a/pcl/simple-streams/external-formats/iso8859-10.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-10.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-10.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-10.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-13.lisp b/pcl/simple-streams/external-formats/iso8859-13.lisp
index a36a0ff..028aaa6 100644
--- a/pcl/simple-streams/external-formats/iso8859-13.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-13.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-13.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-13.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-14.lisp b/pcl/simple-streams/external-formats/iso8859-14.lisp
index 5ca2640..b046a49 100644
--- a/pcl/simple-streams/external-formats/iso8859-14.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-14.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-14.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-14.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-15.lisp b/pcl/simple-streams/external-formats/iso8859-15.lisp
index 1135d9a..e254875 100644
--- a/pcl/simple-streams/external-formats/iso8859-15.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-15.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-15.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-15.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-2.lisp b/pcl/simple-streams/external-formats/iso8859-2.lisp
index 7220b08..c74d969 100644
--- a/pcl/simple-streams/external-formats/iso8859-2.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-2.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-2.lisp,v 1.8 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-2.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-3.lisp b/pcl/simple-streams/external-formats/iso8859-3.lisp
index 26e79a5..20faec1 100644
--- a/pcl/simple-streams/external-formats/iso8859-3.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-3.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-3.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-3.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-4.lisp b/pcl/simple-streams/external-formats/iso8859-4.lisp
index 7625426..da0e29f 100644
--- a/pcl/simple-streams/external-formats/iso8859-4.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-4.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-4.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-4.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-5.lisp b/pcl/simple-streams/external-formats/iso8859-5.lisp
index e1787ea..d7db9e2 100644
--- a/pcl/simple-streams/external-formats/iso8859-5.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-5.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-5.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-5.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-6.lisp b/pcl/simple-streams/external-formats/iso8859-6.lisp
index afcc6fd..8bf3d28 100644
--- a/pcl/simple-streams/external-formats/iso8859-6.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-6.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-6.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-6.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-7.lisp b/pcl/simple-streams/external-formats/iso8859-7.lisp
index a5bc07d..ce661da 100644
--- a/pcl/simple-streams/external-formats/iso8859-7.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-7.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-7.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-7.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-8.lisp b/pcl/simple-streams/external-formats/iso8859-8.lisp
index e08087a..ae80f2e 100644
--- a/pcl/simple-streams/external-formats/iso8859-8.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-8.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-8.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-8.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-9.lisp b/pcl/simple-streams/external-formats/iso8859-9.lisp
index d165503..0db3721 100644
--- a/pcl/simple-streams/external-formats/iso8859-9.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-9.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-9.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-9.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/koi8-r.lisp b/pcl/simple-streams/external-formats/koi8-r.lisp
index 1360a5e..1d0e9b4 100644
--- a/pcl/simple-streams/external-formats/koi8-r.lisp
+++ b/pcl/simple-streams/external-formats/koi8-r.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/koi8-r.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/koi8-r.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-cyrillic.lisp b/pcl/simple-streams/external-formats/mac-cyrillic.lisp
index ef52085..b10df51 100644
--- a/pcl/simple-streams/external-formats/mac-cyrillic.lisp
+++ b/pcl/simple-streams/external-formats/mac-cyrillic.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-cyrillic.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-cyrillic.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-greek.lisp b/pcl/simple-streams/external-formats/mac-greek.lisp
index f45ff77..6a813a4 100644
--- a/pcl/simple-streams/external-formats/mac-greek.lisp
+++ b/pcl/simple-streams/external-formats/mac-greek.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-greek.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-greek.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-icelandic.lisp b/pcl/simple-streams/external-formats/mac-icelandic.lisp
index 7cb397f..5745a2b 100644
--- a/pcl/simple-streams/external-formats/mac-icelandic.lisp
+++ b/pcl/simple-streams/external-formats/mac-icelandic.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-icelandic.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-icelandic.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-latin2.lisp b/pcl/simple-streams/external-formats/mac-latin2.lisp
index a4640a7..db5d71b 100644
--- a/pcl/simple-streams/external-formats/mac-latin2.lisp
+++ b/pcl/simple-streams/external-formats/mac-latin2.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-latin2.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-latin2.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-roman.lisp b/pcl/simple-streams/external-formats/mac-roman.lisp
index 8080f54..62f91f0 100644
--- a/pcl/simple-streams/external-formats/mac-roman.lisp
+++ b/pcl/simple-streams/external-formats/mac-roman.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-roman.lisp,v 1.9 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-roman.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-turkish.lisp b/pcl/simple-streams/external-formats/mac-turkish.lisp
index aa35b05..ae11b98 100644
--- a/pcl/simple-streams/external-formats/mac-turkish.lisp
+++ b/pcl/simple-streams/external-formats/mac-turkish.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-turkish.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-turkish.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16-be.lisp b/pcl/simple-streams/external-formats/utf-16-be.lisp
index 5b9f30c..e2780ea 100644
--- a/pcl/simple-streams/external-formats/utf-16-be.lisp
+++ b/pcl/simple-streams/external-formats/utf-16-be.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16-be.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16-be.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16-le.lisp b/pcl/simple-streams/external-formats/utf-16-le.lisp
index db175b5..b7faa28 100644
--- a/pcl/simple-streams/external-formats/utf-16-le.lisp
+++ b/pcl/simple-streams/external-formats/utf-16-le.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16-le.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16-le.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16.lisp b/pcl/simple-streams/external-formats/utf-16.lisp
index 7567ff0..d25fdea 100644
--- a/pcl/simple-streams/external-formats/utf-16.lisp
+++ b/pcl/simple-streams/external-formats/utf-16.lisp
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Package: STREAM -*-
 ;;;
 ;;; **********************************************************************
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16.lisp,v 1.14 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32-be.lisp b/pcl/simple-streams/external-formats/utf-32-be.lisp
index 4ae251b..478de3c 100644
--- a/pcl/simple-streams/external-formats/utf-32-be.lisp
+++ b/pcl/simple-streams/external-formats/utf-32-be.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32-be.lisp,v 1.11 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32-be.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32-le.lisp b/pcl/simple-streams/external-formats/utf-32-le.lisp
index 7af4ec7..f4f473b 100644
--- a/pcl/simple-streams/external-formats/utf-32-le.lisp
+++ b/pcl/simple-streams/external-formats/utf-32-le.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32-le.lisp,v 1.11 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32-le.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32.lisp b/pcl/simple-streams/external-formats/utf-32.lisp
index b3b1e88..469327e 100644
--- a/pcl/simple-streams/external-formats/utf-32.lisp
+++ b/pcl/simple-streams/external-formats/utf-32.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-8.lisp b/pcl/simple-streams/external-formats/utf-8.lisp
index 0b2ec68..fe14f04 100644
--- a/pcl/simple-streams/external-formats/utf-8.lisp
+++ b/pcl/simple-streams/external-formats/utf-8.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-8.lisp,v 1.15 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-8.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/void.lisp b/pcl/simple-streams/external-formats/void.lisp
index c266016..ec072b2 100644
--- a/pcl/simple-streams/external-formats/void.lisp
+++ b/pcl/simple-streams/external-formats/void.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/void.lisp,v 1.6 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/void.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/file.lisp b/pcl/simple-streams/file.lisp
index 6c3cdbe..65c6684 100644
--- a/pcl/simple-streams/file.lisp
+++ b/pcl/simple-streams/file.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/file.lisp,v 1.5 2006/12/21 17:53:28 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/file.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/gray-compat.lisp b/pcl/simple-streams/gray-compat.lisp
index 13b13a6..a5a898b 100644
--- a/pcl/simple-streams/gray-compat.lisp
+++ b/pcl/simple-streams/gray-compat.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/gray-compat.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/gray-compat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/herald.lisp b/pcl/simple-streams/herald.lisp
index 2c2350b..f24acba 100644
--- a/pcl/simple-streams/herald.lisp
+++ b/pcl/simple-streams/herald.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/herald.lisp,v 1.1 2003/06/07 17:56:28 toy Rel $")
+ "$Header: src/pcl/simple-streams/herald.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/impl.lisp b/pcl/simple-streams/impl.lisp
index 5c020c0..8e1cc05 100644
--- a/pcl/simple-streams/impl.lisp
+++ b/pcl/simple-streams/impl.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/impl.lisp,v 1.13 2009/08/11 03:32:25 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/impl.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/internal.lisp b/pcl/simple-streams/internal.lisp
index 695239f..aa0a48a 100644
--- a/pcl/simple-streams/internal.lisp
+++ b/pcl/simple-streams/internal.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/internal.lisp,v 1.10 2009/08/11 03:32:25 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/internal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/iodefs.lisp b/pcl/simple-streams/iodefs.lisp
index 8835471..3f0a53e 100644
--- a/pcl/simple-streams/iodefs.lisp
+++ b/pcl/simple-streams/iodefs.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/iodefs.lisp,v 1.3 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/iodefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/null.lisp b/pcl/simple-streams/null.lisp
index da063e2..44fe116 100644
--- a/pcl/simple-streams/null.lisp
+++ b/pcl/simple-streams/null.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/null.lisp,v 1.2 2003/06/18 09:23:08 gerd Rel $")
+ "$Header: src/pcl/simple-streams/null.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/socket.lisp b/pcl/simple-streams/socket.lisp
index 4c9ff64..0576835 100644
--- a/pcl/simple-streams/socket.lisp
+++ b/pcl/simple-streams/socket.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/socket.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/socket.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/strategy.lisp b/pcl/simple-streams/strategy.lisp
index d25c601..54dd2ff 100644
--- a/pcl/simple-streams/strategy.lisp
+++ b/pcl/simple-streams/strategy.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/strategy.lisp,v 1.21 2009/08/24 16:04:26 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/strategy.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/string.lisp b/pcl/simple-streams/string.lisp
index 9094360..0266e44 100644
--- a/pcl/simple-streams/string.lisp
+++ b/pcl/simple-streams/string.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/string.lisp,v 1.4 2007/11/05 15:25:04 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/string.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/terminal.lisp b/pcl/simple-streams/terminal.lisp
index c86f609..65673cb 100644
--- a/pcl/simple-streams/terminal.lisp
+++ b/pcl/simple-streams/terminal.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/terminal.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/terminal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/slots-boot.lisp b/pcl/slots-boot.lisp
index c558b38..9289ec1 100644
--- a/pcl/slots-boot.lisp
+++ b/pcl/slots-boot.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/slots-boot.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/slots-boot.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/slots.lisp b/pcl/slots.lisp
index b5c36c8..3dc42d9 100644
--- a/pcl/slots.lisp
+++ b/pcl/slots.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/slots.lisp,v 1.31 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/slots.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/std-class.lisp b/pcl/std-class.lisp
index c9fc6f3..1d4049d 100644
--- a/pcl/std-class.lisp
+++ b/pcl/std-class.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/std-class.lisp,v 1.85 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/std-class.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/vector.lisp b/pcl/vector.lisp
index 9d0cf8f..3a30be3 100644
--- a/pcl/vector.lisp
+++ b/pcl/vector.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/vector.lisp,v 1.30 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/vector.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/walk.lisp b/pcl/walk.lisp
index 94ffdf7..263b4f0 100644
--- a/pcl/walk.lisp
+++ b/pcl/walk.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/walk.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/walk.lisp $")
 ;;;
 ;;; A simple code walker, based IN PART on: (roll the credits)
 ;;;   Larry Masinter's Masterscope
diff --git a/tools/build-unidata.lisp b/tools/build-unidata.lisp
index 8c81a26..de1f06c 100644
--- a/tools/build-unidata.lisp
+++ b/tools/build-unidata.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;; 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build-unidata.lisp,v 1.9 2011/06/27 15:11:30 rtoy Exp $")
+(ext:file-comment "$Header: src/tools/build-unidata.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp
index 6e61123..0241a26 100644
--- a/tools/clmcom.lisp
+++ b/tools/clmcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.21 2005/12/23 14:14:20 pwerkowski Rel $")
+  "$Header: src/tools/clmcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp
index 8e4d7f2..90afb2b 100644
--- a/tools/clxcom.lisp
+++ b/tools/clxcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clxcom.lisp,v 1.31 2009/06/17 18:29:23 rtoy Rel $")
+  "$Header: src/tools/clxcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index de5f17c..a968506 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/comcom.lisp,v 1.58 2008/11/12 15:04:25 rtoy Rel $")
+  "$Header: src/tools/comcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/config.lisp b/tools/config.lisp
index 4a94ba6..ecd619a 100644
--- a/tools/config.lisp
+++ b/tools/config.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/config.lisp,v 1.8 2005/03/04 17:07:15 rtoy Rel $")
+  "$Header: src/tools/config.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp
index 955092e..ee56f5c 100644
--- a/tools/hemcom.lisp
+++ b/tools/hemcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.12 2003/07/18 11:15:19 gerd Rel $")
+  "$Header: src/tools/hemcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/hemload.lisp b/tools/hemload.lisp
index a9011d0..b852f8d 100644
--- a/tools/hemload.lisp
+++ b/tools/hemload.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemload.lisp,v 1.3 1991/07/29 08:56:59 chiles Rel $")
+  "$Header: src/tools/hemload.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp
index c3afb4f..ed30f1e 100644
--- a/tools/pclcom.lisp
+++ b/tools/pclcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.34 2009/06/17 21:08:21 rtoy Rel $")
+  "$Header: src/tools/pclcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/piglatin.lisp b/tools/piglatin.lisp
index e7ce35e..6d2103e 100644
--- a/tools/piglatin.lisp
+++ b/tools/piglatin.lisp
@@ -173,4 +173,4 @@
 					      :name (pathname-name pot) :type "po")
 			       dir)))
       (format t "~A -> ~A~%" pot po)
-      (latinize-pot pot po))))
\ No newline at end of file
+      (latinize-pot pot po))))
diff --git a/tools/setup.lisp b/tools/setup.lisp
index 826778f..2e0cf1c 100644
--- a/tools/setup.lisp
+++ b/tools/setup.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.40 2004/07/25 18:25:16 pmai Rel $")
+  "$Header: src/tools/setup.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp
index 60f5e46..9d0dbb6 100644
--- a/tools/worldbuild.lisp
+++ b/tools/worldbuild.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.56 2010/03/19 15:19:04 rtoy Rel $")
+  "$Header: src/tools/worldbuild.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index c7248a3..fac9428 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.104 2010/07/20 21:34:30 rtoy Rel $")
+  "$Header: src/tools/worldcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index fbe3eb3..a6f063a 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -6,7 +6,7 @@
 ;;; If you want to use this code or any part of CMU Common Lisp, please contact
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.112 2010/07/20 21:34:30 rtoy Rel $
+;;; $Header: src/tools/worldload.lisp $
 ;;;
 ;;; **********************************************************************
 ;;;

-----------------------------------------------------------------------

Summary of changes:
 assembly/alpha/alloc.lisp                          |    2 +-
 assembly/alpha/arith.lisp                          |    2 +-
 assembly/alpha/array.lisp                          |    2 +-
 assembly/alpha/assem-rtns.lisp                     |    2 +-
 assembly/alpha/support.lisp                        |    2 +-
 assembly/amd64/arith.lisp                          |    2 +-
 assembly/amd64/array.lisp                          |    2 +-
 assembly/amd64/assem-rtns.lisp                     |    2 +-
 assembly/amd64/support.lisp                        |    2 +-
 assembly/assemfile.lisp                            |    2 +-
 assembly/hppa/alloc.lisp                           |    2 +-
 assembly/hppa/arith.lisp                           |    2 +-
 assembly/hppa/array.lisp                           |    2 +-
 assembly/hppa/assem-rtns.lisp                      |    2 +-
 assembly/hppa/support.lisp                         |    2 +-
 assembly/mips/alloc.lisp                           |    2 +-
 assembly/mips/arith.lisp                           |    2 +-
 assembly/mips/array.lisp                           |    2 +-
 assembly/mips/assem-rtns.lisp                      |    2 +-
 assembly/mips/bit-bash.lisp                        |    4 ++--
 assembly/mips/support.lisp                         |    2 +-
 assembly/mips/wrlist.lisp                          |    2 +-
 assembly/ppc/alloc.lisp                            |    2 +-
 assembly/ppc/arith.lisp                            |    2 +-
 assembly/ppc/array.lisp                            |    2 +-
 assembly/ppc/assem-rtns.lisp                       |    2 +-
 assembly/ppc/support.lisp                          |    2 +-
 assembly/rt/alloc.lisp                             |    4 ++--
 assembly/rt/arith.lisp                             |    4 ++--
 assembly/rt/array.lisp                             |    4 ++--
 assembly/rt/assem-rtns.lisp                        |    4 ++--
 assembly/rt/support.lisp                           |    4 ++--
 assembly/sparc/alloc.lisp                          |    2 +-
 assembly/sparc/arith.lisp                          |    2 +-
 assembly/sparc/array.lisp                          |    4 ++--
 assembly/sparc/assem-rtns.lisp                     |    4 ++--
 assembly/sparc/support.lisp                        |    2 +-
 assembly/x86/alloc.lisp                            |    2 +-
 assembly/x86/arith.lisp                            |    2 +-
 assembly/x86/array.lisp                            |    2 +-
 assembly/x86/assem-rtns.lisp                       |    2 +-
 assembly/x86/support.lisp                          |    2 +-
 clx/cmudep.lisp                                    |    2 +-
 clx/doc.lisp                                       |    2 +-
 code/alieneval.lisp                                |    2 +-
 code/alpha-vm.lisp                                 |    4 ++--
 code/amd64-vm.lisp                                 |    2 +-
 code/array.lisp                                    |    2 +-
 code/backq.lisp                                    |    2 +-
 code/bignum-test.lisp                              |    2 +-
 code/bignum.lisp                                   |    2 +-
 code/bit-bash.lisp                                 |    2 +-
 code/bsd-os.lisp                                   |    2 +-
 code/byte-interp.lisp                              |    2 +-
 code/c-call.lisp                                   |    2 +-
 code/char.lisp                                     |    2 +-
 code/class.lisp                                    |    2 +-
 code/clx-ext.lisp                                  |    2 +-
 code/cmu-site.lisp                                 |    2 +-
 code/commandline.lisp                              |    2 +-
 code/cprofile.lisp                                 |    2 +-
 code/debug-info.lisp                               |    2 +-
 code/debug-int.lisp                                |    2 +-
 code/debug-vm.lisp                                 |    2 +-
 code/debug.lisp                                    |    2 +-
 code/defmacro.lisp                                 |    2 +-
 code/defstruct.lisp                                |    2 +-
 code/describe.lisp                                 |    2 +-
 code/dfixnum.lisp                                  |    2 +-
 code/dyncount.lisp                                 |    2 +-
 code/env-access.lisp                               |    2 +-
 code/error.lisp                                    |    2 +-
 code/eval.lisp                                     |    2 +-
 code/exports.lisp                                  |    2 +-
 code/extensions.lisp                               |    2 +-
 code/extfmts.lisp                                  |    2 +-
 code/fd-stream-comp.lisp                           |    2 +-
 code/fd-stream-extfmt.lisp                         |    2 +-
 code/fd-stream.lisp                                |    2 +-
 code/fdefinition.lisp                              |    2 +-
 code/filesys.lisp                                  |    2 +-
 code/final.lisp                                    |    2 +-
 code/float-trap.lisp                               |    2 +-
 code/float.lisp                                    |    2 +-
 code/foreign.lisp                                  |    2 +-
 code/format-time.lisp                              |    2 +-
 code/format.lisp                                   |    2 +-
 code/fwrappers.lisp                                |    2 +-
 code/gc.lisp                                       |    2 +-
 code/generic-site.lisp                             |    2 +-
 code/gengc.lisp                                    |    2 +-
 code/globals.lisp                                  |    2 +-
 code/hash-new.lisp                                 |    2 +-
 code/hash.lisp                                     |    2 +-
 code/hppa-vm.lisp                                  |    2 +-
 code/hpux-os.lisp                                  |    2 +-
 code/internet.lisp                                 |    2 +-
 code/interr.lisp                                   |    2 +-
 code/intl-tramp.lisp                               |    2 +-
 code/intl.lisp                                     |    2 +-
 code/irix-os.lisp                                  |    2 +-
 code/irrat-dd.lisp                                 |    2 +-
 code/irrat.lisp                                    |    2 +-
 code/kernel.lisp                                   |    2 +-
 code/linux-os.lisp                                 |    2 +-
 code/lispinit.lisp                                 |    2 +-
 code/list.lisp                                     |    2 +-
 code/load.lisp                                     |    2 +-
 code/loop.lisp                                     |    2 +-
 code/mach-os.lisp                                  |    2 +-
 code/mach.lisp                                     |    2 +-
 code/machdef.lisp                                  |    2 +-
 code/macros.lisp                                   |    2 +-
 code/mipsstrops.lisp                               |    2 +-
 code/misc.lisp                                     |    2 +-
 code/module.lisp                                   |    4 ++--
 code/multi-proc.lisp                               |    2 +-
 code/ntrace.lisp                                   |    2 +-
 code/numbers.lisp                                  |    2 +-
 code/old-loop.lisp                                 |    2 +-
 code/osf1-os.lisp                                  |    2 +-
 code/package.lisp                                  |    2 +-
 code/parse-time.lisp                               |    2 +-
 code/pathname.lisp                                 |    2 +-
 code/pmax-disassem.lisp                            |    2 +-
 code/pmax-machdef.lisp                             |    2 +-
 code/pmax-vm.lisp                                  |    4 ++--
 code/ppc-vm.lisp                                   |    2 +-
 code/pprint.lisp                                   |    2 +-
 code/pred.lisp                                     |    2 +-
 code/print.lisp                                    |    2 +-
 code/profile.lisp                                  |    2 +-
 code/purify.lisp                                   |    2 +-
 code/query.lisp                                    |    2 +-
 code/rand-mt19937.lisp                             |    2 +-
 code/rand.lisp                                     |    2 +-
 code/reader.lisp                                   |    2 +-
 code/remote.lisp                                   |    2 +-
 code/room.lisp                                     |    2 +-
 code/rt-machdef.lisp                               |    2 +-
 code/rt-vm.lisp                                    |    2 +-
 code/run-program.lisp                              |    2 +-
 code/sap.lisp                                      |    2 +-
 code/save.lisp                                     |    2 +-
 code/scavhook.lisp                                 |    2 +-
 code/search-list.lisp                              |    2 +-
 code/seq.lisp                                      |    2 +-
 code/serve-event.lisp                              |    2 +-
 code/setf-funs.lisp                                |    2 +-
 code/sgi-vm.lisp                                   |    4 ++--
 code/sharpm.lisp                                   |    2 +-
 code/signal.lisp                                   |    2 +-
 code/sort.lisp                                     |    2 +-
 code/sparc-machdef.lisp                            |    2 +-
 code/sparc-svr4-vm.lisp                            |    2 +-
 code/sparc-vm.lisp                                 |    2 +-
 code/stream-vector-io.lisp                         |    2 +-
 code/stream.lisp                                   |    2 +-
 code/string.lisp                                   |    2 +-
 code/struct.lisp                                   |    2 +-
 code/sunos-os.lisp                                 |    2 +-
 code/symbol.lisp                                   |    2 +-
 code/sysmacs.lisp                                  |    2 +-
 code/time.lisp                                     |    2 +-
 code/tty-inspect.lisp                              |    2 +-
 code/type-boot.lisp                                |    2 +-
 code/type-init.lisp                                |    2 +-
 code/type.lisp                                     |    2 +-
 code/typedefs.lisp                                 |    2 +-
 code/unidata.lisp                                  |    2 +-
 code/unix-glibc2.lisp                              |    2 +-
 code/unix.lisp                                     |    2 +-
 code/vm.lisp                                       |    4 ++--
 code/weak.lisp                                     |    4 ++--
 code/wire.lisp                                     |    2 +-
 code/x86-vm.lisp                                   |    2 +-
 compiler/aliencomp.lisp                            |    2 +-
 compiler/alloc.lisp                                |    2 +-
 compiler/alpha/alloc.lisp                          |    2 +-
 compiler/alpha/arith.lisp                          |    4 ++--
 compiler/alpha/array.lisp                          |    2 +-
 compiler/alpha/c-call.lisp                         |    2 +-
 compiler/alpha/call.lisp                           |    2 +-
 compiler/alpha/cell.lisp                           |    2 +-
 compiler/alpha/char.lisp                           |    4 ++--
 compiler/alpha/debug.lisp                          |    2 +-
 compiler/alpha/float.lisp                          |    2 +-
 compiler/alpha/insts.lisp                          |    2 +-
 compiler/alpha/macros.lisp                         |    2 +-
 compiler/alpha/memory.lisp                         |    2 +-
 compiler/alpha/move.lisp                           |    2 +-
 compiler/alpha/nlx.lisp                            |    2 +-
 compiler/alpha/parms.lisp                          |    2 +-
 compiler/alpha/pred.lisp                           |    2 +-
 compiler/alpha/print.lisp                          |    2 +-
 compiler/alpha/sap.lisp                            |    2 +-
 compiler/alpha/static-fn.lisp                      |    2 +-
 compiler/alpha/subprim.lisp                        |    2 +-
 compiler/alpha/system.lisp                         |    2 +-
 compiler/alpha/type-vops.lisp                      |    2 +-
 compiler/alpha/values.lisp                         |    2 +-
 compiler/alpha/vm.lisp                             |    2 +-
 compiler/amd64/alloc.lisp                          |    2 +-
 compiler/amd64/arith.lisp                          |    2 +-
 compiler/amd64/array.lisp                          |    2 +-
 compiler/amd64/c-call.lisp                         |    2 +-
 compiler/amd64/call.lisp                           |    2 +-
 compiler/amd64/cell.lisp                           |    2 +-
 compiler/amd64/char.lisp                           |    2 +-
 compiler/amd64/debug.lisp                          |    2 +-
 compiler/amd64/float.lisp                          |    2 +-
 compiler/amd64/insts.lisp                          |    2 +-
 compiler/amd64/macros.lisp                         |    2 +-
 compiler/amd64/memory.lisp                         |    2 +-
 compiler/amd64/move.lisp                           |    2 +-
 compiler/amd64/nlx.lisp                            |    2 +-
 compiler/amd64/parms.lisp                          |    2 +-
 compiler/amd64/pred.lisp                           |    2 +-
 compiler/amd64/print.lisp                          |    2 +-
 compiler/amd64/sap.lisp                            |    2 +-
 compiler/amd64/static-fn.lisp                      |    2 +-
 compiler/amd64/subprim.lisp                        |    2 +-
 compiler/amd64/system.lisp                         |    2 +-
 compiler/amd64/type-vops.lisp                      |    2 +-
 compiler/amd64/values.lisp                         |    2 +-
 compiler/amd64/vm.lisp                             |    2 +-
 compiler/array-tran.lisp                           |    2 +-
 compiler/backend.lisp                              |    2 +-
 compiler/bit-util.lisp                             |    2 +-
 compiler/byte-comp.lisp                            |    2 +-
 compiler/checkgen.lisp                             |    2 +-
 compiler/codegen.lisp                              |    2 +-
 compiler/constraint.lisp                           |    2 +-
 compiler/control.lisp                              |    2 +-
 compiler/copyprop.lisp                             |    2 +-
 compiler/ctype.lisp                                |    2 +-
 compiler/debug-dump.lisp                           |    2 +-
 compiler/debug.lisp                                |    2 +-
 compiler/dfo.lisp                                  |    2 +-
 compiler/disassem.lisp                             |    2 +-
 compiler/dump.lisp                                 |    2 +-
 compiler/dyncount.lisp                             |    2 +-
 compiler/entry.lisp                                |    2 +-
 compiler/envanal.lisp                              |    2 +-
 compiler/eval-comp.lisp                            |    2 +-
 compiler/eval.lisp                                 |    2 +-
 compiler/float-tran.lisp                           |    2 +-
 compiler/fndb.lisp                                 |    2 +-
 compiler/generic/core.lisp                         |    2 +-
 compiler/generic/gengc-genesis.lisp                |    2 +-
 compiler/generic/interr.lisp                       |    2 +-
 compiler/generic/new-genesis.lisp                  |    2 +-
 compiler/generic/objdef.lisp                       |    2 +-
 compiler/generic/primtype.lisp                     |    2 +-
 compiler/generic/utils.lisp                        |    2 +-
 compiler/generic/vm-fndb.lisp                      |    2 +-
 compiler/generic/vm-ir2tran.lisp                   |    2 +-
 compiler/generic/vm-macs.lisp                      |    2 +-
 compiler/generic/vm-tran.lisp                      |    2 +-
 compiler/generic/vm-type.lisp                      |    2 +-
 compiler/generic/vm-typetran.lisp                  |    2 +-
 compiler/globaldb.lisp                             |    2 +-
 compiler/globals.lisp                              |    2 +-
 compiler/gtn.lisp                                  |    2 +-
 compiler/hppa/alloc.lisp                           |    2 +-
 compiler/hppa/arith.lisp                           |    2 +-
 compiler/hppa/array.lisp                           |    2 +-
 compiler/hppa/c-call.lisp                          |    2 +-
 compiler/hppa/call.lisp                            |    2 +-
 compiler/hppa/cell.lisp                            |    2 +-
 compiler/hppa/char.lisp                            |    2 +-
 compiler/hppa/debug.lisp                           |    2 +-
 compiler/hppa/float.lisp                           |    2 +-
 compiler/hppa/insts.lisp                           |    2 +-
 compiler/hppa/macros.lisp                          |    2 +-
 compiler/hppa/memory.lisp                          |    2 +-
 compiler/hppa/move.lisp                            |    2 +-
 compiler/hppa/nlx.lisp                             |    2 +-
 compiler/hppa/parms.lisp                           |    2 +-
 compiler/hppa/pred.lisp                            |    2 +-
 compiler/hppa/print.lisp                           |    2 +-
 compiler/hppa/sap.lisp                             |    2 +-
 compiler/hppa/static-fn.lisp                       |    2 +-
 compiler/hppa/subprim.lisp                         |    2 +-
 compiler/hppa/system.lisp                          |    2 +-
 compiler/hppa/type-vops.lisp                       |    2 +-
 compiler/hppa/values.lisp                          |    2 +-
 compiler/hppa/vm.lisp                              |    2 +-
 compiler/ir1final.lisp                             |    2 +-
 compiler/ir1opt.lisp                               |    2 +-
 compiler/ir1tran.lisp                              |    2 +-
 compiler/ir1util.lisp                              |    2 +-
 compiler/ir2tran.lisp                              |    2 +-
 compiler/knownfun.lisp                             |    2 +-
 compiler/life.lisp                                 |    2 +-
 compiler/loadbackend.lisp                          |    2 +-
 compiler/loadcom.lisp                              |    2 +-
 compiler/locall.lisp                               |    2 +-
 compiler/loop.lisp                                 |    2 +-
 compiler/ltn.lisp                                  |    2 +-
 compiler/ltv.lisp                                  |    2 +-
 compiler/macros.lisp                               |    2 +-
 compiler/main.lisp                                 |    2 +-
 compiler/meta-vmdef.lisp                           |    2 +-
 compiler/mips/alloc.lisp                           |    2 +-
 compiler/mips/arith.lisp                           |    4 ++--
 compiler/mips/array.lisp                           |    2 +-
 compiler/mips/c-call.lisp                          |    2 +-
 compiler/mips/call.lisp                            |    2 +-
 compiler/mips/cell.lisp                            |    2 +-
 compiler/mips/char.lisp                            |    4 ++--
 compiler/mips/debug.lisp                           |    2 +-
 compiler/mips/float.lisp                           |    2 +-
 compiler/mips/insts.lisp                           |    2 +-
 compiler/mips/macros.lisp                          |    2 +-
 compiler/mips/memory.lisp                          |    2 +-
 compiler/mips/move.lisp                            |    2 +-
 compiler/mips/nlx.lisp                             |    2 +-
 compiler/mips/parms.lisp                           |    2 +-
 compiler/mips/pred.lisp                            |    2 +-
 compiler/mips/print.lisp                           |    2 +-
 compiler/mips/sap.lisp                             |    2 +-
 compiler/mips/static-fn.lisp                       |    2 +-
 compiler/mips/subprim.lisp                         |    2 +-
 compiler/mips/system.lisp                          |    2 +-
 compiler/mips/type-vops.lisp                       |    2 +-
 compiler/mips/utils.lisp                           |    2 +-
 compiler/mips/values.lisp                          |    2 +-
 compiler/mips/vm.lisp                              |    2 +-
 compiler/new-assem.lisp                            |    2 +-
 compiler/node.lisp                                 |    2 +-
 compiler/old-rt/assem-macs.lisp                    |    2 +-
 compiler/pack.lisp                                 |    2 +-
 compiler/ppc/alloc.lisp                            |    2 +-
 compiler/ppc/arith.lisp                            |    2 +-
 compiler/ppc/array.lisp                            |    2 +-
 compiler/ppc/c-call.lisp                           |    2 +-
 compiler/ppc/call.lisp                             |    2 +-
 compiler/ppc/cell.lisp                             |    2 +-
 compiler/ppc/char.lisp                             |    2 +-
 compiler/ppc/debug.lisp                            |    2 +-
 compiler/ppc/float.lisp                            |    2 +-
 compiler/ppc/insts.lisp                            |    2 +-
 compiler/ppc/macros.lisp                           |    2 +-
 compiler/ppc/memory.lisp                           |    2 +-
 compiler/ppc/move.lisp                             |    2 +-
 compiler/ppc/nlx.lisp                              |    2 +-
 compiler/ppc/parms.lisp                            |    2 +-
 compiler/ppc/pred.lisp                             |    2 +-
 compiler/ppc/print.lisp                            |    2 +-
 compiler/ppc/sap.lisp                              |    2 +-
 compiler/ppc/static-fn.lisp                        |    2 +-
 compiler/ppc/subprim.lisp                          |    2 +-
 compiler/ppc/system.lisp                           |    2 +-
 compiler/ppc/type-vops.lisp                        |    2 +-
 compiler/ppc/values.lisp                           |    2 +-
 compiler/ppc/vm.lisp                               |    2 +-
 compiler/proclaim.lisp                             |    2 +-
 compiler/pseudo-vops.lisp                          |    2 +-
 compiler/represent.lisp                            |    2 +-
 compiler/rt/afpa.lisp                              |    2 +-
 compiler/rt/alloc.lisp                             |    4 ++--
 compiler/rt/arith.lisp                             |    4 ++--
 compiler/rt/array.lisp                             |    4 ++--
 compiler/rt/c-call.lisp                            |    4 ++--
 compiler/rt/call.lisp                              |    2 +-
 compiler/rt/cell.lisp                              |    4 ++--
 compiler/rt/char.lisp                              |    4 ++--
 compiler/rt/debug.lisp                             |    4 ++--
 compiler/rt/insts.lisp                             |    2 +-
 compiler/rt/macros.lisp                            |    2 +-
 compiler/rt/mc68881.lisp                           |    2 +-
 compiler/rt/memory.lisp                            |    4 ++--
 compiler/rt/move.lisp                              |    4 ++--
 compiler/rt/nlx.lisp                               |    4 ++--
 compiler/rt/params.lisp                            |    4 ++--
 compiler/rt/pred.lisp                              |    4 ++--
 compiler/rt/print.lisp                             |    4 ++--
 compiler/rt/sap.lisp                               |    4 ++--
 compiler/rt/static-fn.lisp                         |    4 ++--
 compiler/rt/subprim.lisp                           |    4 ++--
 compiler/rt/system.lisp                            |    4 ++--
 compiler/rt/type-vops.lisp                         |    4 ++--
 compiler/rt/values.lisp                            |    4 ++--
 compiler/rt/vm.lisp                                |    2 +-
 compiler/saptran.lisp                              |    2 +-
 compiler/seqtran.lisp                              |    2 +-
 compiler/sparc/alloc.lisp                          |    2 +-
 compiler/sparc/arith.lisp                          |    2 +-
 compiler/sparc/array.lisp                          |    2 +-
 compiler/sparc/c-call.lisp                         |    2 +-
 compiler/sparc/call.lisp                           |    2 +-
 compiler/sparc/cell.lisp                           |    2 +-
 compiler/sparc/char.lisp                           |    2 +-
 compiler/sparc/debug.lisp                          |    2 +-
 compiler/sparc/float.lisp                          |    2 +-
 compiler/sparc/insts.lisp                          |    2 +-
 compiler/sparc/macros.lisp                         |    4 ++--
 compiler/sparc/memory.lisp                         |    2 +-
 compiler/sparc/move.lisp                           |    4 ++--
 compiler/sparc/nlx.lisp                            |    2 +-
 compiler/sparc/parms.lisp                          |    2 +-
 compiler/sparc/pred.lisp                           |    4 ++--
 compiler/sparc/print.lisp                          |    4 ++--
 compiler/sparc/sap.lisp                            |    2 +-
 compiler/sparc/static-fn.lisp                      |    4 ++--
 compiler/sparc/subprim.lisp                        |    2 +-
 compiler/sparc/system.lisp                         |    2 +-
 compiler/sparc/type-vops.lisp                      |    2 +-
 compiler/sparc/values.lisp                         |    2 +-
 compiler/sparc/vm.lisp                             |    2 +-
 compiler/srctran.lisp                              |    2 +-
 compiler/sset.lisp                                 |    2 +-
 compiler/stack.lisp                                |    2 +-
 compiler/statcount.lisp                            |    4 ++--
 compiler/tn.lisp                                   |    2 +-
 compiler/typetran.lisp                             |    2 +-
 compiler/vmdef.lisp                                |    2 +-
 compiler/vop.lisp                                  |    2 +-
 compiler/x86/alloc.lisp                            |    2 +-
 compiler/x86/arith.lisp                            |    2 +-
 compiler/x86/array.lisp                            |    2 +-
 compiler/x86/c-call.lisp                           |    2 +-
 compiler/x86/call.lisp                             |    2 +-
 compiler/x86/cell.lisp                             |    2 +-
 compiler/x86/char.lisp                             |    2 +-
 compiler/x86/debug.lisp                            |    2 +-
 compiler/x86/float-sse2.lisp                       |    2 +-
 compiler/x86/float.lisp                            |    2 +-
 compiler/x86/insts.lisp                            |    2 +-
 compiler/x86/macros.lisp                           |    2 +-
 compiler/x86/memory.lisp                           |    2 +-
 compiler/x86/move.lisp                             |    2 +-
 compiler/x86/nlx.lisp                              |    2 +-
 compiler/x86/parms.lisp                            |    2 +-
 compiler/x86/pred.lisp                             |    2 +-
 compiler/x86/print.lisp                            |    2 +-
 compiler/x86/sap.lisp                              |    2 +-
 compiler/x86/sse2-array.lisp                       |    2 +-
 compiler/x86/sse2-c-call.lisp                      |    2 +-
 compiler/x86/sse2-sap.lisp                         |    2 +-
 compiler/x86/static-fn.lisp                        |    2 +-
 compiler/x86/subprim.lisp                          |    2 +-
 compiler/x86/system.lisp                           |    2 +-
 compiler/x86/type-vops.lisp                        |    2 +-
 compiler/x86/values.lisp                           |    2 +-
 compiler/x86/vm.lisp                               |    2 +-
 compiler/x86/x87-array.lisp                        |    4 ++--
 compiler/x86/x87-c-call.lisp                       |    2 +-
 compiler/x86/x87-sap.lisp                          |    2 +-
 compiler/xref.lisp                                 |    2 +-
 contrib/contrib.lisp                               |    2 +-
 hemlock/abbrev.lisp                                |    2 +-
 hemlock/auto-save.lisp                             |    2 +-
 hemlock/bindings.lisp                              |    2 +-
 hemlock/bit-display.lisp                           |    2 +-
 hemlock/bit-screen.lisp                            |    2 +-
 hemlock/bit-stream.lisp                            |    2 +-
 hemlock/bufed.lisp                                 |    2 +-
 hemlock/buffer.lisp                                |    2 +-
 hemlock/charmacs.lisp                              |    2 +-
 hemlock/command.lisp                               |    2 +-
 hemlock/comments.lisp                              |    2 +-
 hemlock/completion.lisp                            |    2 +-
 hemlock/cursor.lisp                                |    2 +-
 hemlock/dabbrev.lisp                               |    2 +-
 hemlock/debug.lisp                                 |    2 +-
 hemlock/defsyn.lisp                                |    2 +-
 hemlock/dired.lisp                                 |    2 +-
 hemlock/diredcoms.lisp                             |    2 +-
 hemlock/display.lisp                               |    2 +-
 hemlock/doccoms.lisp                               |    2 +-
 hemlock/dylan.lisp                                 |    2 +-
 hemlock/echo.lisp                                  |    2 +-
 hemlock/echocoms.lisp                              |    2 +-
 hemlock/ed-integrity.lisp                          |    2 +-
 hemlock/edit-defs.lisp                             |    2 +-
 hemlock/eval-server.lisp                           |    2 +-
 hemlock/filecoms.lisp                              |    2 +-
 hemlock/files.lisp                                 |    2 +-
 hemlock/fill.lisp                                  |    2 +-
 hemlock/font.lisp                                  |    2 +-
 hemlock/gosmacs.lisp                               |    2 +-
 hemlock/group.lisp                                 |    2 +-
 hemlock/hi-integrity.lisp                          |    2 +-
 hemlock/highlight.lisp                             |    2 +-
 hemlock/htext1.lisp                                |    2 +-
 hemlock/htext2.lisp                                |    2 +-
 hemlock/htext3.lisp                                |    2 +-
 hemlock/htext4.lisp                                |    2 +-
 hemlock/hunk-draw.lisp                             |    2 +-
 hemlock/icom.lisp                                  |    2 +-
 hemlock/indent.lisp                                |    2 +-
 hemlock/input.lisp                                 |    2 +-
 hemlock/interp.lisp                                |    2 +-
 hemlock/kbdmac.lisp                                |    2 +-
 hemlock/key-event.lisp                             |    2 +-
 hemlock/keysym-defs.lisp                           |    2 +-
 hemlock/keytran.lisp                               |    2 +-
 hemlock/keytrandefs.lisp                           |    2 +-
 hemlock/killcoms.lisp                              |    2 +-
 hemlock/line.lisp                                  |    2 +-
 hemlock/linimage.lisp                              |    2 +-
 hemlock/lisp-lib.lisp                              |    2 +-
 hemlock/lispbuf.lisp                               |    2 +-
 hemlock/lispeval.lisp                              |    2 +-
 hemlock/lispmode.lisp                              |    2 +-
 hemlock/macros.lisp                                |    2 +-
 hemlock/main.lisp                                  |    2 +-
 hemlock/mh.lisp                                    |    2 +-
 hemlock/morecoms.lisp                              |    2 +-
 hemlock/netnews.lisp                               |    2 +-
 hemlock/overwrite.lisp                             |    2 +-
 hemlock/pascal.lisp                                |    2 +-
 hemlock/pop-up-stream.lisp                         |    2 +-
 hemlock/rcs.lisp                                   |    2 +-
 hemlock/register.lisp                              |    2 +-
 hemlock/ring.lisp                                  |    2 +-
 hemlock/rompsite.lisp                              |    2 +-
 hemlock/screen.lisp                                |    2 +-
 hemlock/scribe.lisp                                |    2 +-
 hemlock/search1.lisp                               |    2 +-
 hemlock/search2.lisp                               |    2 +-
 hemlock/searchcoms.lisp                            |    2 +-
 hemlock/shell.lisp                                 |    2 +-
 hemlock/spell-aug.lisp                             |    2 +-
 hemlock/spell-build.lisp                           |    2 +-
 hemlock/spell-corr.lisp                            |    2 +-
 hemlock/spell-rt.lisp                              |    2 +-
 hemlock/spellcoms.lisp                             |    2 +-
 hemlock/srccom.lisp                                |    2 +-
 hemlock/streams.lisp                               |    2 +-
 hemlock/struct-ed.lisp                             |    2 +-
 hemlock/struct.lisp                                |    2 +-
 hemlock/syntax.lisp                                |    2 +-
 hemlock/table.lisp                                 |    2 +-
 hemlock/termcap.lisp                               |    2 +-
 hemlock/text.lisp                                  |    2 +-
 hemlock/ts-buf.lisp                                |    2 +-
 hemlock/ts-stream.lisp                             |    2 +-
 hemlock/tty-disp-rt.lisp                           |    2 +-
 hemlock/tty-display.lisp                           |    2 +-
 hemlock/tty-screen.lisp                            |    2 +-
 hemlock/tty-stream.lisp                            |    2 +-
 hemlock/undo.lisp                                  |    2 +-
 hemlock/unixcoms.lisp                              |    2 +-
 hemlock/vars.lisp                                  |    2 +-
 hemlock/window.lisp                                |    2 +-
 hemlock/winimage.lisp                              |    2 +-
 hemlock/xcoms.lisp                                 |    2 +-
 interface/debug.lisp                               |    2 +-
 interface/initial.lisp                             |    2 +-
 interface/inspect.lisp                             |    2 +-
 interface/interface.lisp                           |    2 +-
 interface/precom.lisp                              |    2 +-
 motif/lisp/callbacks.lisp                          |    2 +-
 motif/lisp/conversion.lisp                         |    2 +-
 motif/lisp/events.lisp                             |    2 +-
 motif/lisp/initial.lisp                            |    2 +-
 motif/lisp/interface-build.lisp                    |    2 +-
 motif/lisp/interface-glue.lisp                     |    2 +-
 motif/lisp/internals.lisp                          |    2 +-
 motif/lisp/main.lisp                               |    2 +-
 motif/lisp/prototypes.lisp                         |    2 +-
 motif/lisp/string-base.lisp                        |    2 +-
 motif/lisp/timer-support.lisp                      |    2 +-
 motif/lisp/transport.lisp                          |    2 +-
 motif/lisp/widgets.lisp                            |    2 +-
 motif/lisp/xt-types.lisp                           |    2 +-
 pcl/boot.lisp                                      |    2 +-
 pcl/braid.lisp                                     |    2 +-
 pcl/cache.lisp                                     |    2 +-
 pcl/clos-bench.lisp                                |    2 +-
 pcl/cmucl-documentation.lisp                       |    2 +-
 pcl/combin.lisp                                    |    2 +-
 pcl/cpl.lisp                                       |    2 +-
 pcl/ctor.lisp                                      |    2 +-
 pcl/defclass.lisp                                  |    2 +-
 pcl/defcombin.lisp                                 |    2 +-
 pcl/defsys.lisp                                    |    2 +-
 pcl/dfun.lisp                                      |    2 +-
 pcl/dlisp.lisp                                     |    2 +-
 pcl/dlisp2.lisp                                    |    2 +-
 pcl/dlisp3.lisp                                    |    2 +-
 pcl/env.lisp                                       |    2 +-
 pcl/fin.lisp                                       |    2 +-
 pcl/fngen.lisp                                     |    2 +-
 pcl/fsc.lisp                                       |    2 +-
 pcl/generic-functions.lisp                         |    2 +-
 pcl/gf-call-optimization.lisp                      |    2 +-
 pcl/gray-compat.lisp                               |    2 +-
 pcl/gray-streams-class.lisp                        |    2 +-
 pcl/gray-streams.lisp                              |    2 +-
 pcl/info.lisp                                      |    2 +-
 pcl/init.lisp                                      |    2 +-
 pcl/low.lisp                                       |    2 +-
 pcl/macros.lisp                                    |    2 +-
 pcl/method-slot-access-optimization.lisp           |    2 +-
 pcl/methods.lisp                                   |    2 +-
 pcl/pkg.lisp                                       |    2 +-
 pcl/rt/ctor.lisp                                   |    2 +-
 pcl/rt/defclass.lisp                               |    2 +-
 pcl/rt/defgeneric.lisp                             |    2 +-
 pcl/rt/defmethod.lisp                              |    2 +-
 pcl/rt/find-method.lisp                            |    2 +-
 pcl/rt/inline-access.lisp                          |    2 +-
 pcl/rt/make-instance.lisp                          |    2 +-
 pcl/rt/method-combination.lisp                     |    2 +-
 pcl/rt/methods.lisp                                |    2 +-
 pcl/rt/pkg.lisp                                    |    2 +-
 pcl/rt/pv.lisp                                     |    2 +-
 pcl/rt/reinitialize-instance.lisp                  |    2 +-
 pcl/rt/slot-accessors.lisp                         |    2 +-
 pcl/rt/slot-boundp.lisp                            |    2 +-
 pcl/rt/slot-missing.lisp                           |    2 +-
 pcl/rt/slot-type.lisp                              |    2 +-
 pcl/rt/slot-value.lisp                             |    2 +-
 pcl/rt/system.lisp                                 |    2 +-
 pcl/seal.lisp                                      |    2 +-
 pcl/simple-streams/classes.lisp                    |    2 +-
 pcl/simple-streams/direct.lisp                     |    2 +-
 pcl/simple-streams/external-formats/ascii.lisp     |    2 +-
 pcl/simple-streams/external-formats/beta-gk.lisp   |    2 +-
 pcl/simple-streams/external-formats/cp1250.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1251.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1252.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1253.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1254.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1255.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1256.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1257.lisp    |    2 +-
 pcl/simple-streams/external-formats/cp1258.lisp    |    2 +-
 pcl/simple-streams/external-formats/cr.lisp        |    2 +-
 pcl/simple-streams/external-formats/crlf.lisp      |    2 +-
 .../external-formats/final-sigma.lisp              |    2 +-
 pcl/simple-streams/external-formats/iso8859-1.lisp |    2 +-
 .../external-formats/iso8859-10.lisp               |    2 +-
 .../external-formats/iso8859-13.lisp               |    2 +-
 .../external-formats/iso8859-14.lisp               |    2 +-
 .../external-formats/iso8859-15.lisp               |    2 +-
 pcl/simple-streams/external-formats/iso8859-2.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-3.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-4.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-5.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-6.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-7.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-8.lisp |    2 +-
 pcl/simple-streams/external-formats/iso8859-9.lisp |    2 +-
 pcl/simple-streams/external-formats/koi8-r.lisp    |    2 +-
 .../external-formats/mac-cyrillic.lisp             |    2 +-
 pcl/simple-streams/external-formats/mac-greek.lisp |    2 +-
 .../external-formats/mac-icelandic.lisp            |    2 +-
 .../external-formats/mac-latin2.lisp               |    2 +-
 pcl/simple-streams/external-formats/mac-roman.lisp |    2 +-
 .../external-formats/mac-turkish.lisp              |    2 +-
 pcl/simple-streams/external-formats/utf-16-be.lisp |    2 +-
 pcl/simple-streams/external-formats/utf-16-le.lisp |    2 +-
 pcl/simple-streams/external-formats/utf-16.lisp    |    2 +-
 pcl/simple-streams/external-formats/utf-32-be.lisp |    2 +-
 pcl/simple-streams/external-formats/utf-32-le.lisp |    2 +-
 pcl/simple-streams/external-formats/utf-32.lisp    |    2 +-
 pcl/simple-streams/external-formats/utf-8.lisp     |    2 +-
 pcl/simple-streams/external-formats/void.lisp      |    2 +-
 pcl/simple-streams/file.lisp                       |    2 +-
 pcl/simple-streams/gray-compat.lisp                |    2 +-
 pcl/simple-streams/herald.lisp                     |    2 +-
 pcl/simple-streams/impl.lisp                       |    2 +-
 pcl/simple-streams/internal.lisp                   |    2 +-
 pcl/simple-streams/iodefs.lisp                     |    2 +-
 pcl/simple-streams/null.lisp                       |    2 +-
 pcl/simple-streams/socket.lisp                     |    2 +-
 pcl/simple-streams/strategy.lisp                   |    2 +-
 pcl/simple-streams/string.lisp                     |    2 +-
 pcl/simple-streams/terminal.lisp                   |    2 +-
 pcl/slots-boot.lisp                                |    2 +-
 pcl/slots.lisp                                     |    2 +-
 pcl/std-class.lisp                                 |    2 +-
 pcl/vector.lisp                                    |    2 +-
 pcl/walk.lisp                                      |    2 +-
 tools/build-unidata.lisp                           |    2 +-
 tools/clmcom.lisp                                  |    2 +-
 tools/clxcom.lisp                                  |    2 +-
 tools/comcom.lisp                                  |    2 +-
 tools/config.lisp                                  |    2 +-
 tools/hemcom.lisp                                  |    2 +-
 tools/hemload.lisp                                 |    2 +-
 tools/pclcom.lisp                                  |    2 +-
 tools/piglatin.lisp                                |    2 +-
 tools/setup.lisp                                   |    2 +-
 tools/worldbuild.lisp                              |    2 +-
 tools/worldcom.lisp                                |    2 +-
 tools/worldload.lisp                               |    2 +-
 692 files changed, 736 insertions(+), 736 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list