summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/rts/Arena.c1
-rw-r--r--ghc/rts/Arena.h1
-rw-r--r--ghc/rts/BlockAlloc.c1
-rw-r--r--ghc/rts/BlockAlloc.h1
-rw-r--r--ghc/rts/ClosureFlags.c1
-rw-r--r--ghc/rts/Disassembler.h2
-rw-r--r--ghc/rts/Exception.h1
-rw-r--r--ghc/rts/FrontPanel.c1
-rw-r--r--ghc/rts/FrontPanel.h1
-rw-r--r--ghc/rts/GC.c1
-rw-r--r--ghc/rts/GCCompact.c1
-rw-r--r--ghc/rts/GCCompact.h1
-rw-r--r--ghc/rts/Hash.c1
-rw-r--r--ghc/rts/Hash.h1
-rw-r--r--ghc/rts/HsFFI.c1
-rw-r--r--ghc/rts/Interpreter.h1
-rw-r--r--ghc/rts/Itimer.c1
-rw-r--r--ghc/rts/Itimer.h1
-rw-r--r--ghc/rts/LdvProfile.c1
-rw-r--r--ghc/rts/LdvProfile.h1
-rw-r--r--ghc/rts/LinkerInternals.h1
-rw-r--r--ghc/rts/MBlock.c1
-rw-r--r--ghc/rts/MBlock.h1
-rw-r--r--ghc/rts/Main.c1
-rw-r--r--ghc/rts/Prelude.h1
-rw-r--r--ghc/rts/Printer.c1
-rw-r--r--ghc/rts/Printer.h1
-rw-r--r--ghc/rts/ProfHeap.c1
-rw-r--r--ghc/rts/ProfHeap.h1
-rw-r--r--ghc/rts/Profiling.c1
-rw-r--r--ghc/rts/Proftimer.c1
-rw-r--r--ghc/rts/Proftimer.h1
-rw-r--r--ghc/rts/RetainerProfile.c1
-rw-r--r--ghc/rts/RetainerProfile.h1
-rw-r--r--ghc/rts/RetainerSet.c1
-rw-r--r--ghc/rts/RetainerSet.h1
-rw-r--r--ghc/rts/RtsAPI.c1
-rw-r--r--ghc/rts/RtsDllMain.c1
-rw-r--r--ghc/rts/RtsFlags.c1
-rw-r--r--ghc/rts/RtsStartup.c1
-rw-r--r--ghc/rts/Sanity.h1
-rw-r--r--ghc/rts/Select.c1
-rw-r--r--ghc/rts/Signals.c1
-rw-r--r--ghc/rts/Signals.h1
-rw-r--r--ghc/rts/Sparks.c1
-rw-r--r--ghc/rts/Sparks.h1
-rw-r--r--ghc/rts/Stable.c1
-rw-r--r--ghc/rts/Stats.h1
-rw-r--r--ghc/rts/StgCRun.c1
-rw-r--r--ghc/rts/StgPrimFloat.c1
-rw-r--r--ghc/rts/StrHash.c1
-rw-r--r--ghc/rts/StrHash.h1
-rw-r--r--ghc/rts/Ticky.c1
-rw-r--r--ghc/rts/Ticky.h1
-rw-r--r--ghc/rts/VisCallbacks.c1
-rw-r--r--ghc/rts/Weak.c1
-rw-r--r--ghc/rts/gmp/ansi2knr.c1
-rw-r--r--ghc/rts/gmp/mkinstalldirs12
-rw-r--r--ghc/rts/hooks/FlagDefaults.c1
-rw-r--r--ghc/rts/hooks/InitEachPE.c1
-rw-r--r--ghc/rts/hooks/MallocFail.c1
-rw-r--r--ghc/rts/hooks/OnExit.c1
-rw-r--r--ghc/rts/hooks/OutOfHeap.c1
-rw-r--r--ghc/rts/hooks/RtsOpts.c1
-rw-r--r--ghc/rts/hooks/ShutdownEachPEHook.c1
-rw-r--r--ghc/rts/hooks/StackOverflow.c1
-rw-r--r--ghc/rts/parallel/0Hash.c1
-rw-r--r--ghc/rts/parallel/FetchMe.h1
-rw-r--r--ghc/rts/parallel/FetchMe.hc1
-rw-r--r--ghc/rts/parallel/Global.c1
-rw-r--r--ghc/rts/parallel/GranSim.c1
-rw-r--r--ghc/rts/parallel/GranSimRts.h1
-rw-r--r--ghc/rts/parallel/HLC.h1
-rw-r--r--ghc/rts/parallel/HLComms.c1
-rw-r--r--ghc/rts/parallel/LLC.h1
-rw-r--r--ghc/rts/parallel/LLComms.c1
-rw-r--r--ghc/rts/parallel/Pack.c1
-rw-r--r--ghc/rts/parallel/ParInit.c1
-rw-r--r--ghc/rts/parallel/ParTicky.c1
-rw-r--r--ghc/rts/parallel/ParTicky.h1
-rw-r--r--ghc/rts/parallel/ParTypes.h1
-rw-r--r--ghc/rts/parallel/ParallelRts.h1
-rw-r--r--ghc/rts/parallel/SysMan.c3
83 files changed, 10 insertions, 87 deletions
diff --git a/ghc/rts/Arena.c b/ghc/rts/Arena.c
index ea109accbf..2c478a70b7 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 7263f0bd3d..afb02ac56c 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 931e02c411..ae87fcca6b 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 32db94805a..8d52e329a9 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 6df823c7fe..dc344f2201 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 9762566c4f..b4065feca8 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 c20be8f707..083faaf230 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 92ed071465..c2635205e0 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 e2ea76c087..c99a84b4d0 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 9d25926ecd..d00ea3c5de 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 2dd59cc641..0e2129fa95 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 c70993712a..711b57b62c 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 1083b8a7cc..d3e4cf47e9 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 7babfa0439..208deb5813 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 ec8f520090..b89726cc80 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 1823a92148..3bb560f0ab 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 7ba7051090..1f98659a62 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 adfe12a397..8eca9da46d 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 d0ed1c872c..4c2dbabb74 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 106e0e2945..9a607801f9 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 804b92bf71..deb9af2d99 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 5867c1becd..ff4467fba4 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 64fd459b91..b44f6ddd1d 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 cceb607f4d..7721438646 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 8e268f43f1..613993b3e7 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 7074a434cb..0f65ac9687 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 f874fbe5d0..23cd6d8aa4 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 dab6057333..4e9e7f82a9 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 82f0923c85..e8c73940f9 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 b2364299e8..1746c53871 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 da8c7b8da4..3b499152d6 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 1ddfc50072..59027623ba 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 e45f8751c1..5cd881f604 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 5eec192bba..827daa8ef4 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 2990a383ef..3196843604 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 c42d6ad6ee..1ab0976b18 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 c91253bd20..166778e6f1 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 bc5cb07f42..af3c5090de 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 d79136bf99..c12ee8bc4b 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 4e6a68cf22..a80676365d 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 eeba793e00..892c74b790 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 a604bcdebb..26870641bc 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 3d287d6efe..d5a046e01b 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 93cc88957d..4825fb7b9b 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 9571d7a3e6..07b3b6e23f 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 25a9d77d07..f9cce177a3 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 80b247cd94..a2b1136e1f 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 e3e53c1186..c3efd36312 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 79104e7c2c..db69424fe1 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 a0cc95dce5..5bd6aebb1c 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 f49610adfb..092aa50c4b 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 c16e510d36..bdf61960d9 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 92c18ea101..294e12bdda 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 9f93e292f4..21765e4bbb 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 dbcc847a26..8e3c6ceb6c 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 afc8baeab2..787c9e42ac 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 7d5dc634a1..937c731886 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 cd1fe0a794..5e17cd39fb 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 adf722c476..393d39bc39 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 fa0e7a729c..cc9cdc0dba 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 c4af10a7c0..1218d1d8d0 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 67201c3355..dd4c3b4bb0 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 587587b85a..98db0d7d49 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 177086d683..b934b05f1b 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 a4521935fe..f5e3ba9344 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 a14b0698f8..a395a3a1a5 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 56e6646495..a471e30a66 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 94323af308..be5cbf6b54 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 799f12672c..f142e9e514 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 9f5147589e..b2541357e1 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 3e799ad58e..b1cc0962be 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 d467fb077b..fc31a1f0a6 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 10d91faf16..793ac840f9 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 9435536aef..b0982e441c 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 e10329787f..536e431bef 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 db56bc6810..baa6dddf0c 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 75e12e0c66..e8653f6303 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 f77564c8d7..22c9119c89 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 5cc90604ec..97f8d696f9 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 d45272e42a..1d6e7435c9 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 b280eaee8b..910a6f2d99 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 5ad3c8ddd0..d421296d19 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 ea27228835..44b3945913 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] == '-') {