From 94e06463420582cc2d336b39a297e82af39e4cc4 Mon Sep 17 00:00:00 2001
From: panne <unknown>
Date: Sun, 12 Sep 2004 11:27:38 +0000
Subject: [PATCH] [project @ 2004-09-12 11:27:10 by panne] Removed the annoying
 "Id" CVS keywords, they're a real PITA when it comes to merging...

---
 ghc/rts/Arena.c                    |  1 -
 ghc/rts/Arena.h                    |  1 -
 ghc/rts/BlockAlloc.c               |  1 -
 ghc/rts/BlockAlloc.h               |  1 -
 ghc/rts/ClosureFlags.c             |  1 -
 ghc/rts/Disassembler.h             |  2 --
 ghc/rts/Exception.h                |  1 -
 ghc/rts/FrontPanel.c               |  1 -
 ghc/rts/FrontPanel.h               |  1 -
 ghc/rts/GC.c                       |  1 -
 ghc/rts/GCCompact.c                |  1 -
 ghc/rts/GCCompact.h                |  1 -
 ghc/rts/Hash.c                     |  1 -
 ghc/rts/Hash.h                     |  1 -
 ghc/rts/HsFFI.c                    |  1 -
 ghc/rts/Interpreter.h              |  1 -
 ghc/rts/Itimer.c                   |  1 -
 ghc/rts/Itimer.h                   |  1 -
 ghc/rts/LdvProfile.c               |  1 -
 ghc/rts/LdvProfile.h               |  1 -
 ghc/rts/LinkerInternals.h          |  1 -
 ghc/rts/MBlock.c                   |  1 -
 ghc/rts/MBlock.h                   |  1 -
 ghc/rts/Main.c                     |  1 -
 ghc/rts/Prelude.h                  |  1 -
 ghc/rts/Printer.c                  |  1 -
 ghc/rts/Printer.h                  |  1 -
 ghc/rts/ProfHeap.c                 |  1 -
 ghc/rts/ProfHeap.h                 |  1 -
 ghc/rts/Profiling.c                |  1 -
 ghc/rts/Proftimer.c                |  1 -
 ghc/rts/Proftimer.h                |  1 -
 ghc/rts/RetainerProfile.c          |  1 -
 ghc/rts/RetainerProfile.h          |  1 -
 ghc/rts/RetainerSet.c              |  1 -
 ghc/rts/RetainerSet.h              |  1 -
 ghc/rts/RtsAPI.c                   |  1 -
 ghc/rts/RtsDllMain.c               |  1 -
 ghc/rts/RtsFlags.c                 |  1 -
 ghc/rts/RtsStartup.c               |  1 -
 ghc/rts/Sanity.h                   |  1 -
 ghc/rts/Select.c                   |  1 -
 ghc/rts/Signals.c                  |  1 -
 ghc/rts/Signals.h                  |  1 -
 ghc/rts/Sparks.c                   |  1 -
 ghc/rts/Sparks.h                   |  1 -
 ghc/rts/Stable.c                   |  1 -
 ghc/rts/Stats.h                    |  1 -
 ghc/rts/StgCRun.c                  |  1 -
 ghc/rts/StgPrimFloat.c             |  1 -
 ghc/rts/StrHash.c                  |  1 -
 ghc/rts/StrHash.h                  |  1 -
 ghc/rts/Ticky.c                    |  1 -
 ghc/rts/Ticky.h                    |  1 -
 ghc/rts/VisCallbacks.c             |  1 -
 ghc/rts/Weak.c                     |  1 -
 ghc/rts/gmp/ansi2knr.c             |  1 -
 ghc/rts/gmp/mkinstalldirs          | 12 +++++++++---
 ghc/rts/hooks/FlagDefaults.c       |  1 -
 ghc/rts/hooks/InitEachPE.c         |  1 -
 ghc/rts/hooks/MallocFail.c         |  1 -
 ghc/rts/hooks/OnExit.c             |  1 -
 ghc/rts/hooks/OutOfHeap.c          |  1 -
 ghc/rts/hooks/RtsOpts.c            |  1 -
 ghc/rts/hooks/ShutdownEachPEHook.c |  1 -
 ghc/rts/hooks/StackOverflow.c      |  1 -
 ghc/rts/parallel/0Hash.c           |  1 -
 ghc/rts/parallel/FetchMe.h         |  1 -
 ghc/rts/parallel/FetchMe.hc        |  1 -
 ghc/rts/parallel/Global.c          |  1 -
 ghc/rts/parallel/GranSim.c         |  1 -
 ghc/rts/parallel/GranSimRts.h      |  1 -
 ghc/rts/parallel/HLC.h             |  1 -
 ghc/rts/parallel/HLComms.c         |  1 -
 ghc/rts/parallel/LLC.h             |  1 -
 ghc/rts/parallel/LLComms.c         |  1 -
 ghc/rts/parallel/Pack.c            |  1 -
 ghc/rts/parallel/ParInit.c         |  1 -
 ghc/rts/parallel/ParTicky.c        |  1 -
 ghc/rts/parallel/ParTicky.h        |  1 -
 ghc/rts/parallel/ParTypes.h        |  1 -
 ghc/rts/parallel/ParallelRts.h     |  1 -
 ghc/rts/parallel/SysMan.c          |  3 +--
 83 files changed, 10 insertions(+), 87 deletions(-)

