diff options
Diffstat (limited to 'includes/rts')
-rw-r--r-- | includes/rts/Adjustor.h | 2 | ||||
-rw-r--r-- | includes/rts/BlockSignals.h | 2 | ||||
-rw-r--r-- | includes/rts/Config.h | 2 | ||||
-rw-r--r-- | includes/rts/Constants.h | 2 | ||||
-rw-r--r-- | includes/rts/FileLock.h | 2 | ||||
-rw-r--r-- | includes/rts/Flags.h | 2 | ||||
-rw-r--r-- | includes/rts/GetTime.h | 2 | ||||
-rw-r--r-- | includes/rts/Globals.h | 2 | ||||
-rw-r--r-- | includes/rts/Hooks.h | 2 | ||||
-rw-r--r-- | includes/rts/Hpc.h | 2 | ||||
-rw-r--r-- | includes/rts/IOManager.h | 2 | ||||
-rw-r--r-- | includes/rts/Linker.h | 2 | ||||
-rw-r--r-- | includes/rts/Messages.h | 2 | ||||
-rw-r--r-- | includes/rts/OSThreads.h | 2 | ||||
-rw-r--r-- | includes/rts/Parallel.h | 2 | ||||
-rw-r--r-- | includes/rts/PrimFloat.h | 2 | ||||
-rw-r--r-- | includes/rts/Signals.h | 2 | ||||
-rw-r--r-- | includes/rts/SpinLock.h | 2 | ||||
-rw-r--r-- | includes/rts/Stable.h | 2 | ||||
-rw-r--r-- | includes/rts/TTY.h | 2 | ||||
-rw-r--r-- | includes/rts/Threads.h | 2 | ||||
-rw-r--r-- | includes/rts/Ticky.h | 2 | ||||
-rw-r--r-- | includes/rts/Timer.h | 2 | ||||
-rw-r--r-- | includes/rts/Types.h | 2 | ||||
-rw-r--r-- | includes/rts/Utils.h | 2 | ||||
-rw-r--r-- | includes/rts/prof/CCS.h | 2 | ||||
-rw-r--r-- | includes/rts/prof/LDV.h | 2 | ||||
-rw-r--r-- | includes/rts/storage/MBlock.h | 4 |
28 files changed, 29 insertions, 29 deletions
diff --git a/includes/rts/Adjustor.h b/includes/rts/Adjustor.h index b65212d1c8..5e96a072fb 100644 --- a/includes/rts/Adjustor.h +++ b/includes/rts/Adjustor.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/BlockSignals.h b/includes/rts/BlockSignals.h index bc02f5fccf..166d7bb3fe 100644 --- a/includes/rts/BlockSignals.h +++ b/includes/rts/BlockSignals.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Config.h b/includes/rts/Config.h index c67b53039c..043bf2deb4 100644 --- a/includes/rts/Config.h +++ b/includes/rts/Config.h @@ -9,7 +9,7 @@ * NB: THIS FILE IS INCLUDED IN NON-C CODE AND DATA! #defines only please. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index 494abe2b22..842c37b369 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -13,7 +13,7 @@ * DerivedConstants.h by a C program (mkDerivedConstantsHdr). * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h index e863883c51..e4c7c66fa7 100644 --- a/includes/rts/FileLock.h +++ b/includes/rts/FileLock.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Flags.h b/includes/rts/Flags.h index 9ca7fb9f7e..bf6a7f3c5c 100644 --- a/includes/rts/Flags.h +++ b/includes/rts/Flags.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/GetTime.h b/includes/rts/GetTime.h index 79cef4fc7f..e5dbd9e238 100644 --- a/includes/rts/GetTime.h +++ b/includes/rts/GetTime.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h index d0d34ef981..00553610f5 100644 --- a/includes/rts/Globals.h +++ b/includes/rts/Globals.h @@ -10,7 +10,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Hooks.h b/includes/rts/Hooks.h index f536afaa09..bf69673d70 100644 --- a/includes/rts/Hooks.h +++ b/includes/rts/Hooks.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Hpc.h b/includes/rts/Hpc.h index bceb81c961..40082d0196 100644 --- a/includes/rts/Hpc.h +++ b/includes/rts/Hpc.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/IOManager.h b/includes/rts/IOManager.h index bf93d97a80..1c331b97af 100644 --- a/includes/rts/IOManager.h +++ b/includes/rts/IOManager.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/Linker.h b/includes/rts/Linker.h index 2e88fe4015..ecbefbbcbc 100644 --- a/includes/rts/Linker.h +++ b/includes/rts/Linker.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Messages.h b/includes/rts/Messages.h index d3dabde3a9..85ffddaffd 100644 --- a/includes/rts/Messages.h +++ b/includes/rts/Messages.h @@ -10,7 +10,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/OSThreads.h b/includes/rts/OSThreads.h index 260aac15a8..0d2404cc72 100644 --- a/includes/rts/OSThreads.h +++ b/includes/rts/OSThreads.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * --------------------------------------------------------------------------*/ diff --git a/includes/rts/Parallel.h b/includes/rts/Parallel.h index f2b56469e7..2c84327729 100644 --- a/includes/rts/Parallel.h +++ b/includes/rts/Parallel.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/PrimFloat.h b/includes/rts/PrimFloat.h index 96a7d25df3..248ea6246f 100644 --- a/includes/rts/PrimFloat.h +++ b/includes/rts/PrimFloat.h @@ -5,7 +5,7 @@ * Primitive floating-point operations * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Signals.h b/includes/rts/Signals.h index 4bdd68c06f..22cbe4ad77 100644 --- a/includes/rts/Signals.h +++ b/includes/rts/Signals.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/SpinLock.h b/includes/rts/SpinLock.h index 63a9395e18..b6eccced8a 100644 --- a/includes/rts/SpinLock.h +++ b/includes/rts/SpinLock.h @@ -15,7 +15,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/Stable.h b/includes/rts/Stable.h index 9f785eea01..bc3b01afe1 100644 --- a/includes/rts/Stable.h +++ b/includes/rts/Stable.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/TTY.h b/includes/rts/TTY.h index 647d88b118..f0b4225fbf 100644 --- a/includes/rts/TTY.h +++ b/includes/rts/TTY.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * -------------------------------------------------------------------------- */ diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h index 2ebc542d05..e6844a3227 100644 --- a/includes/rts/Threads.h +++ b/includes/rts/Threads.h @@ -8,7 +8,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Ticky.h b/includes/rts/Ticky.h index 304baf7592..31d80953fc 100644 --- a/includes/rts/Ticky.h +++ b/includes/rts/Ticky.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Timer.h b/includes/rts/Timer.h index 9563f6a449..ca039537d3 100644 --- a/includes/rts/Timer.h +++ b/includes/rts/Timer.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Types.h b/includes/rts/Types.h index aacbfdc0b8..88d0b34906 100644 --- a/includes/rts/Types.h +++ b/includes/rts/Types.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/Utils.h b/includes/rts/Utils.h index 119ec5b6a0..a4a57ab332 100644 --- a/includes/rts/Utils.h +++ b/includes/rts/Utils.h @@ -6,7 +6,7 @@ * exposes externally. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h index 33bfc306f4..dbd0717d4d 100644 --- a/includes/rts/prof/CCS.h +++ b/includes/rts/prof/CCS.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/prof/LDV.h b/includes/rts/prof/LDV.h index 64266911bd..2df18efcc4 100644 --- a/includes/rts/prof/LDV.h +++ b/includes/rts/prof/LDV.h @@ -7,7 +7,7 @@ * Do not #include this file directly: #include "Rts.h" instead. * * To understand the structure of the RTS headers, see the wiki: - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes * * ---------------------------------------------------------------------------*/ diff --git a/includes/rts/storage/MBlock.h b/includes/rts/storage/MBlock.h index 7a5eb22cc9..1b02b3cc65 100644 --- a/includes/rts/storage/MBlock.h +++ b/includes/rts/storage/MBlock.h @@ -5,7 +5,7 @@ * MegaBlock Allocator interface. * * See wiki commentary at - * http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced + * http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced * * ---------------------------------------------------------------------------*/ @@ -36,7 +36,7 @@ extern SpinLock gc_alloc_block_sync; It needs to be FAST. See wiki commentary at - http://hackage.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced + http://ghc.haskell.org/trac/ghc/wiki/Commentary/HeapAlloced Implementation of HEAP_ALLOCED ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |