diff --git a/ghc/rts/Arena.c b/ghc/rts/Arena.c index ea109accbf1e84610c978d0c4694e0263ce19ebc..2c478a70b7717a7d4c991fa51fd29a600657defc 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 7263f0bd3d82b50e35b7ca07174416ea2810f24f..afb02ac56c786cbb32533e5cd40a0eac06b74526 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 931e02c411a95065034aa76943f08c60f6df2b93..ae87fcca6b1609a8f08e12d0872baf3ef83bbcf8 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 32db94805a6830700837e17b6725e5d558f438ea..8d52e329a91f7f7b3fdee364ae73af23ec304dc9 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 6df823c7feaaa90b9b278f9d13170def4965a4bb..dc344f22010532ed158bfd2be7ed375c0738a53a 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 9762566c4f7cb7a491b2a91ecbd9c1b782d206f3..b4065feca82f83a733a79968a4b5f1fbde8b4bf9 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 c20be8f7075e1dda68acbe598e5221132d6ec958..083faaf230f5e466ab578364735fc94f9e694b32 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 92ed071465eeda67c4592794d658833092015743..c2635205e0e90f3e76f596e60438d596b3aadf13 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 e2ea76c0873e24e84467af0b9eb45a7b06504079..c99a84b4d08b8dcd6d2bd33591faa9910a7b0168 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 9d25926ecd4866587c5f51d631ced7270ff1be0e..d00ea3c5de57c3ece6f36c7269fe4914e74129e8 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 2dd59cc641b7d544cfeccd3e9b4a5b7fa13f7617..0e2129fa95c5cd82c92b503077b4e6ddef6e8cdd 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 c70993712a10b3535721662382a9f5b707904be2..711b57b62c1b7345d1e7c784fc6da93c619cfc41 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 1083b8a7ccef51871cef56dae6a650498c935d48..d3e4cf47e985acf5c3f7bc352e4a8d791db18530 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 7babfa0439b3cac4ceebddf1a1fa3664a8706696..208deb5813521d6e324c3a1d1b2e14128b6d71f2 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 ec8f52009032a40a4f07d7b585c957eae00f7d94..b89726cc80acdd641d44fc203830e7a5787e0b3d 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 1823a921489947a07b6cc5c01dac3d2fc183f330..3bb560f0abdf87c7e4bc1e6fa31c7f2bf90519ba 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 7ba7051090fef2a0a34188190d69b3bc406248ab..1f98659a62cd6f1f233d2a6a529ebf71369980d1 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 adfe12a397677f0d193e2c66489befad75eb3c26..8eca9da46df6c9ab4086dd013995133096d53fd0 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 d0ed1c872c3256e9b183ffd400e8b12e8d3a457d..4c2dbabb74dac8cee9765907aa3dbf36e5a28b39 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 106e0e29452ec11c6d2d3ac3dbfa3034b15e59d7..9a607801f9729fc72060fc57fed51e02bd1bfca9 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 804b92bf71d83c8dfe4d27b9d47573c834468f40..deb9af2d994cccee210195ee073cb8ea9fb20a5b 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 5867c1becdd7b7a14aceccf9b5f8a9530986c65d..ff4467fba4df10b203b51b9bceb035586350053a 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 64fd459b912970050aa57919b9e7b2e0035d949a..b44f6ddd1d2d632b69a8708136a862a9b79fbcb7 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 cceb607f4d577a2cd72722c03b238c54387fed48..7721438646fcd663ce064a102234c94634fe69eb 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 8e268f43f148a56b295f9027fe7cc69f99483f23..613993b3e756766850eb8cd2d03fe480ad44438c 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 7074a434cb385f157414976be74f3ca5e9fd0a0f..0f65ac9687b09ace5f62e02b00fa30720a13c9ee 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 f874fbe5d03dc65297a78bfb25b6fe0f9049757f..23cd6d8aa4a2bc65aeaa0062636d07eeb19dd104 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 dab6057333e45268098c6a147d1590e1b07badde..4e9e7f82a9305ed1de0ae5394f219d5e887d3ce4 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 82f0923c850ab787d7ebe7990bf2e0402dbb7372..e8c73940f928d6c13f819fba5a9ad7bacd05d78c 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 b2364299e82f15bcb67879ead2154bd761311b5b..1746c5387137c81350f921f6b207a7e40fd62267 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 da8c7b8da4df2af027c4017d1e4621ddad2fcf84..3b499152d66b768e682ec7b8947e07b5d6438720 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 1ddfc50072801b899deedfc942df39294ef0ff25..59027623baffdd8cf50a834641b5e89151e2f08a 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 e45f8751c1d212de88dbc25c00b1f667da21e93c..5cd881f6046217f3f06e01dd213a7caa0b149dd0 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 5eec192bbaec52ae76ae58cccc41eec46ddda1a9..827daa8ef468c779ac25441dc8610d3100146937 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 2990a383ef8247e872decb0bcacfd2ba867f4112..3196843604e730552839ba6ab7490c4b34504449 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 c42d6ad6ee288f75fdf6a5d1d04aeec02d48614e..1ab0976b180a2a87b79bde14938bd9a496edbdd4 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 c91253bd20d98d2d3e6a31db4da901df27acdaf9..166778e6f1d80e37dd3e7676c9484f0e514a067d 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 bc5cb07f42d821636b404735cb083c72bf169b10..af3c5090de9527d37dac7517ff818094d2b808f4 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 d79136bf99c56e32e1779dbf4727843b5c046f0b..c12ee8bc4bf0525237b2abc5907023ffe9a07faf 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 4e6a68cf22c80b3c22e5a4aad2032c1e3418f4d5..a80676365d4843ea767d28df532a09d3bf93b61d 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 eeba793e005351221a3a265b2a3923a1f43f20bc..892c74b7907726fd0c70bc8c085838b5ca4405ed 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 a604bcdebb5aeb53f758a64c2e7f8866bc2414a6..26870641bc02539b97e1f39d6107de2b16efce0a 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 3d287d6efe46a63f09e43e756988d3ab2ac49713..d5a046e01b20c291a4a4de93dfa7b78d3691fc5d 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 93cc88957de76cab31fc9256ff1721ac09cb15df..4825fb7b9bfdbd7b3cd7ef7242969354cdfcca56 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 9571d7a3e6003ef5ce56976fd73ad83541ae635a..07b3b6e23fa640a50172df794faaa27dd04bb83f 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 25a9d77d0775b7600f2ec0883e219aea410dfe5f..f9cce177a39a27bd17a30e13fc2a14bb8b1a27e0 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 80b247cd94c4b908423699439bbbd6d186a7645e..a2b1136e1f1ee640f643ea047117709ddc2cb36a 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 e3e53c1186c85c2a7993e9532d13c703fdf6ab37..c3efd36312c06b36588d78f5781dfe37bb03632c 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 79104e7c2c41beeeee6ff790bad477e081680bf1..db69424fe14ea3e82b668f63bc9ee188f324e198 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 a0cc95dce54c2a1632da5d465e2acb729363cab8..5bd6aebb1cd1923608653d27599a247baca98af4 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 f49610adfb62f46f6176c8c68c532ce2e7020f88..092aa50c4b74ee66aa94771703592de52c098d17 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 c16e510d3680d7f994887b4ee967aa0b7f8bd065..bdf61960d9cfe0c12f75da6de269ebb99b98ac79 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 92c18ea101b33ed32f58a09711247346f758d323..294e12bdda6b011b65226e2e4634cad2fb986db9 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 9f93e292f4554e94eec4fb62aa0445e786242edf..21765e4bbb621a99293520fa21dff641def793b0 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 dbcc847a26c83ced294d6e0b93f018b22da56066..8e3c6ceb6cfd17cc4b4967341009fd0214eb85ae 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 afc8baeab2907b64ee5e6f68b6d280bfc6cc989f..787c9e42acec45539da0b486bd969638cd0f8fed 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 7d5dc634a136e7c9c149a418c9779ad7c8da8636..937c731886c201e207cb74487ae7bb1aa59a779d 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 cd1fe0a7947c8ef25c705fb074e19baf1e4558f6..5e17cd39fb758132df8932927f0fa8571cc2615d 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 adf722c476cfd7173e4af497ffe5a9f565f93a9a..393d39bc39fc4c63a4f3690980f3b1a023a07fef 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 fa0e7a729ce6a539732cb1da3dee9238186587d5..cc9cdc0dba7f58ec6dc196262258fc0a7d05bd65 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 c4af10a7c023aa3d257ab5fb3e41298acb9dad63..1218d1d8d0122d392d4df48cb83193a3c7deef37 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 67201c33557cfc4cfdf4605e61dc5b58241f8213..dd4c3b4bb043f65b10ea631ca5ac8f6e44cd4a8d 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 587587b85a2fc08024f16c208e5eb093e0207090..98db0d7d49bfec4b98765ef42d6e498843a18143 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 177086d68329ba6f1877c89220d7fc607ceea9b3..b934b05f1b72f2164dc85d18f98360a604f4c458 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 a4521935fed723ecff64c9d2e56a5e469a337c63..f5e3ba9344e5ac97c75e94d5209c1f86533388a5 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 a14b0698f80e0c6eff11afe2821e8ceac7c356f8..a395a3a1a53b66cb671483e91948845a913190ca 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 56e664649516ff01b118371fcff32d0717d529db..a471e30a66af2d71cba85a522a3de6da5a6be7c6 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 94323af3087e9f94ae831e32e6206320d5d2f315..be5cbf6b54eb1ef741edc9f7179846c371100cea 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 799f12672cb27d079bae6da5a79669ab44de2637..f142e9e5142f0876e33938984508f723c65e6b91 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 9f5147589ee7820ad40f48a8be1cb26753753303..b2541357e19f84f87ee9596037454b4d6483241b 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 3e799ad58ee988866ab16bee9b4741c9659507fd..b1cc0962bec6ab71dbd1dec0e414a5ba004c6526 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 d467fb077b769cbefcc3efc85d5de7b4b33a9bce..fc31a1f0a606d5a6cad75ae8e4f7a33aba349064 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 10d91faf1634fcddb49fa79e1a852c784aa9681d..793ac840f930847f04d5160f136d63cafdac6cf5 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 9435536aefa131c0ae864d944f77cfff78458570..b0982e441c3e47dde481d4751a6bf15c4ac592f7 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 e10329787f5f61df2a850a9b2458e0d4edf77955..536e431bef11d108bd50ea19cdc718b940310550 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 db56bc681042f0f71ef236a15a7065936b85b57d..baa6dddf0c1251a83773dd8178753dd51fd529ee 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 75e12e0c6642811b939be93d2df59b75ffdc76ab..e8653f63031547f3d10b447459d3905c5c0efa73 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 f77564c8d7cb68769e930fb113e379e439389435..22c9119c89283596a71a3160887ac0a8911a357e 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 5cc90604ec5b84e7a7d69d9a1896e387f0090329..97f8d696f912f8fe65891e35f860dd3446aaaa4d 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 d45272e42afc2c9902ace4df09d4f5e971cc3b70..1d6e7435c9a884f0cb0296b21e348793574fa9c1 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 b280eaee8b951c5be23a2ed2cdee35ce8c49653c..910a6f2d998bacb6f0671ade39eecb84121a29cb 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 5ad3c8ddd0d19692f2e0ac957ef3ed579a4ab90b..d421296d190d1ca48a5606018aa5dd85a8ce89c4 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 ea272288356d8af79f21335f4176cbaf79bf124e..44b3945913ced1635654547767bede19b96808db 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] == '-') {