diff --git a/ghc/rts/Arena.c b/ghc/rts/Arena.c
index ea109accbf1..2c478a70b77 100644
--- a/ghc/rts/Arena.c
+++ b/ghc/rts/Arena.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
-   $Id: Arena.c,v 1.6 2003/03/25 17:58:47 sof Exp $ 
    (c) The University of Glasgow 2001
 
    Arena allocation.  Arenas provide fast memory allocation at the
diff --git a/ghc/rts/Arena.h b/ghc/rts/Arena.h
index 7263f0bd3d8..afb02ac56c7 100644
--- a/ghc/rts/Arena.h
+++ b/ghc/rts/Arena.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
-   $Id: Arena.h,v 1.2 2003/07/28 16:16:07 moran Exp $ 
    (c) The University of Glasgow 2001
 
    Arena allocation interface.
diff --git a/ghc/rts/BlockAlloc.c b/ghc/rts/BlockAlloc.c
index 931e02c411a..ae87fcca6b1 100644
--- a/ghc/rts/BlockAlloc.c
+++ b/ghc/rts/BlockAlloc.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.c,v 1.19 2004/09/06 11:00:21 simonmar Exp $
  *
  * (c) The GHC Team 1998-2000
  * 
diff --git a/ghc/rts/BlockAlloc.h b/ghc/rts/BlockAlloc.h
index 32db94805a6..8d52e329a91 100644
--- a/ghc/rts/BlockAlloc.h
+++ b/ghc/rts/BlockAlloc.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.h,v 1.10 2003/11/12 17:49:06 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/ClosureFlags.c b/ghc/rts/ClosureFlags.c
index 6df823c7fea..dc344f22010 100644
--- a/ghc/rts/ClosureFlags.c
+++ b/ghc/rts/ClosureFlags.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ClosureFlags.c,v 1.13 2002/12/11 15:36:41 simonmar Exp $
  *
  * (c) The GHC Team 1998-1999
  *
