[project @ 2004-09-12 11:27:10 by panne]
authorpanne <unknown>
Sun, 12 Sep 2004 11:27:38 +0000 (11:27 +0000)
committerpanne <unknown>
Sun, 12 Sep 2004 11:27:38 +0000 (11:27 +0000)
Removed the annoying "Id" CVS keywords, they're a real PITA when it
comes to merging...

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

index ea109ac..2c478a7 100644 (file)
@@ -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
index 7263f0b..afb02ac 100644 (file)
@@ -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.
index 931e02c..ae87fcc 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.c,v 1.19 2004/09/06 11:00:21 simonmar Exp $
  *
  * (c) The GHC Team 1998-2000
  * 
index 32db948..8d52e32 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: BlockAlloc.h,v 1.10 2003/11/12 17:49:06 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 6df823c..dc344f2 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ClosureFlags.c,v 1.13 2002/12/11 15:36:41 simonmar Exp $
  *
  * (c) The GHC Team 1998-1999
  *
index 9762566..b4065fe 100644 (file)
@@ -1,6 +1,4 @@
-
 /* -----------------------------------------------------------------------------
- * $Id: Disassembler.h,v 1.7 2001/02/11 17:51:07 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
index c20be8f..083faaf 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Exception.h,v 1.9 2004/08/13 13:09:46 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
index 92ed071..c263520 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FrontPanel.c,v 1.10 2004/09/03 15:28:20 simonmar Exp $
  *
  * (c) The GHC Team 2000
  *
index e2ea76c..c99a84b 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FrontPanel.h,v 1.1 2000/11/01 11:41:47 simonmar Exp $
  *
  * (c) The GHC Team 2000
  *
index 9d25926..d00ea3c 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GC.c,v 1.169 2004/09/03 15:28:20 simonmar Exp $
  *
  * (c) The GHC Team 1998-2003
  *
index 2dd59cc..0e2129f 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GCCompact.c,v 1.20 2004/09/03 15:28:26 simonmar Exp $
  *
  * (c) The GHC Team 2001
  *
index c709937..711b57b 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: GCCompact.h,v 1.3 2003/11/12 17:49:07 sof Exp $
  *
  * (c) The GHC Team 1998-1999
  *
index 1083b8a..d3e4cf4 100644 (file)
@@ -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
index 7babfa0..208deb5 100644 (file)
@@ -1,5 +1,4 @@
 /*-----------------------------------------------------------------------------
- * $Id: Hash.h,v 1.4 2000/12/04 12:31:21 simonmar Exp $
  *
  * (c) The GHC Team, 1999
  *
index ec8f520..b89726c 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: HsFFI.c,v 1.3 2004/04/12 16:26:41 panne Exp $
  *
  * (c) The GHC Team, 2002
  *
index 1823a92..3bb560f 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Interpreter.h,v 1.4 2002/12/11 15:36:42 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002.
  *
index 7ba7051..1f98659 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Itimer.c,v 1.37 2004/09/03 15:28:29 simonmar Exp $
  *
  * (c) The GHC Team, 1995-1999
  *
index adfe12a..8eca9da 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Itimer.h,v 1.13 2003/03/29 00:27:11 sof Exp $
  *
  * (c) The GHC Team 1998-2001
  *
index d0ed1c8..4c2dbab 100644 (file)
@@ -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
index 106e0e2..9a60780 100644 (file)
@@ -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
index 804b92b..deb9af2 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: LinkerInternals.h,v 1.7 2003/10/08 09:42:35 wolfgang Exp $
  *
  * (c) The GHC Team, 2000
  *
index 5867c1b..ff4467f 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.c,v 1.51 2004/09/03 15:28:33 simonmar Exp $
  *
  * (c) The GHC Team 1998-1999
  *
index 64fd459..b44f6dd 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MBlock.h,v 1.20 2004/08/13 13:10:10 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index cceb607..7721438 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Main.c,v 1.42 2004/09/03 15:28:34 simonmar Exp $
  *
  * (c) The GHC Team 1998-2000
  *
index 8e268f4..613993b 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Prelude.h,v 1.26 2004/08/13 13:10:12 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2004
  *
index 7074a43..0f65ac9 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Printer.c,v 1.64 2004/09/03 15:28:35 simonmar Exp $
  *
  * (c) The GHC Team, 1994-2000.
  *
index f874fbe..23cd6d8 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Printer.h,v 1.7 2002/12/11 15:36:45 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
index dab6057..4e9e7f8 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.c,v 1.54 2004/09/03 15:28:35 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
index 82f0923..e8c7394 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfHeap.h,v 1.4 2001/12/12 14:31:43 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index b236429..1746c53 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Profiling.c,v 1.40 2004/09/03 15:28:37 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
index da8c7b8..3b49915 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.c,v 1.13 2004/09/03 15:28:37 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 1ddfc50..5902762 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Proftimer.h,v 1.6 2001/11/22 14:25:12 simonmar Exp $
  *
  * (c) The GHC Team, 1998
  *
index e45f875..5cd881f 100644 (file)
@@ -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
index 5eec192..827daa8 100644 (file)
@@ -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
index 2990a38..3196843 100644 (file)
@@ -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
index c42d6ad..1ab0976 100644 (file)
@@ -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
index c91253b..166778e 100644 (file)
@@ -1,5 +1,4 @@
 /* ----------------------------------------------------------------------------
- * $Id: RtsAPI.c,v 1.52 2004/09/03 15:28:39 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2001
  *
index bc5cb07..af3c509 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsDllMain.c,v 1.3 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team 1999-2000
  *
index d79136b..c12ee8b 100644 (file)
@@ -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
index 4e6a68c..a806763 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsStartup.c,v 1.83 2004/09/03 15:28:42 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002
  *
index eeba793..892c74b 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Sanity.h,v 1.10 2002/12/11 15:36:50 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index a604bcd..2687064 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Select.c,v 1.33 2004/09/03 15:28:53 simonmar Exp $
  *
  * (c) The GHC Team 1995-2002
  *
index 3d287d6..d5a046e 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.c,v 1.42 2004/09/03 15:28:53 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 93cc889..4825fb7 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.h,v 1.12 2003/10/20 17:15:29 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 9571d7a..07b3b6e 100644 (file)
@@ -1,5 +1,4 @@
 /* ---------------------------------------------------------------------------
- * $Id: Sparks.c,v 1.8 2004/09/03 15:28:54 simonmar Exp $
  *
  * (c) The GHC Team, 2000
  *
index 25a9d77..f9cce17 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Sparks.h,v 1.4 2002/01/24 02:06:49 sof Exp $
  *
  * (c) The GHC Team, 2000
  *
index 80b247c..a2b1136 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stable.c,v 1.30 2004/09/03 15:28:55 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002
  *
index e3e53c1..c3efd36 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Stats.h,v 1.18 2004/05/27 09:29:29 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 79104e7..db69424 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgCRun.c,v 1.44 2004/09/03 15:28:56 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
index a0cc95d..5bd6aeb 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgPrimFloat.c,v 1.9 2002/07/17 09:21:51 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
index f49610a..092aa50 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StrHash.c,v 1.3 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team, 1994-2000
  *
index c16e510..bdf6196 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StrHash.h,v 1.1 2000/04/05 15:32:08 simonmar Exp $
  *
  * (c) The GHC Team, 1994-2000
  *
index 92c18ea..294e12b 100644 (file)
@@ -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
index 9f93e29..21765e4 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Ticky.h,v 1.1 1999/01/21 10:31:53 simonm Exp $
  *
  * (c) The GHC Team 1999
  *
index dbcc847..8e3c6ce 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: VisCallbacks.c,v 1.2 2001/08/14 13:40:09 sewardj Exp $
  *
  * (c) The GHC Team 2000
  *
index afc8bae..787c9e4 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Weak.c,v 1.33 2004/09/03 15:28:59 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
index 7d5dc63..937c731 100644 (file)
@@ -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 */
 
 /*
index cd1fe0a..5e17cd3 100644 (file)
@@ -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/"
index adf722c..393d39b 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FlagDefaults.c,v 1.2 1998/12/02 13:29:11 simonm Exp $
  *
  * User-overridable RTS hooks.
  *
index fa0e7a7..cc9cdc0 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: InitEachPE.c,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
  *
  * User-overridable RTS hooks.
  *
index c4af10a..1218d1d 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: MallocFail.c,v 1.3 2002/07/17 09:21:51 simonmar Exp $
  *
  * User-overridable RTS hooks.
  *
index 67201c3..dd4c3b4 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: OnExit.c,v 1.2 1998/12/02 13:29:14 simonm Exp $
  *
  * User-overridable RTS hooks.
  *
index 587587b..98db0d7 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: OutOfHeap.c,v 1.5 2003/10/31 16:22:11 sof Exp $
  *
  * User-overridable RTS hooks.
  *
index 177086d..b934b05 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsOpts.c,v 1.2 2002/07/17 09:21:51 simonmar Exp $
  *
  * Default RTS options.
  *
index a452193..f5e3ba9 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: ShutdownEachPEHook.c,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * User-overridable RTS hooks.
  *
index a14b069..a395a3a 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: StackOverflow.c,v 1.3 2002/07/17 09:21:51 simonmar Exp $
  *
  * User-overridable RTS hooks.
  *
index 56e6646..a471e30 100644 (file)
@@ -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
index 94323af..be5cbf6 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: FetchMe.h,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
  *
  * Closure types for the parallel system.
  *
index 799f126..f142e9e 100644 (file)
@@ -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
 
index 9f51475..b254135 100644 (file)
@@ -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
index 3e799ad..b1cc096 100644 (file)
@@ -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.
index d467fb0..fc31a1f 100644 (file)
@@ -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.
    ----------------------------------------------------------------------- */
index 10d91fa..793ac84 100644 (file)
@@ -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)
 
index 9435536..b0982e4 100644 (file)
@@ -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)
  *
index e103297..536e431 100644 (file)
@@ -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)
 
index db56bc6..baa6ddd 100644 (file)
@@ -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
  *
index 75e12e0..e8653f6 100644 (file)
@@ -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.
index f77564c..22c9119 100644 (file)
@@ -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
 
index 5cc9060..97f8d69 100644 (file)
@@ -1,5 +1,4 @@
 /* -------------------------------------------------------------------------
- * $Id: ParTicky.c,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * (c) Hans-Wolfgang Loidl, 2000-
  *
index d45272e..1d6e743 100644 (file)
@@ -1,5 +1,4 @@
 /* --------------------------------------------------------------------------
- * $Id: ParTicky.h,v 1.1 2001/03/22 03:51:11 hwloidl Exp $
  *
  * (c) Hans-Wolfgang Loidl, 2000-
  *
index b280eae..910a6f2 100644 (file)
@@ -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
  *
index 5ad3c8d..d421296 100644 (file)
@@ -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)
    ----------------------------------------------------------------------- */
index ea27228..44b3945 100644 (file)
@@ -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] == '-') {