add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / Conc /
2011-05-24 Simon Marlowdocument the behaviour of throwTo to the current thread...
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-03-30 Simon MarlowExport the affinity API from Control.Concurrent: forkOn...
2011-03-29 Simon Marlowadd forkIOWithUnmask, forkOnIOWithUnmask; deprecate...
2011-03-21 Ian LynaghRename System.Event to GHC.Event
2011-03-01 Simon Marlowadd threadCapability :: ThreadId -> IO (Int,Bool)
2010-12-22 Simon Marlowfollow changes to threadStatus#, and update stat values
2010-12-22 Simon Marlowadd getNumCapabilities :: IO Int
2011-01-31 Simon Marlowadd missing extensions for Windows
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-11-20 Ian LynaghRemove a redundant fromIntegral
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use bang...
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-26 Bas van DijkAdd throwSTM :: Exception e => e -> STM a
2010-09-26 Bas van DijkGeneralize catchSTM
2010-10-14 Simon MarlowthrowTo: mention interruptible foreign calls
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-08-10 Simon MarlowIntegrated new I/O manager