diff --git a/ghc/rts/Disassembler.h b/ghc/rts/Disassembler.h
index 9762566c4f7..b4065feca82 100644
--- a/ghc/rts/Disassembler.h
+++ b/ghc/rts/Disassembler.h
@@ -1,6 +1,4 @@
-
 /* -----------------------------------------------------------------------------
- * $Id: Disassembler.h,v 1.7 2001/02/11 17:51:07 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
diff --git a/ghc/rts/Exception.h b/ghc/rts/Exception.h
index c20be8f7075..083faaf230f 100644
--- a/ghc/rts/Exception.h
+++ b/ghc/rts/Exception.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Exception.h,v 1.9 2004/08/13 13:09:46 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c
index 92ed071465e..c2635205e0e 100644
--- a/ghc/rts/FrontPanel.c
+++ b/ghc/rts/FrontPanel.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FrontPanel.c,v 1.10 2004/09/03 15:28:20 simonmar Exp $
  *
  * (c) The GHC Team 2000
  *
diff --git a/ghc/rts/FrontPanel.h b/ghc/rts/FrontPanel.h
index e2ea76c0873..c99a84b4d08 100644
--- a/ghc/rts/FrontPanel.h
+++ b/ghc/rts/FrontPanel.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FrontPanel.h,v 1.1 2000/11/01 11:41:47 simonmar Exp $
  *
  * (c) The GHC Team 2000
  *
diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c
index 9d25926ecd4..d00ea3c5de5 100644
--- a/ghc/rts/GC.c
+++ b/ghc/rts/GC.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GC.c,v 1.169 2004/09/03 15:28:20 simonmar Exp $
  *
  * (c) The GHC Team 1998-2003
  *
diff --git a/ghc/rts/GCCompact.c b/ghc/rts/GCCompact.c
index 2dd59cc641b..0e2129fa95c 100644
--- a/ghc/rts/GCCompact.c
+++ b/ghc/rts/GCCompact.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GCCompact.c,v 1.20 2004/09/03 15:28:26 simonmar Exp $
  *
  * (c) The GHC Team 2001
  *
diff --git a/ghc/rts/GCCompact.h b/ghc/rts/GCCompact.h
index c70993712a1..711b57b62c1 100644
--- a/ghc/rts/GCCompact.h
+++ b/ghc/rts/GCCompact.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GCCompact.h,v 1.3 2003/11/12 17:49:07 sof Exp $
  *
  * (c) The GHC Team 1998-1999
  *
diff --git a/ghc/rts/Hash.c b/ghc/rts/Hash.c
index 1083b8a7cce..d3e4cf47e98 100644
--- a/ghc/rts/Hash.c
+++ b/ghc/rts/Hash.c
@@ -1,5 +1,4 @@
 /*-----------------------------------------------------------------------------
- * $Id: Hash.c,v 1.10 2003/03/25 17:58:47 sof Exp $
  *
  * (c) The AQUA Project, Glasgow University, 1995-1998
  * (c) The GHC Team, 1999
diff --git a/ghc/rts/Hash.h b/ghc/rts/Hash.h
index 7babfa0439b..208deb58135 100644
--- a/ghc/rts/Hash.h
+++ b/ghc/rts/Hash.h
@@ -1,5 +1,4 @@
 /*-----------------------------------------------------------------------------
- * $Id: Hash.h,v 1.4 2000/12/04 12:31:21 simonmar Exp $
  *
  * (c) The GHC Team, 1999
  *
diff --git a/ghc/rts/HsFFI.c b/ghc/rts/HsFFI.c
index ec8f5200903..b89726cc80a 100644
--- a/ghc/rts/HsFFI.c
+++ b/ghc/rts/HsFFI.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: HsFFI.c,v 1.3 2004/04/12 16:26:41 panne Exp $
  *
  * (c) The GHC Team, 2002
  *
diff --git a/ghc/rts/Interpreter.h b/ghc/rts/Interpreter.h
index 1823a921489..3bb560f0abd 100644
--- a/ghc/rts/Interpreter.h
+++ b/ghc/rts/Interpreter.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Interpreter.h,v 1.4 2002/12/11 15:36:42 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002.
  *
diff --git a/ghc/rts/Itimer.c b/ghc/rts/Itimer.c
index 7ba7051090f..1f98659a62c 100644
--- a/ghc/rts/Itimer.c
+++ b/ghc/rts/Itimer.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Itimer.c,v 1.37 2004/09/03 15:28:29 simonmar Exp $
  *
  * (c) The GHC Team, 1995-1999
  *
diff --git a/ghc/rts/Itimer.h b/ghc/rts/Itimer.h
index adfe12a3976..8eca9da46df 100644
--- a/ghc/rts/Itimer.h
+++ b/ghc/rts/Itimer.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Itimer.h,v 1.13 2003/03/29 00:27:11 sof Exp $
  *
  * (c) The GHC Team 1998-2001
  *
diff --git a/ghc/rts/LdvProfile.c b/ghc/rts/LdvProfile.c
index d0ed1c872c3..4c2dbabb74d 100644
--- a/ghc/rts/LdvProfile.c
+++ b/ghc/rts/LdvProfile.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: LdvProfile.c,v 1.7 2004/08/13 13:10:05 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/LdvProfile.h b/ghc/rts/LdvProfile.h
index 106e0e29452..9a607801f97 100644
--- a/ghc/rts/LdvProfile.h
+++ b/ghc/rts/LdvProfile.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: LdvProfile.h,v 1.2 2001/11/26 16:54:21 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/LinkerInternals.h b/ghc/rts/LinkerInternals.h
index 804b92bf71d..deb9af2d994 100644
--- a/ghc/rts/LinkerInternals.h
+++ b/ghc/rts/LinkerInternals.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: LinkerInternals.h,v 1.7 2003/10/08 09:42:35 wolfgang Exp $
  *
  * (c) The GHC Team, 2000
  *
diff --git a/ghc/rts/MBlock.c b/ghc/rts/MBlock.c
index 5867c1becdd..ff4467fba4d 100644
--- a/ghc/rts/MBlock.c
+++ b/ghc/rts/MBlock.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.c,v 1.51 2004/09/03 15:28:33 simonmar Exp $
  *
  * (c) The GHC Team 1998-1999
  *
diff --git a/ghc/rts/MBlock.h b/ghc/rts/MBlock.h
index 64fd459b912..b44f6ddd1d2 100644
--- a/ghc/rts/MBlock.h
+++ b/ghc/rts/MBlock.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.h,v 1.20 2004/08/13 13:10:10 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Main.c b/ghc/rts/Main.c
index cceb607f4d5..7721438646f 100644
--- a/ghc/rts/Main.c
+++ b/ghc/rts/Main.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Main.c,v 1.42 2004/09/03 15:28:34 simonmar Exp $
  *
  * (c) The GHC Team 1998-2000
  *
diff --git a/ghc/rts/Prelude.h b/ghc/rts/Prelude.h
index 8e268f43f14..613993b3e75 100644
--- a/ghc/rts/Prelude.h
+++ b/ghc/rts/Prelude.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Prelude.h,v 1.26 2004/08/13 13:10:12 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2004
  *
diff --git a/ghc/rts/Printer.c b/ghc/rts/Printer.c
index 7074a434cb3..0f65ac9687b 100644
--- a/ghc/rts/Printer.c
+++ b/ghc/rts/Printer.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Printer.c,v 1.64 2004/09/03 15:28:35 simonmar Exp $
  *
  * (c) The GHC Team, 1994-2000.
  *
diff --git a/ghc/rts/Printer.h b/ghc/rts/Printer.h
index f874fbe5d03..23cd6d8aa4a 100644
--- a/ghc/rts/Printer.h
+++ b/ghc/rts/Printer.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Printer.h,v 1.7 2002/12/11 15:36:45 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c
index dab6057333e..4e9e7f82a93 100644
--- a/ghc/rts/ProfHeap.c
+++ b/ghc/rts/ProfHeap.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.c,v 1.54 2004/09/03 15:28:35 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
diff --git a/ghc/rts/ProfHeap.h b/ghc/rts/ProfHeap.h
index 82f0923c850..e8c73940f92 100644
--- a/ghc/rts/ProfHeap.h
+++ b/ghc/rts/ProfHeap.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c
index b2364299e82..1746c538713 100644
--- a/ghc/rts/Profiling.c
+++ b/ghc/rts/Profiling.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Profiling.c,v 1.40 2004/09/03 15:28:37 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
diff --git a/ghc/rts/Proftimer.c b/ghc/rts/Proftimer.c
index da8c7b8da4d..3b499152d66 100644
--- a/ghc/rts/Proftimer.c
+++ b/ghc/rts/Proftimer.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.c,v 1.13 2004/09/03 15:28:37 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Proftimer.h b/ghc/rts/Proftimer.h
index 1ddfc500728..59027623baf 100644
--- a/ghc/rts/Proftimer.h
+++ b/ghc/rts/Proftimer.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.h,v 1.6 2001/11/22 14:25:12 simonmar Exp $
  *
  * (c) The GHC Team, 1998
  *
diff --git a/ghc/rts/RetainerProfile.c b/ghc/rts/RetainerProfile.c
index e45f8751c1d..5cd881f6046 100644
--- a/ghc/rts/RetainerProfile.c
+++ b/ghc/rts/RetainerProfile.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerProfile.c,v 1.12 2004/09/03 15:28:38 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/RetainerProfile.h b/ghc/rts/RetainerProfile.h
index 5eec192bbae..827daa8ef46 100644
--- a/ghc/rts/RetainerProfile.h
+++ b/ghc/rts/RetainerProfile.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerProfile.h,v 1.4 2004/08/13 13:10:29 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/RetainerSet.c b/ghc/rts/RetainerSet.c
index 2990a383ef8..3196843604e 100644
--- a/ghc/rts/RetainerSet.c
+++ b/ghc/rts/RetainerSet.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerSet.c,v 1.6 2004/09/03 15:28:39 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/RetainerSet.h b/ghc/rts/RetainerSet.h
index c42d6ad6ee2..1ab0976b180 100644
--- a/ghc/rts/RetainerSet.h
+++ b/ghc/rts/RetainerSet.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RetainerSet.h,v 1.3 2004/09/03 15:28:39 simonmar Exp $
  *
  * (c) The GHC Team, 2001
  * Author: Sungwoo Park
diff --git a/ghc/rts/RtsAPI.c b/ghc/rts/RtsAPI.c
index c91253bd20d..166778e6f1d 100644
--- a/ghc/rts/RtsAPI.c
+++ b/ghc/rts/RtsAPI.c
@@ -1,5 +1,4 @@
 /* ----------------------------------------------------------------------------
- * $Id: RtsAPI.c,v 1.52 2004/09/03 15:28:39 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2001
  *
diff --git a/ghc/rts/RtsDllMain.c b/ghc/rts/RtsDllMain.c
index bc5cb07f42d..af3c5090de9 100644
--- a/ghc/rts/RtsDllMain.c
+++ b/ghc/rts/RtsDllMain.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsDllMain.c,v 1.3 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team 1999-2000
  *
diff --git a/ghc/rts/RtsFlags.c b/ghc/rts/RtsFlags.c
index d79136bf99c..c12ee8bc4bf 100644
--- a/ghc/rts/RtsFlags.c
+++ b/ghc/rts/RtsFlags.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsFlags.c,v 1.76 2004/09/03 15:28:40 simonmar Exp $
  *
  * (c) The AQUA Project, Glasgow University, 1994-1997
  * (c) The GHC Team, 1998-1999
diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c
index 4e6a68cf22c..a80676365d4 100644
--- a/ghc/rts/RtsStartup.c
+++ b/ghc/rts/RtsStartup.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsStartup.c,v 1.83 2004/09/03 15:28:42 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002
  *
diff --git a/ghc/rts/Sanity.h b/ghc/rts/Sanity.h
index eeba793e005..892c74b7907 100644
--- a/ghc/rts/Sanity.h
+++ b/ghc/rts/Sanity.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Sanity.h,v 1.10 2002/12/11 15:36:50 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Select.c b/ghc/rts/Select.c
index a604bcdebb5..26870641bc0 100644
--- a/ghc/rts/Select.c
+++ b/ghc/rts/Select.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Select.c,v 1.33 2004/09/03 15:28:53 simonmar Exp $
  *
  * (c) The GHC Team 1995-2002
  *
diff --git a/ghc/rts/Signals.c b/ghc/rts/Signals.c
index 3d287d6efe4..d5a046e01b2 100644
--- a/ghc/rts/Signals.c
+++ b/ghc/rts/Signals.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.c,v 1.42 2004/09/03 15:28:53 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Signals.h b/ghc/rts/Signals.h
index 93cc88957de..4825fb7b9bf 100644
--- a/ghc/rts/Signals.h
+++ b/ghc/rts/Signals.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.h,v 1.12 2003/10/20 17:15:29 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/Sparks.c b/ghc/rts/Sparks.c
index 9571d7a3e60..07b3b6e23fa 100644
--- a/ghc/rts/Sparks.c
+++ b/ghc/rts/Sparks.c
@@ -1,5 +1,4 @@
 /* ---------------------------------------------------------------------------
- * $Id: Sparks.c,v 1.8 2004/09/03 15:28:54 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
diff --git a/ghc/rts/Sparks.h b/ghc/rts/Sparks.h
index 25a9d77d077..f9cce177a39 100644
--- a/ghc/rts/Sparks.h
+++ b/ghc/rts/Sparks.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Sparks.h,v 1.4 2002/01/24 02:06:49 sof Exp $
  *
  * (c) The GHC Team, 2000
  *
diff --git a/ghc/rts/Stable.c b/ghc/rts/Stable.c
index 80b247cd94c..a2b1136e1f1 100644
--- a/ghc/rts/Stable.c
+++ b/ghc/rts/Stable.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stable.c,v 1.30 2004/09/03 15:28:55 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002
  *
diff --git a/ghc/rts/Stats.h b/ghc/rts/Stats.h
index e3e53c1186c..c3efd36312c 100644
--- a/ghc/rts/Stats.h
+++ b/ghc/rts/Stats.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.18 2004/05/27 09:29:29 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c
index 79104e7c2c4..db69424fe14 100644
--- a/ghc/rts/StgCRun.c
+++ b/ghc/rts/StgCRun.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgCRun.c,v 1.44 2004/09/03 15:28:56 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
diff --git a/ghc/rts/StgPrimFloat.c b/ghc/rts/StgPrimFloat.c
index a0cc95dce54..5bd6aebb1cd 100644
--- a/ghc/rts/StgPrimFloat.c
+++ b/ghc/rts/StgPrimFloat.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgPrimFloat.c,v 1.9 2002/07/17 09:21:51 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
diff --git a/ghc/rts/StrHash.c b/ghc/rts/StrHash.c
index f49610adfb6..092aa50c4b7 100644
--- a/ghc/rts/StrHash.c
+++ b/ghc/rts/StrHash.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StrHash.c,v 1.3 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team, 1994-2000
  *
diff --git a/ghc/rts/StrHash.h b/ghc/rts/StrHash.h
index c16e510d368..bdf61960d9c 100644
--- a/ghc/rts/StrHash.h
+++ b/ghc/rts/StrHash.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StrHash.h,v 1.1 2000/04/05 15:32:08 simonmar Exp $
  *
  * (c) The GHC Team, 1994-2000
  *
diff --git a/ghc/rts/Ticky.c b/ghc/rts/Ticky.c
index 92c18ea101b..294e12bdda6 100644
--- a/ghc/rts/Ticky.c
+++ b/ghc/rts/Ticky.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Ticky.c,v 1.18 2004/08/13 13:11:08 simonmar Exp $
  *
  * (c) The AQUA project, Glasgow University, 1992-1997
  * (c) The GHC Team, 1998-1999
diff --git a/ghc/rts/Ticky.h b/ghc/rts/Ticky.h
index 9f93e292f45..21765e4bbb6 100644
--- a/ghc/rts/Ticky.h
+++ b/ghc/rts/Ticky.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Ticky.h,v 1.1 1999/01/21 10:31:53 simonm Exp $
  *
  * (c) The GHC Team 1999
  *
diff --git a/ghc/rts/VisCallbacks.c b/ghc/rts/VisCallbacks.c
index dbcc847a26c..8e3c6ceb6cf 100644
--- a/ghc/rts/VisCallbacks.c
+++ b/ghc/rts/VisCallbacks.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: VisCallbacks.c,v 1.2 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team 2000
  *
diff --git a/ghc/rts/Weak.c b/ghc/rts/Weak.c
index afc8baeab29..787c9e42ace 100644
--- a/ghc/rts/Weak.c
+++ b/ghc/rts/Weak.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Weak.c,v 1.33 2004/09/03 15:28:59 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
diff --git a/ghc/rts/gmp/ansi2knr.c b/ghc/rts/gmp/ansi2knr.c
index 7d5dc634a13..937c731886c 100644
--- a/ghc/rts/gmp/ansi2knr.c
+++ b/ghc/rts/gmp/ansi2knr.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1989, 1997, 1998, 1999 Aladdin Enterprises.  All rights reserved. */
 
