projects
/
ghc-base.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use a bang pattern when we where/let-bind values with unlifted types
[ghc-base.git]
/
GHC
/
Conc.lhs
2009-04-24
Ian Lynagh
Use a bang pattern when we where/let-bind values with...
blob
|
commitdiff
2009-04-23
Simon Marlow
FIX #3171: make sure we have only one table of signal...
blob
|
commitdiff
|
diff to current
2009-03-11
Simon Marlow
avoid a space leak building up in the "prodding" IORef...
blob
|
commitdiff
|
diff to current
2009-02-20
Ian Lynagh
Fix warnings: put imports inside ifdefs
blob
|
commitdiff
|
diff to current
2009-02-20
Ian Lynagh
ifdef out the syncIOManager export on Windows; fixes...
blob
|
commitdiff
|
diff to current
2009-02-19
Simon Marlow
Set the IO manager pipe descriptors to FD_CLOEXEC
blob
|
commitdiff
|
diff to current
2009-02-19
Simon Marlow
Rewrite of signal-handling (base patch; see also ghc...
blob
|
commitdiff
|
diff to current
2009-01-31
Ian Lynagh
Update the Exception docs
blob
|
commitdiff
|
diff to current
2008-11-29
shelarcy
Fix typo (or out of date reference) in throwTo document...
blob
|
commitdiff
|
diff to current
2008-11-06
Simon Marlow
add GHC.Conc.runSparks (required by GHC patch "Run...
blob
|
commitdiff
|
diff to current
2008-10-16
Simon Marlow
docs about how exceptions are handled by forkIO'd threa...
blob
|
commitdiff
|
diff to current
2008-10-13
Clemens Fruhwirth
Import n_capabilities via import symbol when linking...
blob
|
commitdiff
|
diff to current
2008-10-10
Simon Marlow
add readTVarIO :: TVar a -> IO a
blob
|
commitdiff
|
diff to current
2008-09-02
Simon Marlow
docs: mention that killThread on a completed thread...
blob
|
commitdiff
|
diff to current
2008-08-23
Ian Lynagh
Fix Windows-only warnings
blob
|
commitdiff
|
diff to current
2008-08-22
Ian Lynagh
Fix Windows-only warnings in GHC.Conc
blob
|
commitdiff
|
diff to current
2008-08-20
Ian Lynagh
Fix some more warnings
blob
|
commitdiff
|
diff to current
2008-08-03
Ian Lynagh
Remove the duplicate definition of throwTo in Control...
blob
|
commitdiff
|
diff to current
2008-08-01
Ian Lynagh
Remove unused imports
blob
|
commitdiff
|
diff to current
2008-08-01
Ian Lynagh
Rejig some code so Control.Exception and GHC.Conc don...
blob
|
commitdiff
|
diff to current
2008-08-01
Ian Lynagh
Reshuffle GHC.Conc/GHC.TopHandler a bit to remove a...
blob
|
commitdiff
|
diff to current
2008-07-31
Ian Lynagh
TopHandler now uses the new extensible exceptions
blob
|
commitdiff
|
diff to current
2008-07-30
Ian Lynagh
Start to actually use extensible exceptions
blob
|
commitdiff
|
diff to current
2008-07-30
Ian Lynagh
Rejig the extensible exceptions so there is less circul...
blob
|
commitdiff
|
diff to current
2008-06-21
Ian Lynagh
Use extensible exceptions at the lowest level
blob
|
commitdiff
|
diff to current
2008-07-30
Simon Marlow
add some big warnings to the docs for unsafeIOToSTM...
blob
|
commitdiff
|
diff to current
2008-07-10
Ian Lynagh
Fix haddocking with older haddocks
blob
|
commitdiff
|
diff to current
2008-07-10
Simon Marlow
Add threadStatus :: ThreadId -> IO ThreadStatus
blob
|
commitdiff
|
diff to current
2008-06-16
Ian Lynagh
Avoid using deprecated flags
blob
|
commitdiff
|
diff to current
2008-03-05
Don Stewart
untabify
blob
|
commitdiff
|
diff to current
2008-02-28
Simon Marlow
export MVar, TVar, and STM non-abstractly
blob
|
commitdiff
|
diff to current
2008-01-20
Ross Paterson
haddock attributes for haddock-2.0
blob
|
commitdiff
|
diff to current
2007-12-05
Simon Marlow
docs: describe the changes to forkIO, and document...
blob
|
commitdiff
|
diff to current
2007-12-04
Simon Marlow
protect console handler against concurrent access ...
blob
|
commitdiff
|
diff to current
2007-12-04
Simon Marlow
protect against concurrent access to the signal handler...
blob
|
commitdiff
|
diff to current
2007-11-26
Ian Lynagh
Escape some special characters in haddock docs
blob
|
commitdiff
|
diff to current
2007-11-16
Simon Marlow
fix comment
blob
|
commitdiff
|
diff to current
2007-10-09
Simon Marlow
expose the value of +RTS -N as GHC.Conc.numCapabilities...
blob
|
commitdiff
|
diff to current
2007-05-23
Ian Lynagh
Fix comment: maperrno is in Win32Utils.c, not runProcess.c
blob
|
commitdiff
|
diff to current
2007-04-04
Ian Lynagh
Don't use Fd/FD in foreign decls
blob
|
commitdiff
|
diff to current
2007-04-03
Ian Lynagh
Fix C/Haskell type mismatches
blob
|
commitdiff
|
diff to current
2007-03-07
Simon Marlow
fix race condition in prodServiceThread
blob
|
commitdiff
|
diff to current
2007-02-09
Ian Lynagh
The Windows counterpart to 'wrapround of thread delays'
blob
|
commitdiff
|
diff to current
2007-01-29
Neil Davies
wrapround of thread delays
blob
|
commitdiff
|
diff to current
2007-01-17
Simon Marlow
fix threadDelay
blob
|
commitdiff
|
diff to current
2006-12-11
simonpj@microsoft
Mention that throwTo does not guarantee promptness...
blob
|
commitdiff
|
diff to current
2006-12-11
simonpj@microsoft
Add note about synhronous delivery of throwTo
blob
|
commitdiff
|
diff to current
2006-12-01
Simon Marlow
Add support for the IO manager thread on Windows
blob
|
commitdiff
|
diff to current
2006-11-28
Ian Lynagh
Make sure the threaded threadDelay sleeps at least...
blob
|
commitdiff
|
diff to current
2006-10-07
tharris@microsoft.com
STM invariants
blob
|
commitdiff
|
diff to current
2006-09-04
Ross Paterson
Typeable1 instances for STM and TVar
blob
|
commitdiff
|
diff to current
2006-07-14
simonpj@microsoft
Improve documentation of atomically
blob
|
commitdiff
|
diff to current
2006-06-14
Ross Paterson
add signature for registerDelay
blob
|
commitdiff
|
diff to current
2006-06-13
Ross Paterson
a few doc comments
blob
|
commitdiff
|
diff to current
2006-05-24
Simon Marlow
add a way to ask the IO manager thread to exit
blob
|
commitdiff
|
diff to current
2006-05-18
Simon Marlow
Move Eq, Ord, Show instances for ThreadId to GHC.Conc
blob
|
commitdiff
|
diff to current
2006-05-18
Simon Marlow
Better error handling in the IO manager thread
blob
|
commitdiff
|
diff to current
2006-03-27
Simon Marlow
add forkOnIO :: Int -> IO () -> IO ThreadId
blob
|
commitdiff
|
diff to current
2006-01-10
simonmar
[project @ 2006-01-10 10:23:16 by simonmar]
blob
|
commitdiff
|
diff to current
2005-12-05
simonmar
[project @ 2005-12-05 11:42:47 by simonmar]
blob
|
commitdiff
|
diff to current
2005-12-02
simonmar
[project @ 2005-12-02 14:29:28 by simonmar]
blob
|
commitdiff
|
diff to current
2005-12-01
simonmar
[project @ 2005-12-01 12:32:24 by simonmar]
blob
|
commitdiff
|
diff to current
2005-11-30
simonmar
[project @ 2005-11-30 16:56:24 by simonmar]
blob
|
commitdiff
|
diff to current
2005-11-30
simonmar
[project @ 2005-11-30 12:24:18 by simonmar]
blob
|
commitdiff
|
diff to current
2005-11-11
simonmar
[project @ 2005-11-11 10:37:35 by simonmar]
blob
|
commitdiff
|
diff to current
2005-10-25
simonmar
[project @ 2005-10-25 11:13:53 by simonmar]
blob
|
commitdiff
|
diff to current
2005-10-25
simonmar
[project @ 2005-10-25 09:01:48 by simonmar]
blob
|
commitdiff
|
diff to current
2005-10-18
simonmar
[project @ 2005-10-18 11:36:25 by simonmar]
blob
|
commitdiff
|
diff to current
2005-04-07
simonmar
[project @ 2005-04-07 14:33:31 by simonmar]
blob
|
commitdiff
|
diff to current
2005-03-02
simonmar
[project @ 2005-03-02 13:11:00 by simonmar]
blob
|
commitdiff
|
diff to current
2005-02-04
simonmar
[project @ 2005-02-04 14:36:52 by simonmar]
blob
|
commitdiff
|
diff to current
2005-02-04
ross
[project @ 2005-02-04 14:20:57 by ross]
blob
|
commitdiff
|
diff to current
2005-02-03
simonmar
[project @ 2005-02-03 10:38:44 by simonmar]
blob
|
commitdiff
|
diff to current
2005-02-03
ross
[project @ 2005-02-03 10:32:11 by ross]
blob
|
commitdiff
|
diff to current
2005-02-02
simonpj
[project @ 2005-02-02 13:26:13 by simonpj]
blob
|
commitdiff
|
diff to current
2005-01-28
simonmar
[project @ 2005-01-28 15:03:06 by simonmar]
blob
|
commitdiff
|
diff to current
2005-01-28
simonmar
[project @ 2005-01-28 13:36:25 by simonmar]
blob
|
commitdiff
|
diff to current
2005-01-21
sof
[project @ 2005-01-21 19:59:01 by sof]
blob
|
commitdiff
|
diff to current
2005-01-19
ralf
[project @ 2005-01-19 22:33:32 by ralf]
blob
|
commitdiff
|
diff to current
2005-01-11
simonmar
[project @ 2005-01-11 16:04:08 by simonmar]
blob
|
commitdiff
|
diff to current
2005-01-07
simonmar
[project @ 2005-01-07 12:22:18 by simonmar]
blob
|
commitdiff
|
diff to current
2005-01-07
simonmar
[project @ 2005-01-07 11:37:02 by simonmar]
blob
|
commitdiff
|
diff to current
2004-11-22
simonmar
[project @ 2004-11-22 14:03:15 by simonmar]
blob
|
commitdiff
|
diff to current
2004-11-18
tharris
[project @ 2004-11-18 09:56:58 by tharris]
blob
|
commitdiff
|
diff to current
2004-11-17
sof
[project @ 2004-11-17 19:07:38 by sof]
blob
|
commitdiff
|
diff to current
2004-10-14
simonmar
[project @ 2004-10-14 14:58:50 by simonmar]
blob
|
commitdiff
|
diff to current
2004-08-13
simonmar
[project @ 2004-08-13 13:29:00 by simonmar]
blob
|
commitdiff
|
diff to current
2004-03-16
ross
[project @ 2004-03-16 10:04:17 by ross]
blob
|
commitdiff
|
diff to current
2004-01-08
simonmar
[project @ 2004-01-08 15:27:29 by simonmar]
blob
|
commitdiff
|
diff to current
2004-01-07
simonmar
[project @ 2004-01-07 12:43:50 by simonmar]
blob
|
commitdiff
|
diff to current
2003-10-01
wolfgang
[project @ 2003-10-01 10:57:44 by wolfgang]
blob
|
commitdiff
|
diff to current
2003-07-16
sof
[project @ 2003-07-16 17:46:52 by sof]
blob
|
commitdiff
|
diff to current
2003-07-03
sof
[project @ 2003-07-03 15:22:04 by sof]
blob
|
commitdiff
|
diff to current
2003-05-12
ross
[project @ 2003-05-12 10:16:22 by ross]
blob
|
commitdiff
|
diff to current
2003-03-09
panne
[project @ 2003-03-09 20:19:27 by panne]
blob
|
commitdiff
|
diff to current
2003-02-28
stolz
[project @ 2003-02-28 12:34:43 by stolz]
blob
|
commitdiff
|
diff to current
2003-02-26
simonmar
[project @ 2003-02-26 10:22:14 by simonmar]
blob
|
commitdiff
|
diff to current
2003-02-21
sof
[project @ 2003-02-21 05:34:12 by sof]
blob
|
commitdiff
|
diff to current
2002-08-30
stolz
[project @ 2002-08-30 12:25:15 by stolz]
blob
|
commitdiff
|
diff to current
2002-08-30
stolz
[project @ 2002-08-30 07:56:48 by stolz]
blob
|
commitdiff
|
diff to current
next