mark System.IO.openTempFile as non-portable in haddocks
[haskell-directory.git] / GHC /
2007-03-08 Ian Lynaghmake Setup and base.cabal suitable for building the...
2007-04-04 Ian LynaghDon't use Fd/FD in foreign decls
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-04-02 Manuel M T ChakravartyFunction crossMapP for fixing desugaring of comprehensions
2007-03-29 Ian LynaghFix the type of wgencat
2007-03-27 Simon Marlowfix strictness of foldr/build rule for take, see #1219
2007-03-07 Simon Marlowfix race condition in prodServiceThread
2007-03-06 Simon MarlowPrevent duplication of unsafePerformIO on a multiprocessor
2007-03-05 Manuel M T ChakravartyPArr: fixed permutations
2007-01-30 Ian LynaghAdd Data.String, containing IsString(fromString); trac...
2007-03-02 Manuel M T ChakravartyGHC.PArr: add bounds checking
2007-02-22 Manuel M T ChakravartyFixed PArr.dropP
2007-02-20 Ian LynaghKeep the same FD in both halves of a duplex handle...
2007-02-20 Ian LynaghRemove more redundant FD conversions
2007-02-20 Ian LynaghFix FD changes on Windows
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-02-09 Ian LynaghThe Windows counterpart to 'wrapround of thread delays'
2007-01-29 Neil Davieswrapround of thread delays
2007-02-06 Ian LynaghWhitespace changes only
2007-02-06 Ian LynaghAdd some type sigs
2006-07-29 Ian LynaghEliminate some warnings
2006-12-21 lennart@augustsson.netAdd IsString class for overloaded string literals.
2006-12-04 Andriy PalamarchukAdded examples, more detailed documentation to Data...
2007-01-17 Simon Marlowfix threadDelay
2007-01-15 Ian LynaghFix crash with (minBound :: Int*) `div (-1) as...
2006-11-08 Pepe IborraAdded Unknowns for higher kinds
2006-08-13 Pepe IborraImproved the Show instance for Unknown
2006-08-01 mnislaih@gmail.comShow instance for GHC.Base.Unknown
2006-07-25 mnislaih@gmail.comIntroduce Unknowns for the closure viewer. Add breakpoi...
2006-12-01 Alec BerrymanFix missing comma in Fractional documentation
2006-12-11 simonpj@microsoftMention that throwTo does not guarantee promptness...
2006-12-11 simonpj@microsoftAdd note about synhronous delivery of throwTo
2006-12-05 Simon Marlowdocumentation for installHandler
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows
2006-12-01 Simon Marlowderiving (Eq, Ord, Enum, Show, Read, Typeab) for Consol...
2006-11-28 Ian LynaghMake sure the threaded threadDelay sleeps at least...
2006-11-24 simonpj@microsoft.comMove instance of Show Ptr to Ptr.hs (fewer orphans)
2006-11-24 simonpj@microsoft.comAdd type signatures
2006-11-15 Ian LynaghUpdate comments on Prelude organisation in GHC/Base.lhs
2006-11-11 Ian LynaghFix broken pragmas; spotted by Bulat Ziganshin
2006-11-07 Simon MarlowUpdate documentation for hWaitForInput
2006-10-12 Samuel BronsonUse unchecked shifts to implement Data.Bits.rotate
2006-10-07 tharris@microsoft.comSTM invariants
2006-10-09 Samuel BronsonInline shift in GHC's Bits instances for {Int,Word...
2006-09-17 brianlsmith@gmail.comFix syntax error that prevents building Haddock documen...
2006-09-27 Simon Marlowmake hGetBufNonBlocking do something on Windows w/...
2006-09-10 Ross Patersondoc tweaks, including more precise equations for evaluate
2006-09-04 Ross PatersonTypeable1 instances for STM and TVar
2006-09-01 Simon Marlowfix hDuplicateTo on Windows
2006-05-08 simonpj@microsoftMake length a good consumer
2006-08-21 Simon Marlowgenerate Haddock docs on all platforms
2006-08-11 sven.panne@aedion.deWarning police: Make some prototypes from the RTS known
2006-08-11 sven.panne@aedion.deWarning police: Removed useless catch-all clause
2006-07-21 Simon MarlowFix unsafeIndex for large ranges
2006-07-14 simonpj@microsoftImprove documentation of atomically
2006-07-08 LemmihbreakpointCond
2006-06-09 Don StewartWibble in docs for new ForeignPtr functionsn
2006-06-22 Simon Marlowdefault to NoBuffering on Windows for a read/write...
2006-06-14 Ross Patersonadd signature for registerDelay
2006-06-13 Ross Patersona few doc comments
2006-06-08 Don StewartOptimised foreign pointer representation, for heap...
2006-06-05 simonpj@microsoft.comAdd the inline function, and many comments
2006-05-25 Simon Marlowexport breakpoint
2006-05-24 Simon Marlowadd a way to ask the IO manager thread to exit
2006-05-18 Simon MarlowMove Eq, Ord, Show instances for ThreadId to GHC.Conc
2006-05-18 Simon MarlowBetter error handling in the IO manager thread
2006-05-09 Simon Marlowadd WordPtr and IntPtr types to Foreign.Ptr, with assoc...
2006-05-08 simonpj@microsoftMake length a good consumer
2006-05-08 simonpj@microsoftTrim imports
2006-05-08 simonpj@microsoftMake unsafePerformIO lazy
2006-05-03 Simon Marlowimprove performance of Integer->String conversion
2006-04-07 LemmihGHC.Base.breakpoint
2006-04-06 Simon Marlowin the show instance for Exception, print the type...
2006-03-27 Simon Marlowadd forkOnIO :: Int -> IO () -> IO ThreadId
2006-03-23 Simon MarlowRework previous: not a gcc bug after all
2006-03-21 Simon Marlowcommit mysteriously missing parts of "runIOFastExit...
2006-03-20 Simon Marlowadd runIOFastExit :: IO a -> IO a
2006-03-15 Simon MarlowAdd unsafeSTToIO :: ST s a -> IO a
2006-03-03 John Meachammake head/build rule apply to all types, not just Bool.
2006-02-03 simonpj@microsoft.comAdd -fno-bang-patterns to modules using both bang and...
2006-01-26 Simon Marlowadd foldr/build optimisation for take and replicate
2006-01-10 simonmar[project @ 2006-01-10 10:23:16 by simonmar]
2006-01-06 simonpj[project @ 2006-01-06 15:46:09 by simonpj]
2005-12-13 simonmar[project @ 2005-12-13 15:57:49 by simonmar]
2005-12-13 simonmar[project @ 2005-12-13 13:28:53 by simonmar]
2005-12-05 simonmar[project @ 2005-12-05 11:42:47 by simonmar]
2005-12-02 simonmar[project @ 2005-12-02 14:29:28 by simonmar]
2005-12-01 simonmar[project @ 2005-12-01 12:32:24 by simonmar]
2005-11-30 simonmar[project @ 2005-11-30 16:56:24 by simonmar]
2005-11-30 simonmar[project @ 2005-11-30 12:24:18 by simonmar]
2005-11-11 simonmar[project @ 2005-11-11 10:37:35 by simonmar]
2005-11-07 simonmar[project @ 2005-11-07 16:39:04 by simonmar]
2005-10-25 simonmar[project @ 2005-10-25 11:13:53 by simonmar]
2005-10-25 simonmar[project @ 2005-10-25 09:01:48 by simonmar]
2005-10-22 ross[project @ 2005-10-22 00:37:01 by ross]
2005-10-18 simonmar[project @ 2005-10-18 11:36:25 by simonmar]
2005-10-13 ross[project @ 2005-10-13 10:35:49 by ross]
2005-10-12 simonpj[project @ 2005-10-12 10:57:40 by simonpj]
2005-10-05 simonmar[project @ 2005-10-05 14:04:28 by simonmar]
next