-/*$Id: ansi2knr.c,v 1.1 2000/08/18 15:44:26 simonmar Exp $*/
 /* Convert ANSI C function definitions to K&R ("traditional C") syntax */
 
 /*
diff --git a/ghc/rts/gmp/mkinstalldirs b/ghc/rts/gmp/mkinstalldirs
index cd1fe0a7947..5e17cd39fb7 100644
--- a/ghc/rts/gmp/mkinstalldirs
+++ b/ghc/rts/gmp/mkinstalldirs
@@ -12,15 +12,21 @@ do
    shift
 
    pathcomp=
-   for d in ${1+"$@"} ; do
+   for d
+   do
      pathcomp="$pathcomp$d"
      case "$pathcomp" in
        -* ) pathcomp=./$pathcomp ;;
      esac
 
      if test ! -d "$pathcomp"; then
-        echo "mkdir $pathcomp" 1>&2
-        mkdir "$pathcomp" || errstatus=$?
+        echo "mkdir $pathcomp"
+
+        mkdir "$pathcomp" || lasterr=$?
+
+        if test ! -d "$pathcomp"; then
+  	  errstatus=$lasterr
+        fi
      fi
 
      pathcomp="$pathcomp/"
diff --git a/ghc/rts/hooks/FlagDefaults.c b/ghc/rts/hooks/FlagDefaults.c
index adf722c476c..393d39bc39f 100644
--- a/ghc/rts/hooks/FlagDefaults.c
+++ b/ghc/rts/hooks/FlagDefaults.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FlagDefaults.c,v 1.2 1998/12/02 13:29:11 simonm Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/InitEachPE.c b/ghc/rts/hooks/InitEachPE.c
index fa0e7a729ce..cc9cdc0dba7 100644
--- a/ghc/rts/hooks/InitEachPE.c
+++ b/ghc/rts/hooks/InitEachPE.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: InitEachPE.c,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/MallocFail.c b/ghc/rts/hooks/MallocFail.c
index c4af10a7c02..1218d1d8d01 100644
--- a/ghc/rts/hooks/MallocFail.c
+++ b/ghc/rts/hooks/MallocFail.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MallocFail.c,v 1.3 2002/07/17 09:21:51 simonmar Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/OnExit.c b/ghc/rts/hooks/OnExit.c
index 67201c33557..dd4c3b4bb04 100644
--- a/ghc/rts/hooks/OnExit.c
+++ b/ghc/rts/hooks/OnExit.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: OnExit.c,v 1.2 1998/12/02 13:29:14 simonm Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/OutOfHeap.c b/ghc/rts/hooks/OutOfHeap.c
index 587587b85a2..98db0d7d49b 100644
--- a/ghc/rts/hooks/OutOfHeap.c
+++ b/ghc/rts/hooks/OutOfHeap.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: OutOfHeap.c,v 1.5 2003/10/31 16:22:11 sof Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/RtsOpts.c b/ghc/rts/hooks/RtsOpts.c
index 177086d6832..b934b05f1b7 100644
--- a/ghc/rts/hooks/RtsOpts.c
+++ b/ghc/rts/hooks/RtsOpts.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsOpts.c,v 1.2 2002/07/17 09:21:51 simonmar Exp $
  *
  * Default RTS options.
  *
diff --git a/ghc/rts/hooks/ShutdownEachPEHook.c b/ghc/rts/hooks/ShutdownEachPEHook.c
index a4521935fed..f5e3ba9344e 100644
--- a/ghc/rts/hooks/ShutdownEachPEHook.c
+++ b/ghc/rts/hooks/ShutdownEachPEHook.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ShutdownEachPEHook.c,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/hooks/StackOverflow.c b/ghc/rts/hooks/StackOverflow.c
index a14b0698f80..a395a3a1a53 100644
--- a/ghc/rts/hooks/StackOverflow.c
+++ b/ghc/rts/hooks/StackOverflow.c
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StackOverflow.c,v 1.3 2002/07/17 09:21:51 simonmar Exp $
  *
  * User-overridable RTS hooks.
  *
diff --git a/ghc/rts/parallel/0Hash.c b/ghc/rts/parallel/0Hash.c
index 56e66464951..a471e30a66a 100644
--- a/ghc/rts/parallel/0Hash.c
+++ b/ghc/rts/parallel/0Hash.c
@@ -1,5 +1,4 @@
 /*-----------------------------------------------------------------------------
- * $Id: 0Hash.c,v 1.2 2000/01/13 14:34:06 hwloidl Exp $
  *
  * (c) The AQUA Project, Glasgow University, 1995-1998
  * (c) The GHC Team, 1999
diff --git a/ghc/rts/parallel/FetchMe.h b/ghc/rts/parallel/FetchMe.h
index 94323af3087..be5cbf6b54e 100644
--- a/ghc/rts/parallel/FetchMe.h
+++ b/ghc/rts/parallel/FetchMe.h
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FetchMe.h,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
  *
  * Closure types for the parallel system.
  *
diff --git a/ghc/rts/parallel/FetchMe.hc b/ghc/rts/parallel/FetchMe.hc
index 799f12672cb..f142e9e5142 100644
--- a/ghc/rts/parallel/FetchMe.hc
+++ b/ghc/rts/parallel/FetchMe.hc
@@ -1,6 +1,5 @@
 /* ----------------------------------------------------------------------------
  Time-stamp: <Tue Mar 06 2001 17:01:46 Stardate: [-30]6288.54 hwloidl>
- $Id: FetchMe.hc,v 1.7 2001/03/23 16:36:21 simonmar Exp $
 
  Entry code for a FETCH_ME closure
 
diff --git a/ghc/rts/parallel/Global.c b/ghc/rts/parallel/Global.c
index 9f5147589ee..b2541357e19 100644
--- a/ghc/rts/parallel/Global.c
+++ b/ghc/rts/parallel/Global.c
@@ -1,6 +1,5 @@
 /* ---------------------------------------------------------------------------
    Time-stamp: <Wed Mar 21 2001 16:32:23 Stardate: [-30]6363.44 hwloidl>
-   $Id: Global.c,v 1.4 2001/03/22 03:51:11 hwloidl Exp $
 
    (c) The AQUA/Parade Projects, Glasgow University, 1995
        The GdH/APART 624 Projects, Heriot-Watt University, Edinburgh, 1999
diff --git a/ghc/rts/parallel/GranSim.c b/ghc/rts/parallel/GranSim.c
index 3e799ad58ee..b1cc0962bec 100644
--- a/ghc/rts/parallel/GranSim.c
+++ b/ghc/rts/parallel/GranSim.c
@@ -1,6 +1,5 @@
 /* 
    Time-stamp: <Tue Mar 06 2001 00:17:42 Stardate: [-30]6285.06 hwloidl>
-   $Id: GranSim.c,v 1.5 2001/07/23 17:23:20 simonmar Exp $
 
    Variables and functions specific to GranSim the parallelism simulator
    for GPH.
diff --git a/ghc/rts/parallel/GranSimRts.h b/ghc/rts/parallel/GranSimRts.h
index d467fb077b7..fc31a1f0a60 100644
--- a/ghc/rts/parallel/GranSimRts.h
+++ b/ghc/rts/parallel/GranSimRts.h
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Tue Mar 06 2001 00:18:30 Stardate: [-30]6285.06 hwloidl>
-   $Id: GranSimRts.h,v 1.4 2001/03/22 03:51:11 hwloidl Exp $
 
    Variables and functions specific to GranSim.
    ----------------------------------------------------------------------- */
diff --git a/ghc/rts/parallel/HLC.h b/ghc/rts/parallel/HLC.h
index 10d91faf163..793ac840f93 100644
--- a/ghc/rts/parallel/HLC.h
+++ b/ghc/rts/parallel/HLC.h
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Sun Mar 18 2001 20:16:14 Stardate: [-30]6349.22 hwloidl>
-   $Id: HLC.h,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
 
    High Level Communications Header (HLC.h)
 
diff --git a/ghc/rts/parallel/HLComms.c b/ghc/rts/parallel/HLComms.c
index 9435536aefa..b0982e441c3 100644
--- a/ghc/rts/parallel/HLComms.c
+++ b/ghc/rts/parallel/HLComms.c
@@ -1,6 +1,5 @@
 /* ----------------------------------------------------------------------------
  * Time-stamp: <Wed Mar 21 2001 16:34:41 Stardate: [-30]6363.45 hwloidl>
- * $Id: HLComms.c,v 1.6 2001/08/14 13:40:10 sewardj Exp $
  *
  * High Level Communications Routines (HLComms.lc)
  *
diff --git a/ghc/rts/parallel/LLC.h b/ghc/rts/parallel/LLC.h
index e10329787f5..536e431bef1 100644
--- a/ghc/rts/parallel/LLC.h
+++ b/ghc/rts/parallel/LLC.h
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Sun Mar 18 2001 21:23:50 Stardate: [-30]6349.45 hwloidl>
-   $Id: LLC.h,v 1.4 2001/03/22 03:51:11 hwloidl Exp $
 
    Low Level Communications Header (LLC.h)
 
diff --git a/ghc/rts/parallel/LLComms.c b/ghc/rts/parallel/LLComms.c
index db56bc68104..baa6dddf0c1 100644
--- a/ghc/rts/parallel/LLComms.c
+++ b/ghc/rts/parallel/LLComms.c
@@ -1,6 +1,5 @@
 /* ----------------------------------------------------------------------------
  * Time-stamp: <Mon Mar 19 2001 22:10:38 Stardate: [-30]6354.62 hwloidl>
- * $Id: LLComms.c,v 1.5 2001/08/14 13:40:10 sewardj Exp $
  *
  * GUM Low-Level Inter-Task Communication
  *
diff --git a/ghc/rts/parallel/Pack.c b/ghc/rts/parallel/Pack.c
index 75e12e0c664..e8653f63031 100644
--- a/ghc/rts/parallel/Pack.c
+++ b/ghc/rts/parallel/Pack.c
@@ -1,6 +1,5 @@
 /* 
    Time-stamp: <Wed Mar 21 2001 16:32:47 Stardate: [-30]6363.44 hwloidl>
-   $Id: Pack.c,v 1.8 2001/07/24 05:04:59 ken Exp $
 
    Graph packing and unpacking code for sending it to another processor
    and retrieving the original graph structure from the packet.
diff --git a/ghc/rts/parallel/ParInit.c b/ghc/rts/parallel/ParInit.c
index f77564c8d7c..22c9119c892 100644
--- a/ghc/rts/parallel/ParInit.c
+++ b/ghc/rts/parallel/ParInit.c
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Wed Mar 21 2001 16:37:16 Stardate: [-30]6363.46 hwloidl>
-   $Id: ParInit.c,v 1.5 2001/08/14 13:40:10 sewardj Exp $
 
    Initialising the parallel RTS
 
diff --git a/ghc/rts/parallel/ParTicky.c b/ghc/rts/parallel/ParTicky.c
index 5cc90604ec5..97f8d696f91 100644
--- a/ghc/rts/parallel/ParTicky.c
+++ b/ghc/rts/parallel/ParTicky.c
@@ -1,5 +1,4 @@
 /* -------------------------------------------------------------------------
- * $Id: ParTicky.c,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * (c) Hans-Wolfgang Loidl, 2000-
  *
diff --git a/ghc/rts/parallel/ParTicky.h b/ghc/rts/parallel/ParTicky.h
index d45272e42af..1d6e7435c9a 100644
--- a/ghc/rts/parallel/ParTicky.h
+++ b/ghc/rts/parallel/ParTicky.h
@@ -1,5 +1,4 @@
 /* --------------------------------------------------------------------------
- * $Id: ParTicky.h,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * (c) Hans-Wolfgang Loidl, 2000-
  *
diff --git a/ghc/rts/parallel/ParTypes.h b/ghc/rts/parallel/ParTypes.h
index b280eaee8b9..910a6f2d998 100644
--- a/ghc/rts/parallel/ParTypes.h
+++ b/ghc/rts/parallel/ParTypes.h
@@ -1,6 +1,5 @@
 /* ---------------------------------------------------------------------------
  * Time-stamp: <Tue Nov 09 1999 16:31:38 Stardate: [-30]3873.44 hwloidl>
- * $Id: ParTypes.h,v 1.2 2000/01/13 14:34:08 hwloidl Exp $  
  *
  * Runtime system types for GUM
  *
diff --git a/ghc/rts/parallel/ParallelRts.h b/ghc/rts/parallel/ParallelRts.h
index 5ad3c8ddd0d..d421296d190 100644
--- a/ghc/rts/parallel/ParallelRts.h
+++ b/ghc/rts/parallel/ParallelRts.h
@@ -1,6 +1,5 @@
 /* --------------------------------------------------------------------------
    Time-stamp: <Tue Mar 06 2001 00:25:50 Stardate: [-30]6285.08 hwloidl>
-   $Id: ParallelRts.h,v 1.4 2001/03/22 03:51:12 hwloidl Exp $
 
    Variables and functions specific to the parallel RTS (i.e. GUM or GranSim)
    ----------------------------------------------------------------------- */
diff --git a/ghc/rts/parallel/SysMan.c b/ghc/rts/parallel/SysMan.c
index ea272288356..44b3945913c 100644
--- a/ghc/rts/parallel/SysMan.c
+++ b/ghc/rts/parallel/SysMan.c
@@ -1,6 +1,5 @@
 /* ----------------------------------------------------------------------------
    Time-stamp: <Wed Mar 21 2001 17:16:28 Stardate: [-30]6363.59 hwloidl>
-   $Id: SysMan.c,v 1.5 2001/08/14 13:40:10 sewardj Exp $
 
    GUM System Manager Program
    Handles startup, shutdown and global synchronisation of the parallel system.
@@ -295,7 +294,7 @@ main (int argc, char **argv) {
 
   IF_PAR_DEBUG(verbose,
 	       fprintf(stderr,
-	               "==== RFP: GdH enabled SysMan reporting for duty ($Revision: 1.5 $)\n"));
+	               "==== RFP: GdH enabled SysMan reporting for duty ($Revision: 1.6 $)\n"));
   
   if (argc > 1) {
     if (*argv[1] == '-') {
-- 
GitLab